Skip to content

ITtelligence

Intelligence everywhere

Category: Scripts

ScriptsLeave a comment

Excel Macro to Convert to CamelHumpNotation

March 28, 2011April 9, 2026 Shaun Vermaak

An Excel VBA macro that converts cell values to CamelHumpNotation (PascalCase), capitalizing the first letter of each word. Continue reading Excel Macro to Convert to CamelHumpNotation

ScriptsLeave a comment

Generic InputBox for CMDs

October 13, 2010April 9, 2026 Shaun Vermaak

A VBScript that displays an InputBox dialog and passes the user-entered value as a parameter to a specified batch file. Continue reading Generic InputBox for CMDs

Group Policy, ScriptsLeave a comment

VBS implementation of REG.exe for use in GPOs

September 1, 2010April 9, 2026 Shaun Vermaak

A VBScript implementation of REG.exe for adding and deleting registry keys and values, designed for use in Group Policy Objects. Continue reading VBS implementation of REG.exe for use in GPOs

Scripts, WindowsLeave a comment

How to start a disk cleanup on remote computer

August 23, 2010April 9, 2026 Shaun Vermaak

A batch file that configures cleanmgr.exe sageset registry entries for all cleanup categories and can be executed remotely via PSExec. Continue reading How to start a disk cleanup on remote computer

Operations, ScriptsLeave a comment

How to copy large files over extremely slow and utilised networks (Without BITS)

June 16, 2010April 9, 2026 Shaun Vermaak

A method for copying large files over slow networks by compressing and spanning data with 7-Zip, transferring with RoboCopy’s interpacket gap, and extracting remotely via PSExec. Continue reading How to copy large files over extremely slow and utilised networks (Without BITS)

Active Directory, ScriptsLeave a comment

Enumerate All Empty Active Directory Groups

January 12, 2010April 9, 2026 Shaun Vermaak

A VBScript that queries Active Directory via ADODB to find and list all security and distribution groups with no members. Continue reading Enumerate All Empty Active Directory Groups

ScriptsLeave a comment

Recreate DNS Hosts From Export File Into a Microsoft DNS Server

November 7, 2009April 9, 2026 Shaun Vermaak

A VBScript that adds DNS host records from an exported list of hostnames and IPs into a specified Microsoft DNS server zone using WMI. Continue reading Recreate DNS Hosts From Export File Into a Microsoft DNS Server

Active Directory, ScriptsLeave a comment

Enumerate All Active Directory Users’ ProxyAddresses

October 12, 2009April 9, 2026 Shaun Vermaak

A VBScript that enumerates all Active Directory user accounts and outputs each user’s sAMAccountName along with their proxyAddresses. Continue reading Enumerate All Active Directory Users’ ProxyAddresses

ScriptsLeave a comment

DoesServiceExist – Detect if service exist on remote host

September 29, 2009April 9, 2026 Shaun Vermaak

A VBScript that checks whether a specific Windows service exists on a remote host using WinNT provider, with ping-based online detection. Continue reading DoesServiceExist – Detect if service exist on remote host

Scripts, WindowsLeave a comment

InstallWDS – Installing Windows Deployment Services (WDS) from a batch file

September 21, 2009April 9, 2026 Shaun Vermaak

A batch file for automating WDS installation on Windows Server 2003 and 2008, using DFS-hosted setup files and restoring original registry paths after install. Continue reading InstallWDS – Installing Windows Deployment Services (WDS) from a batch file

Posts navigation

Older posts
Newer posts
Powered by WordPress.com.
ITtelligence
CommandThreader – Execute any list of commands threaded into as many threads as needed (Updated) / Proudly powered by WordPress Theme: Gazette.
Loading Comments...