Ubuntu 20.04にpowershellをインストールする
1.powersehllのインストール
# sudo snap install powershell –classic
powershell 7.1.4 from Microsoft PowerShell? installed
2.使い方
# powershell
PowerShell 7.1.4
Copyright (c) Microsoft Corporation.
https://aka.ms/powershell
Type 'help’ to get help.
PS /root>
3.コマンド
>Get-Help Get-Process
>Update-Help
>Get-Help
>exit