VBScript Function

Option Explicit Statement Definition: Forces explicit declaration of all variables in a script. In VBScript, the Option Explicit statement forces you to declare all variables before using them in a script. To do the same thing in Windows PowerShell use the Set-PSDebug Cmdlet … ................
................