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")
 
Line 1: Line 1:
 +
[[Category:Microsoft]]
 
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

Revision as of 03:48, 8 August 2016

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