Introduction I'm usually lazy to remember which version of PowerShell (if any) was installed on each and every server in our site. Because each generation of OS has its own way to install/reinstall PowerShell, sometimes I need to see if it's anything there already and I need to perform a clean up. Procedure 1. Open PowerShell. 2. Type the following: $host.version 3. Press ENTER. You should get something like this: |
Tech Blog >