Difference between revisions of "ESX Script Extracts and Examples"

Jump to navigation Jump to search
Syntax highlighting broken
(Removed GoogleAdLinkUnitBanner)
(Syntax highlighting broken)
 
Line 2: Line 2:
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.


<source lang="Powershell">
<syntaxhighlight lang='powershell'>
 
#############################################################################################
#############################################################################################
#
#
Line 134: Line 135:
     Start-Sleep(30000)
     Start-Sleep(30000)
}
}
</source>
 
</syntaxhighlight>


{{PowerShell_Credentials_Files}}
{{PowerShell_Credentials_Files}}

Navigation menu