How to check version of PowerShell installed
Get-Host or $PSVersionTable
How to add a comment
Use # for single line comments on /* and */ for block comments
How to check version of PowerShell installed
Get-Host or $PSVersionTable
How to add a comment
Use # for single line comments on /* and */ for block comments