Difference between revisions of "Script Extracts and Examples (PowerCLI)"

Jump to navigation Jump to search
m
→‎Daily ESX Up/Down Check: Added border to script
m (→‎Daily ESX Up/Down Check: Added link to Store_Password_Securely)
m (→‎Daily ESX Up/Down Check: Added border to script)
Line 828: Line 828:
Simple script that runs every morning just before I start work to provide a basic sanity check email to glance through over the first tea of the day.
Simple script that runs every morning just before I start work to provide a basic sanity check email to glance through over the first tea of the day.


See the following page for details on how to [[Power_Shell#Store_Password_Securely Store Password Securely]] (as I have done, loaded though the files specified by <code>$UserFile</code> and <code>$PassFile</code> in the script below).
See the following page for details on how to [[Power_Shell#Store_Password_Securely|Store Password Securely]] (as I have done, loaded though the files specified by <code>$UserFile</code> and <code>$PassFile</code> in the script below).


<source lang="Powershell" enclose="div">
<source lang="Powershell">
#############################################################################################
#############################################################################################
#
#

Navigation menu