windows:powershell:remote-commands

PowerShell リモートコマンド実行

$ sudo Enable-PSRemoting -SkipNetworkProfileCheck
WARNING: PowerShell remoting has been enabled only for PowerShell 6+ configurations and does not affect Windows PowerShell remoting configurations. Run this cmdlet in Windows PowerShell to affect all PowerShell remoting configurations.
 
WinRM サービスの種類を正しく変更できました。
WinRM サービスが開始されました。
 
 
WinRM ファイアウォールの例外を有効にしました。
ローカル ユーザーにリモートで管理権限を付与するよう LocalAccountTokenFilterPolicy を構成しました。
 
WARNING: Waiting for service 'Windows Remote Management (WS-Management) (WinRM)' to stop...
$ sudo Set-Item WSMan:\localhost\Client\TrustedHosts -Value *
WinRM Security Configuration.
This command modifies the TrustedHosts list for the WinRM client. The computers in the TrustedHosts list might not be
authenticated. The client might send credential information to these computers. Are you sure that you want to modify
this list?
[Y] Yes  [N] No  [S] Suspend  [?] Help (default is "Y"): y
  • windows/powershell/remote-commands.txt
  • 最終更新: 2020/09/11 20:14
  • by ともやん