Utilizzare Schtask.exe per creare un'operazione pianificata per scaricare i tools Sysinternals (it-IT)

Utilizzare Schtask.exe per creare un'operazione pianificata per scaricare i tools Sysinternals (it-IT)

Storicamente, i tools Sysinternals sono sempre stati aggiornati con una frequenza tale che può essere utile controllare periodicamente la disponibilità di versioni più recenti.

Si può utilizzare lo strumento a linea di comando Schtasks.exe incluso in Windows per creare un'operazione pianificata che esegua automaticamente il download dei tools Sysinternals in modo che le versioni più recenti degli stessi siano sempre disponibili localmente.

Questo metodo utilizza lo share WebDAV file://live.sysinternals.com/tools per eseguire una copia dei tools tramite xcopy. Ciò richiede che il servizio Webclient sia avviato; sulle versioni server di Windows, Webclient è disponibile solo se precedentemente è stata installata la caratteristica Desktop Experience.

schtasks /create /ru contoso\jsmith /rp * /sc weekly /d sun /st 03:00 /tn "Get Sysinternals" /tr "cmd.exe /c md c:\tools & xcopy.exe \\live.sysinternals.com\tools c:\tools /y && xcopy.exe \\live.sysinternals.com\windowsinternals c:\tools /y"


Usare Schtasks per eseguire l'operazione e controllarne lo stato

L'operazione può essere eseguita manualmente su richiesta dalla linea di comando eseguendo il seguendo comando:

schtasks /run /tn "get sysinternals"

Per verificare lo stato durante l'esecuzione, utilizzare:

schtasks /query /tn "get sysinternals"

Altre lingue

Questo articolo è disponibile anche nelle seguenti lingue:

Leave a Comment
  • Please add 7 and 2 and type the answer here:
  • Post
Wiki - Revision Comment List(Revision Comment)
Sort by: Published Date | Most Recent | Most Useful
Comments
  • Luigi Bruno edited Revision 5. Comment: Added the "Italian Wiki Articles" tag to the tag list.

  • yottun8 edited Revision 3. Comment: Added pt-BR version.

  • Luigi Bruno edited Revision 2. Comment: Added the "Translated into Italian" tag.

  • Luigi Bruno edited Revision 1. Comment: Added a link in the "Altre lingue" section. Edited tags list.

  • Luigi Bruno edited Original. Comment: Fixed a link.

Page 1 of 1 (5 items)
Wikis - Comment List
Sort by: Published Date | Most Recent | Most Useful
Posting comments is temporarily disabled until 10:00am PST on Saturday, December 14th. Thank you for your patience.
Comments
  • Luigi Bruno edited Original. Comment: Fixed a link.

  • Luigi Bruno edited Revision 1. Comment: Added a link in the "Altre lingue" section. Edited tags list.

  • Luigi Bruno edited Revision 2. Comment: Added the "Translated into Italian" tag.

  • yottun8 edited Revision 3. Comment: Added pt-BR version.

  • Luigi Bruno edited Revision 5. Comment: Added the "Italian Wiki Articles" tag to the tag list.

Page 1 of 1 (5 items)