Friday, June 5, 2009

Connecting to console session

For a network administrator, sometimes it may hard to access the server physically, so if there is a need to connect to console session, it can be done by remote desktop features.

There is no UI option in Remote Desktop to do this, but there was a command line switch enabled this capability.

Just type the following command in Start -> Run :

mstsc /admin

Also you can set the server address with /v switch like this :

mstsc /v:192.168.1.1 /admin

You can find more switches through mstsc/?

enjoy it!



No comments:

Post a Comment