Sikkepitje.nl

A constant is nothing more than a variable whose value cannot be changed while a script is running. In Windows PowerShell you can define a constant by using the Set-Variable Cmdlet and specifying three parameters:-name, the name of the constant (don’t include the $).-value, the value of the constant. ................
................