Excel Macro to Convert to CamelHumpNotation
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
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
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
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
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
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)
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
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
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
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
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