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…
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…
The following VBS Script will check your Active Directory environment for user accounts which are currently locked out. This could be used to assist with diagnosing accounts which are repetitively…
The following VBS Script can be used to remotely ENABLE or DISABLE Remote Desktop (RDP). It is compatible with Windows 7 systems. Whilst Group Policy is the recommended method for…
The following VBS script will change the last user logged on user for a Windows 7 workstation. This script has been used with Windows 7 workstation which is on an…
The following scripts can be used to count the number of times a computer has been turned on. It queries the Windows event log for Event 12 which records 'The…
The following script can be used to uninstall all versions of Java on a computer. Please note: Script was found here: http://www.appdeploy.com/messageboards/tm.asp?m=29809&mpage=1&key= Some version of Java cannot be uninstall silently…