Por defecto Windows viene con un par de sesiones de TS. En entornos de trabajo en los que varios acceden a administrar una máquina vía TS, es habitual encontrarse con gente a la que se le olvida cerrar su sesión porque simplemente cierra el cliente de Remote Desktop sin usar la opción cerrar sesión, con lo que cuando un tercero necesita acceder para algo se encuentra con el siguiente mensaje:
La solución a este problema es tan simple como conectarse físicamente al server, iniciar sesión, ver quién está dentro y cerrar las sesiones. Pero ¿que pasa cuando no estás en el servidor y no esta a tu alcance?. La solución está en acceder usando el parámetro /console o /admin. Por ejemplo (sustituye 172.16.0.52 por la IP del server).
mstsc /v:172.16.0.52 /console |
Algunos parametros Adicionales que pueden revisar:
—————————
Remote Desktop Connection Usage
—————————
MSTSC [] [/v:] [/admin] [/f[ullscreen]]
[/w: /h:] [/public] | [/span] [/edit "connection file"] [/migrate]
"connection file" — Specifies the name of an .rdp file for the connection.
/v: — Specifies the remote computer to which you want to connect.
/admin — Connects you to the session for administering a server.
/f — Starts Remote Desktop in full-screen mode.
/w: — Specifies the width of the Remote Desktop window.
/h: — Specifies the height of the Remote Desktop window.
/public — Runs Remote Desktop in public mode.
/span — Matches the remote desktop width and height with the local
virtual desktop, spanning across multiple monitors if necessary. To span
across monitors, the monitors must all have the same height and be aligned
vertically.
/edit — Opens the specified .rdp connection file for editing.
/migrate — Migrates legacy connection files that were created with
Client Connection Manager to new .rdp connection files.
|
Comentarios
Publicar un comentario