|
server
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Scripting for Windows Servermicrosoft.public.windows.server.scripting
coolguy123 -
5 Mar 2009 7:01 AM - 5 messages
We are going to use thunderbird as email client in our comapny. I have
got msi file for the software deployment. but i would like to know is
there any way to automate client configuration ( such as logon script)
based upon the windows login. ...
Tom -
4 Mar 2009 1:54 PM - 5 messages
Hi all, I am trying to write vb script to change the local admin password. As of now I have this and it does the job. strComputer = "." Set objUser = GetObject("WinNT://" & strComputer & "/Administrator") objUser.SetPassword "1234" ...
Tom -
2 Mar 2009 7:58 AM - 3 messages
hi, does anyone have script for shutdown computers in certain OU in one domain? ...
|
|||||||||||||||||||||||