Skip to content Skip to sidebar Skip to footer
Showing posts with the label Powershell

Embedded Html Powershell Email Compressing Pic Length

I have a powershell script that embedds (not attaches) a picture and sends an email. The picture ha… Read more Embedded Html Powershell Email Compressing Pic Length

Powershell Internetexplorer.application Prompt Box

I can not add any value to the pop-up window. Here is the code: PS Prompt test Solution 1: Can you… Read more Powershell Internetexplorer.application Prompt Box

Color-code Cells In Html Mail Based On Criteria

I have a simple script which checks disk space on remote servers, it's got a simple output form… Read more Color-code Cells In Html Mail Based On Criteria

How To Modify Powershell Code So That Hyperlinks Are Only Created For The Files But Not The Directories?

I'm using the code below to generate Index.htm page. The code works great, but the only thing t… Read more How To Modify Powershell Code So That Hyperlinks Are Only Created For The Files But Not The Directories?

Embed Image In Email Using Outlook Object In Powershell

I already posted a question related to this (HTML embedded image in the email not displayed ) and u… Read more Embed Image In Email Using Outlook Object In Powershell

Powershell: How To Press A Button On A Web Page If You Don't Know The Button Id

I'm trying to fill in my username and password on a certain web page and then the press the … Read more Powershell: How To Press A Button On A Web Page If You Don't Know The Button Id

Conditional Html Style In Powershell

I have a script to display VM disk status for our vCenter. I would like to be able to highlight the… Read more Conditional Html Style In Powershell

Formatting Columns Of Html Output Depending On Their Value

I'm trying to apply conditional formatting to the output of a simple PowerShell function: funct… Read more Formatting Columns Of Html Output Depending On Their Value