Difference between revisions of "Winrm permissions"
Jump to navigation
Jump to search
(Created page with "https://www.kjctech.net/how-to-enable-winrm-with-domain-group-policy-for-powershell-remoting/ net localgroup "Remote Management Users" /add "Domain Users" The command comple...") |
|||
Line 1: | Line 1: | ||
+ | https://www.ibm.com/docs/en/rapid-network-auto/1.1.x?topic=how-configuring-powershell-secure-remoting | ||
+ | |||
https://www.kjctech.net/how-to-enable-winrm-with-domain-group-policy-for-powershell-remoting/ | https://www.kjctech.net/how-to-enable-winrm-with-domain-group-policy-for-powershell-remoting/ | ||
Revision as of 16:18, 11 January 2024
https://www.kjctech.net/how-to-enable-winrm-with-domain-group-policy-for-powershell-remoting/
net localgroup "Remote Management Users" /add "Domain Users" The command completed successfully.
(Get-PSSessionConfiguration -Name Microsoft.PowerShell).Permission