VBS Script – Create Local Administrator User Account Never Expires
This article provides a VBScript that creates a local administrator user account on Windows machines and sets its password to never expire. It also adds the user to the local…
This article provides a VBScript that creates a local administrator user account on Windows machines and sets its password to never expire. It also adds the user to the local…
Export Active Directory user accounts to Excel using a VBS script. Download the script and learn how to extract user details with ease.
The article provides a VBScript that enables remote desktop on Windows XP, allowing users to remotely access the machine from another device.
The article provides a VBS script that retrieves the serial number of a computer's hard drive, which can be useful for inventory management or other purposes. It requires changing two…
This article provides a VBScript solution for installing software remotely on multiple computers listed in a text file named MachineList.txt. It includes instructions and requirements needed to execute the script…
The article provides a VBScript that retrieves the serial number, part number, and asset tag of a remote Windows machine using WMI. It requires inputting the host name for impersonation…
This article provides a VBScript solution for changing an SMS site code without having to reinstall the SMS client application, utilizing the Windows Management Instrumentation (WMI) and Common Configuration Migration…
Learn about scripting in system administration. Discover how to automate tasks, write scripts using basic text editors, and run them easily.
The article provides instructions on how to use a VBScript to change the last user logged on using the Windows Registry in Windows XP on an Active Directory domain.