VMware Snapshot Count and Size Report on Email including HTML and CSV Format
$vcCred = Get-Credential -Message "Enter vCenter Server credentials" $vcCred | Export-Clixml -Path "C:\vcCred.xml"
$smtpCred = Get-Credential -Message "Enter SMTP credentials (email and password)" $smtpCred | Export-Clixml -Path "C:\smtpCred.xml"
