PowerShell Core

提供: Hideki Saito Wiki Japanese
2018年1月10日 (水) 22:14時点におけるHsaito (トーク | 投稿記録)による版 (ページの作成:「==Windows PowerShell互換モジュール== [https://www.powershellgallery.com/packages/WindowsPSModulePath/1.0.0 WindowsPSModulePath]をインストール。 <pre> # Ad...」)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

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