- Aug
- 2,059
- 83
Here is a new addition to my TCSTART.BTM file;
...which allows me to take action if PSHELL is using anything less than version 5 of PowerShell.
Joe
Code:
iff %@pshell[$PSVersionTable.PSVersion.Major] lt 5 then
Joe