Difference between revisions of "How to enable a server for remote management"

From Tech-Wiki
Jump to: navigation, search
(Created page with "From the command prompt type: winrm qc Accept default options You can test remote access using server manager or winrs. See example below. winrs -r:server01 cmd.exe")
 
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
[[Category:Microsoft]]
 +
'''[[Microsoft#Windows Server 2003/2008/20012|Back to Windows Server 2003/2008/20012]]'''
 +
 +
 
From the command prompt type:
 
From the command prompt type:
 
  winrm qc
 
  winrm qc
 
Accept default options
 
Accept default options
 
  
  
 
You can test remote access using server manager or winrs. See example below.
 
You can test remote access using server manager or winrs. See example below.
 
  winrs -r:server01 cmd.exe
 
  winrs -r:server01 cmd.exe

Latest revision as of 22:49, 26 July 2017

Back to Windows Server 2003/2008/20012


From the command prompt type:

winrm qc

Accept default options


You can test remote access using server manager or winrs. See example below.

winrs -r:server01 cmd.exe