--- lang: ja-jp breaks: true --- # PowerShell の基礎 2022-07-12 ## PowerShellの起動 ### V5.1を起動 ```cmd= powershell ``` ### V7.2~を起動 ```cmd= pwsh ``` ## PowerShellのバージョンを取得 ```shell= $PSVersionTable ``` ###### tags: `PowerShell`