Category: Computers

ComputerInventory.vbs

‘========================================================================= ‘ ComputerInventory.vbs ‘ VERSION: 1.0 ‘ AUTHOR: Brian Steinmeyer ‘ EMAIL: [email protected] ‘ WEB: https://sigkillit.com ‘ DATE: 1/21/2013 ‘ COMPATIBLE: Windows XP+, Server 2003+. If you are using on Windows 2003, ‘ to get correct CPU Physical and Core Counts make sure you have the following ‘ hotfix installed: http://support.microsoft.com/kb/932370 ‘ COMMENTS: Loops through …

Continue reading

GetIPInfo.vbs

‘========================================================================= ‘ GetIPInfo.vbs ‘ VERSION: 1.0 ‘ AUTHOR: Brian Steinmeyer ‘ EMAIL: [email protected] ‘ WEB: https://sigkillit.com ‘ DATE: 1/1/2011 ‘ COMMENTS: Input a Computer DNS/IP, which then Clears the Current Arp Cache, ‘ Gets the IP of the DNS/IP, and then gets the MAC address of the DNS/IP. ‘ EXAMPLE: Wscript.Echo GetIPInfo(“Computer”) ‘========================================================================= Option Explicit …

Continue reading

ListLoggedOnUsers.vbs

‘========================================================================= ‘ ListLoggedOnUsers.vbs ‘ VERSION: 1.0 ‘ AUTHOR: Brian Steinmeyer ‘ EMAIL: [email protected] ‘ WEB: https://sigkillit.com ‘ DATE: 1/1/2011 ‘ COMMENTS: Pass a Computer Name or IP to the Function and it will return ‘ the name computer name, # logged on users, and username of the logged on ‘ users. This works for local, …

Continue reading

NTBackup.vbs

‘========================================================================= ‘ NTBackup.vbs ‘ VERSION: 2.2 – Modified backupDestination to auto include the backupTitle as the end directory ‘ 2.1 – Fixed potential error on blat attachments ‘ 2.0 – Complete rewrite ‘ AUTHOR: Brian Steinmeyer ‘ EMAIL: [email protected] ‘ WEB: https://sigkillit.com ‘ DATE: 3/7/2013 ‘ REQUIREMENTS: ‘ – NTBackup.exe 2000, XP, 2003 ‘ – …

Continue reading