| Getting a RC console session From the command lineConsole option for mstsc is removed from Pre vista sp1, xp sp3, server 2008For connecting from older machines to older machines - mstsc -v:servername /f -consoleFor connecting from new machines to older machines there is a different switch - mstsc -v:servername /f /adminFor connecting from to new machines this way - cannot be done
 
 Killing other non-console sessionsIf you can get an admin connection - net use /user:[username] \\servername\share Then can query/kill sessions remote (below)
 
 From the command line - query session /server:servernameThen reset session [ID] /server:servername
 | 
0 comments:
Post a Comment