「PowerShell Core」の版間の差分

提供: Hideki Saito Wiki Japanese
移動先: 案内検索
(ページの作成:「==Windows PowerShell互換モジュール== [https://www.powershellgallery.com/packages/WindowsPSModulePath/1.0.0 WindowsPSModulePath]をインストール。 <pre> # Ad...」)
(相違点なし)

2018年1月10日 (水) 22:14時点における版

Windows PowerShell互換モジュール

WindowsPSModulePathをインストール。

# Add `-Scope CurrentUser` if you're installing as non-admin 
Install-Module WindowsPSModulePath -Force

初期化

# Add this line to your profile if you always want Windows PowerShell PSModulePath
Add-WindowsPSModulePath