home *** CD-ROM | disk | FTP | other *** search
- Readme.txt (Scenario 1)
-
- Author: Jim Captainino, Terry Tull (Content Master)
- Date: 08/20/04
- Revision History:
- Date Comment
- 08/20/04 Initial version started
-
-
- This Readme.txt describes Scenario 1 from the appendix to the Application Compatibility Testing and Mitigation Guide for
- Windows XP Service Pack 2. The Scenario covers the deployment and configuration of Service Pack 2 onto existing Windows
- XP Service Pack 1 clients by a remote administrator and includes automation scripts.
-
- To use these scripts; computernames, usernames and file locations must be edited.
-
- The scripts used in the scenario are:
-
- StartRemoteIns.vbs Executed on administrative workstation by user with administrative rights on each client and
- source server
- Obtains the client name listed in Computers.txt
- Copies the scripts folder from the source server to the client
- Uses WMI to execute Install.cmd on the client
- Loops to next client name in Computers.txt
-
- To use StartRemote.vbs Edit the path to Computers.txt if required
- Edit the scripts source server name if required
- Edit the path to Service Pack 2 file if required
- Edit the path to Install.cmd if required
-
-
- Computers.txt Computers.txt is located on the administrative workstation
- Lists all client names
-
- To use Computers.txt Edit Computers.txt to list client names
- One client name on each line
- Do not include double back slashes "\\" before the client name
-
- Install.cmd Executes XPSP2.exe from the scripts folder
- Update.exe runs in quiet mode, without restarting and overwrites OEM files
- Calls AutoAdmin.vbs
- Calls ReBoot.vbs
-
- To use Install.cmd Edit the Service Pack 2 source server name if required
- Edit share name on the source server if required
- Edit the switches used on Update.exe if required
- Edit the path to AutoAdmin.vbs if required
- Edit the path to ReBoot.vbs if required
-
- AutoAdmin.vbs Writes DefaultUserName to the registry
- Writes DefaultPassword to the registry
- Writes DefaultDomainName to the registry
- Sets AutoAdminLogon
- Writes RunOnce.cmd to RunOnce registry key
-
- To use AutoAdmin.vbs Edit DefaultUserName value if required
- Edit DefaultPassword value if required
- Edit DefaultDomainName value if required
- Edit the path to RunOnce.cmd if required
-
- ReBoot.vbs Uses WMI to reboot the client
-
- RunOnce.cmd Runs from the RunOnce key in the registry when client reboots using AutoAdminLogon
- Calls WinFire.vbs
- Calls Cleanup.vbs
- Calls ReBoot.vbs
-
- To use RunOnce.cmd Edit to include relevant configuration scripts if required (See example scripts provided with Guide)
- Edit the path to WinFire.vbs if required
- Edit the path to CleanUp.vbs if required
- Edit the path to ReBoot.vbs if required
-
- WinFire.vbs Executes NetSh commands to open File and Print and RDP ports in Windows Firewall
-
- To use WinFire.vbs Add NetSh commands to add relevant ports to the exception list if required
- Add NetSh commands to add relevant programs to the exception list if required
-
- CleanUp.vbs Removes DefaultUserName from the registry
- Removes DefaultPassword from the registry
- Removes DefaultDomainName from the registry
- Removes AutoAdminLogon configuration
-
- These scripts allow an administrator to automate the installation of Service Pack 2 on multiple clients without user
- interaction. Before using the scripts, read the Appendix to the Application Compatibility Testing and Mitigation Guide
- for Windows XP Service Pack 2.