* Administratorユーザー以外で接続する [#p7efe2b1]

** 現象 [#a3d4d873]

 PS C:\Users\admin_user> Enter-PSSession -ComputerName myremotepc1 -Credential no\admin_user
 Enter-PSSession : リモート サーバー myremotepc1 への接続に失敗し、次のエラー メッセージが返されました: アクセスが拒否されま
 した。詳細については、about_Remote_Troubleshooting のヘルプ トピックを参照してください。
 発生場所 行:1 文字:1
 + Enter-PSSession -ComputerName myremotepc1 -Credential no\admin_user
 + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
     + CategoryInfo          : InvalidArgument: (myremotepc1:String) [Enter-PSSession]、PSRemotingTransportException
     + FullyQualifiedErrorId : CreateRemoteRunspaceFailed


** 解決方法 [#g730555f]

*** アカウントをRemote Management Usersグループへ追加 [#xb3da7b2]

- Administratorアカウントは設定不要でEnter-PSSessionできるが、それ以外のアカウントで接続する場合は、そのアカウントをActive DirecotryのRemote Management Usersグループに追加する必要がある。
- 詳しくは、https://4sysops.com/wiki/enable-powershell-remoting/

*** リモートUACの有効化 [#yfafb94c]

- またはリモートPC上で、リモートUACが可能でなければならない。
 Set-WSManQuickConfig -Force

- またはリモートPC上で、リモートUACが可能でなければならない。Set-WSManQuickConfig -Force を実行する。
- 詳しくは、http://www.vwnet.jp/windows/WS16/2017062701/EnterPSSession4WGWS16.htm

トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS