The following script can be used to remotely access the serial number for a computer on your network. It works with Windows 7 and Windows 10. How to use the…
By default, a standard installation of Windows 7 without any serial number entered will enter into a 30 day grace period. During this time Windows 7 will be fully functional, however…
The following VBS scripts will allow you to remotely connect to a computer on your network to collect the monitor details. It retrieves the: Instance name Manufacture name User friendly…
Many USB drives (particularly USB 'thumb drives') do not have the unique serial number printed on the outside. Sometimes there is a need to use the unique hardware serial number…
The following VBS Script can be used to remotely get the Dell Service Tag from another computer on your network. Output: When you run the script it will prompt for…
With Exchange Server 2010, you do not enter a product key during initial setup. Instead, you provide the product key after installation using the Exchange Management Console or Exchange Management…
The following process details how to create a custom configuration of Microsoft Office 2010 for a silent installation. The process requires you to create a MSP configuration file and save…
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 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…