Friday, May 2, 2014

Check PowerShell current version

It's a easy way for us to check the PowerShell current version by performing "$PsVersionTable". 

1. Launch PowerShell as administrator.
2. Perform "$PsVersionTable".


Remark: PowerShell v1.0 doesn't support $PsVersionTable.

Reference:

This posting is provided “AS IS” with no warranties, and confers no rights!

No comments:

Post a Comment