Compendio Digital
Google
Translate to EnglishÜbersetzen Sie zum Deutsch/GermanTraduzca al Español/SpanishTraduisez au Français/FrenchTraduca ad Italiano/ItalianTraduza ao Português/Portuguese日本語に翻訳しなさい /Japanese
한국어에게 번역하십시오/Korean中文翻译/Chinese Simplified中文翻译/Chinese Traditionalترجمة الى العربية/ArabicVertaal aan het Nederlands/DutchΜεταφράστε στα ελληνικά/GreekПереведите к русскому/Russian
Plugin by Taragana

How to shutdown remote computer from windows command line ? Cómo apagar ordenador remoto de ventanas de línea de comandos?

command_line Remote administration of computer is very important when it comes to corporate or any business environment that has been wired and networked with more number of external networks and systems. Administración remota de computadora es muy importante cuando se trata de empresas o de cualquier entorno empresarial que ha sido cableados de red y con más número de redes externas y sistemas. Often network administrators use commercially licensed tools. A menudo los administradores de red utilizar herramientas con licencia comercial. But for a small network we cannot afford to use such tools and we mostly use open-source or freeware. Pero para una red pequeña no podemos darnos el lujo de utilizar esos instrumentos y su mayor uso de código abierto o freeware. We should always be aware that few of such tasks (Remote PC Shutdown, Create and manage users and privileges etc) can be done manually from command line. Siempre debemos ser conscientes de que algunas de estas tareas (Apagar PC remoto, Crear y administrar usuarios y privilegios, etc) se puede hacer manualmente desde la línea de comandos. Today I am going to explain about remote PC shutdown within the network from command line. Hoy voy a explicar acerca de apagado remoto de PC dentro de la red de línea de comandos.

shutdown_command

shutdown.exe is an external command in Windows XP and helps the user to do a remote shutdown. shutdown.exe es un comando externo en Windows XP y ayuda al usuario a hacer un cierre a distancia. To shutdown a remote computer use the command Para apagar un ordenador remoto usar el comando

shutdown /s /m <COMPUTER NAME> - To shutdown a remote PC shutdown / s / m <COMPUTER NAME> - Para apagar un PC remoto

shutdown /r /m <COMPUTER NAME> - To restart a remote PC shutdown / r / m <COMPUTER NAME> - Para reiniciar un PC remoto

shutdown/? shutdown /? - To get help about the syntax -- Para obtener ayuda acerca de la sintaxis

The above commands can be used to shutdown or restart the remote PC from command line. Los siguientes comandos se puede utilizar para apagar o reiniciar el PC remoto de línea de comandos. To do the same job with more flexibility with a shutdown dialog box use the following command Para hacer el mismo trabajo con más flexibilidad con un cierre el cuadro de diálogo utilice el siguiente comando

shutdown -i shutdown-i

shutdown_dialog

Hope this small explanation helps you. Espero que esta pequeña explicación le ayuda. You need to enable remote guest shutdown privileges if the computer you want to shutdown is Windows Home. Es necesario que permita a clientes apagado remoto privilegios si el ordenador que desea es apagar Windows Home. Remote shut down is not possible if your user id doesn’t have sufficient privileges or group policies are enabled. Apagado remoto no es posible si su identificador de usuario no tiene privilegios suficientes o grupo de políticas están activados. Generally guest remote shutdown is disabled for security reasons. Generalmente clientes remotos de apagado está desactivada por razones de seguridad. For more information about the command read Para obtener más información sobre el comando leer Microsoft support page Microsoft página de soporte .

Share or Bookmark: These icons link to social bookmarking sites where readers can share and discover new web pages. Compartir o Favoritos: Estos iconos vínculo social bookmarking a los sitios donde los lectores pueden compartir y descubrir nuevas páginas web. DiggSphinndel.icio.usFacebookMixxGoogle


Also Read this También Leer esta

Leave a Comment Déjanos tu comentario