09/28/2017
Www. Vmwareenterprise.com We can’t remember all the scripts what we have written, so I am posting them to this site. So that if required I can use them in future and mean while these would be helpful for those who need them.
https://chat.whatsapp.com/KcZW0mOULZOByukwtbgps9
Send HTML Email and attachment using Powershell Powershell script to email # # # # # # # # # # Variables # # # # # # # # $date = "get-date" $fromaddress = "[email protected]" $toaddress = "[email protected]" $Subject = "Test $(get-date)" $body = Get-Content C:\temp\XA-and-XD-HealthCheck-master\CTXXDHealthCheck.htm #$...