PowerShell
https://docs.microsoft.com/ja-jp/powershell/media/index/ps_black_128.svg
/icons/microsoft.icon https://docs.microsoft.com/ja-jp/powershell/
/icons/wikipedia.icon https://ja.wikipedia.org/wiki/PowerShell
Microsoft開発のCLIシェル、またその上で動作するスクリプト言語。
5系以前のバージョンは .NET Framework 6系以降はオープンソースとして .NET Core 及び .NET の基板上で開発されている。
インストール
Windows 10 ではデフォルトで 5系がインストールされている。
更新するには Microsoft Store か GitHub からパッケージを取得する。
Microsoft Store からインストールする
https://www.microsoft.com/ja-jp/p/powershell/9mz1snwt0n5d
GitHub から msi を取得してインストールする
https://aka.ms/powershell-release?tag=stable
6系以降はマルチプラットフォーム対応されておりは Linux 環境でも使用できる。
プロファイル
PowerShell 5系
$ %UserProfile%\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1
PowerShell 6系以降
$ %UserProfile%\Documents\PowerShell\Microsoft.PowerShell_profile.ps1
code:Microsoft.PowerShell_profile.ps1(sh)
# Starship
Invoke-Expression (&starship init powershell)