Powershellのバージョンを確認してみました。
Powershellのバージョンを確認する
以下のコマンドでPowershellのバージョンを確認できます。
$PSVersionTable
実行結果
PS C:\> $PSVersionTable
Name Value
---- -----
PSVersion 5.1.22621.2428
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.22621.2428
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
PS C:\>