Browse by Tags
Sorry, but there are no more tags available to filter with.
-
Riprendiamo il tema PowerShell e vediamo alcuni esempi chiassosi, roba da poche righe ma d'effetto. Start-Transcript -Path c:\temp\transcript.ps1 Genera uno script con i comandi che via via si digitano interattivamente. $user = [ADSI] "WinNT://./Administrator,user" Read More...