The following VBS script can be used to remotely get the serial number from a computers hard drive. Simply change strComputer to the network name of the remote computer and…
The following script has been used to remotely install Adobe Flash on a list of computers. Requirements: The pstools need to be installed on the main computer you're running it…
This process details how to connect an iPhone 3GS to an Exchange Mailbox. From the main menu, select ‘Settings’ Then select ‘Mail, Contacts, Calendars’ Then ‘Add Account...’ Select ‘Microsoft Exchange’…
This guide details how to upgrade Windows XP to Windows 7 using the Microsoft Deployment Toolkit (Lite-Touch). By using this method the user data (desktop files, My Documents files etc)…
This guide documents how to make a WinPE boot CD for the x86 architecture. The WinPE environment is designed for installing Windows 7, troubleshooting and recovery. Software required: Windows AIK…
The following script can be used to get remotely get the following information from a Windows computer- Part Number Serial Number Asset Tag MyHostName = InputBox ("Enter Machine Name") Set…
Before rolling out a new service pack to an organisation a level of testing needs to be performed. Whilst testing might not seem like the most fun or productive task,…
The following VBS script can be used to change an SMS site code. By using this script you won't need to reinstall the SMS client application. 'replace with your Site…
Batch files are plain text files with the extension .bat. They are executable, and contain commands. They are DOS based, and as such, will open up a command prompt screen…