最終更新:2023-10-06 (金) 15:37:49 (343d)
Windows PowerShell
Top / Windows PowerShell
http://www.microsoft.com/japan/technet/scriptcenter/hubs/msh.mspx
実行ポリシー
デフォルトではスクリプトの無効にされているので(管理者権限で)
- Set-ExecutionPolicy
Set-ExecutionPolicy RemoteSigned
とかやって設定する(取得はGet-ExecutionPolicy?)
実行ポリシー | 意味 |
Restricted | すべてのスクリプトが実行禁止。PowerShellインストール直後のデフォルト設定 |
AllSigned? | 署名されているスクリプトのみが実行可能。署名されていないスクリプトは実行禁止 |
RemoteSigned? | ローカルに保存されているスクリプトは実行可能。インターネットからダウンロードしたスクリプト(非ローカルのスクリプト)は、署名されているもののみが実行可能 |
Unrestricted | すべてのスクリプトが実行可能。ただしインターネットからダウンロードしたスクリプトは、実行するかどうかが確認されるので、ユーザーが明示的に許可した場合のみ実行される |
http://www.atmarkit.co.jp/fwin2k/win2ktips/1023ps1sec/ps1sec.html
場所
- スタートメニュー→アクセサリ→Windows Power Shell
Windows PowerShell/バージョン
標準搭載 Windows PowerShell 5.1? Windows 11 Windows PowerShell 4.0? Windows 8.1 Windows PowerShell 3.0? Windows 8 Windows PowerShell 2.0 Windows 7 Windows PowerShell 1.0? XP,Vistaにインストール可能