How to shutdown remote computer from windows command line ? Come per spegnere computer remoto finestre da riga di comando?
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. L'amministrazione remota di computer è molto importante quando si tratta di società o di qualsiasi ambiente economico che è stato cablato e in rete con più numero di reti esterne e dei sistemi. Often network administrators use commercially licensed tools. Spesso gli amministratori di rete licenza commerciale strumenti. But for a small network we cannot afford to use such tools and we mostly use open-source or freeware. Ma per una piccola rete che non ci possiamo permettere di utilizzare tali strumenti e soprattutto l'uso open-source 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. Dobbiamo sempre essere consapevoli del fatto che alcuni di tali compiti (Remote Shutdown PC, creare e gestire utenti e privilegi ecc) può essere fatto manualmente dalla riga di comando. Today I am going to explain about remote PC shutdown within the network from command line. Oggi sto per spiegare su PC remoto shutdown all'interno della rete da riga di comando.

shutdown.exe is an external command in Windows XP and helps the user to do a remote shutdown. Shutdown.exe è un comando esterno in Windows XP e aiuta l'utente a fare un telecomando di arresto. To shutdown a remote computer use the command Per spegnere il computer remoto usare il comando
shutdown /s /m <COMPUTER NAME> - To shutdown a remote PC shutdown / s / m <nome - Per spegnere il PC remoto
shutdown /r /m <COMPUTER NAME> - To restart a remote PC shutdown / r / m <nome - Per riavviare un PC remoto
shutdown/? shutdown /? - To get help about the syntax -- Per ottenere aiuto sulla sintassi
The above commands can be used to shutdown or restart the remote PC from command line. I comandi di cui sopra può essere usato per spegnere o riavviare il PC remoto da riga di comando. To do the same job with more flexibility with a shutdown dialog box use the following command A fare lo stesso lavoro con maggiore flessibilità con una finestra di dialogo di arresto utilizzare il seguente comando
shutdown -i shutdown-i
Hope this small explanation helps you. Spero che questa piccola spiegazione vi aiuta. You need to enable remote guest shutdown privileges if the computer you want to shutdown is Windows Home. Devi abilitare remoto dei clienti privilegi di arresto se il computer che si desidera arresto è Windows Home. Remote shut down is not possible if your user id doesn’t have sufficient privileges or group policies are enabled. Telecomando chiusura non è possibile se il tuo utente non dispone di privilegi sufficienti o gruppo politiche siano abilitati. Generally guest remote shutdown is disabled for security reasons. Generalmente a distanza di arresto dei clienti è disattivata per motivi di sicurezza. For more information about the command read Per ulteriori informazioni e per leggere il comando Microsoft support page Pagina di supporto Microsoft .




























