Using the "For" command to change settings on a list of servers Print E-mail
Written by Hans Straat, Monday, 17 November 2008

Alex on virtualistic.nl wrote a nice article again:

I’m still working on this strange issue where a random terminal server with Citrix will suddenly stop working.

You can ping the server,telnet to 80,1494,3389 works,browsing to the administrative share works but logging on is a no-no. I have 2 MS hotfixes installed that might help but these fixes also add some "additional features" which is food for another blogpost…

Read the full article here

Comments
Add NewSearchRSS
MaxB - Usefull command Unregistered | 2008-11-25 09:19:31
There is an usefull command, but needed to launch on a citrix server :

for /f "tokens=1 skip=3" %i in ('qfarm /online') do ( robocopy "\\SRV\c$\configuration serveur\tools\blat262.full" "\\%i\c$\configuration serveur\tools" /copyall /E
copy /y "\\SRV\c$\exploit\IMAADDMAIL.reg" "\\%i\c$\exploit\"
copy /y "\\SRV\c$\exploit\sendmailimaerror.cmd" "\\%i\c$\exploit\"
C:\Configuration serveur\tools\sysinternals\psexec.exe \\%i regedit /s c:\exploit\IMAADDMAIL.reg

)
Only registered users can write comments!
 
< Prev   Next >