Windows PowerShell 1.0 —
Monad ist fertig. How to Download Windows PowerShell 1.0
Fachliche Erinnerungshilfen und Persönliches
Monad ist fertig. How to Download Windows PowerShell 1.0
@echo off echo wscript.sleep 1000*15 >%temp%\sleep.vbscscript /nologo %temp%\sleep.vbserase %temp%\sleep.vbs net use …
Monad Shell – der mit Vista ausgelieferte Nachfolger der Command-Shell von NT-XP arbeitet vollständig objektorientiert und auf .NET-Basis. Werde mir dann mal bald ein Büchlein holen müssen. Eine erste Vorstellung: http://www.tecchannel.de/entwicklung/programmierung/435496/
Um z.B. DNS-Servereinträge auf Servern (mit statischer IP) zu ändern: Tool ‘psexec.exe” von sysinternals und dann etwa: psexec \\SERVER -u DOMAIN\admin -p password -c %systemroot%\system32\netsh.exe interface ip set dns “LAN-Verbindung” static 192.168.x.y … Beim 2. DNS sieht’s dann etwa so aus: psexec \\SERVER -u DOMAIN\admin -p password -c %systemroot%\system32\netsh.exe interface ip add dns index=2 “LAN-Verbindung” [...]
Mail von Kunden an Boris zum Thema Scripting…
http://www.gruppenrichtlinien.de/index.html?/HowTo/printui.htm Einfach ins Script einbinden.