Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

VMware Snapshot Count and Size Report

VMware Snapshot Count and Size Report on Email including HTML and CSV Format

Credential Encryption for VMware vCenter and SMTP

Saving vCenter Credentials

$vcCred = Get-Credential -Message "Enter vCenter Server credentials" $vcCred | Export-Clixml -Path "C:\vcCred.xml"

Saving SMTP Credentials

$smtpCred = Get-Credential -Message "Enter SMTP credentials (email and password)" $smtpCred | Export-Clixml -Path "C:\smtpCred.xml"

Email Report Sample

image

About

VMware Snapshot Count and Size Report on Email including HTML and CSV Format

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages