Home All Groups Group Topic Archive Search About

Scripting for Windows Server

microsoft.public.windows.server.scripting
Score Script for Thunderbird configuration
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. ...
Score Change Password
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" ...
Score shutdown computers in OU
Tom - 2 Mar 2009 7:58 AM - 3 messages
hi, does anyone have script for shutdown computers in certain OU in one domain? ...
Next » 2 3 4 5 6 7 8 9 10