プロジェクト

全般

プロフィール

[Windows/PowerShell] PowerShell でリモート処理を行う場合に必要な設定は?

技術ノート
2016/12/14

[番号]
技術ノート KGTN 2016120501

[現象]
[Windows/PowerShell] PowerShell でリモート処理を行う場合に必要な設定は?

[説明]
ローカルアカウントで Windows PowerShell を 「管理者として実行する」 で起動し,その中で下記のコマンドを実行して下さい. Set-ExecutionPolicy Bypass は,状況に応じてセキュリティを高めるRemoteSigned 等に変更して下さい.

1. Enable-PSRemoting
2. Set-Item WSMan:\localhost\Client\TrustedHosts -Value *
3. Winrm Quickconfig
4. Enter-PSSession <接続先のIP アドレス>
5. Set-ExecutionPolicy Bypass

上記の設定を行ってもリモート接続 (Enter-PSSession) に失敗する場合は,接続先に接続元と同じ管理者アカウントが存在するかどうかを確認して下さい.

ファイル

KGTN2016120501.pdf (65.7 KB) kitasp 技術センター, 2017/02/22 17:00