Hi...I am trying to run the Enable-PSRemoting in Windows Server 2012 domain controller. Ifollowed the linkto open the port using group policy....but I am getting the error mentioned below...Also tried WinRM QuickConfig...got error "Error: One or more update steps could not be completed. Unable to enable the firewall for WinRM.
PS C:\Users\Administrator> Enable-PSRemoting
WinRM is already set up to receive requests on this computer.
Set-WSManQuickConfig : Error:One or more update steps could not be completed.
At line:69 char:17
+ Set-WSManQuickConfig -force
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [Set-WSManQuickConfig], InvalidOperationE
xception
+ FullyQualifiedErrorId : WsManError,Microsoft.WSMan.Management.SetWSManQuickConfigCommand
Any help...please let me know.
VT