Log file problem – CircularLogArchiver
CircularLogArchiver adds circular logging functionality to any log files, automatically archiving and deleting old logs to prevent disk space issues. Continue reading Log file problem – CircularLogArchiver
CircularLogArchiver adds circular logging functionality to any log files, automatically archiving and deleting old logs to prevent disk space issues. Continue reading Log file problem – CircularLogArchiver
CircularLogArchiver v2.0 automates log file management by archiving and deleting old log files based on configurable age thresholds. Continue reading CircularLogArchiver v2.0
A VBScript that queries all Active Directory user objects and clears the manager attribute from each one using ADSI and ADO. Continue reading Clear all Active Directory users’ manager attribute
A batch script that automates the relocation of the Active Directory Sysvol folder on DFSR-replicated domain controllers following the official Microsoft procedure. Continue reading MoveSysvol – Automate the relocation of the Sysvol folder (DFSR Version)
A small utility that moves the mouse one pixel every minute to prevent auto-lock and screen savers from activating. Continue reading Move Mouse
A batch file using PSExec and VBScript to remotely rename a computer and its Active Directory account, followed by an automatic reboot. Continue reading Remotely Rename A Computer
A utility that parses RepAdmin.exe /ShowRepl output and displays a unique list of all domain controllers with replication errors. Continue reading ShowReplParser
A command-line utility that pings a host and returns error code 1 if the round-trip time exceeds a specified threshold, indicating a slow network link. Continue reading IsSlowLink – Utility that returns Error Code 1 if slow link detected
An updated utility to remotely retrieve the UpdatesNeedingFilesCount and last sync status from a WSUS server. Continue reading Updated WSUS_Get_Status
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