मैं वर्कग्रुप मोड में चल रहे विंडोज 2008 R2 सर्वर पर पॉवर्सशेल को रीमोट करने में सक्षम करने की कोशिश कर रहा हूं।
मैंने PowerShell कंसोल में Command Enable-PSRemoting रन किया।
PS C:\Windows\system32> Enable-PSRemoting
WinRM Quick Configuration Running command "Set-WSManQuickConfig" to enable this machine for remote management through WinRM service This includes:
1. Starting or restarting (if already started) the WinRM service
2. Setting the WinRM service type to auto start
3. Creating a listener to accept requests on any IP address
4. Enabling firewall exception for WS-Management traffic (for http only).
Do you want to continue? [Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "Y"): y WinRM already is set up to receive requests on this machine. Set-WSManQuickConfig : Access is denied. At line:50 char:33
+ Set-WSManQuickConfig <<<< -force
+ CategoryInfo : InvalidOperation: (:) [Set-WSManQuickConfig], InvalidOperationException
+ FullyQualifiedErrorId : WsManError,Microsoft.WSMan.Management.SetWSManQuickConfigCommand
मैं प्रशासक समूह के एक सदस्य के रूप में लॉग इन हूं, और कंसोल ऐज एडमिनिस्ट्रेटर के रूप में चल रहा हूं।