Powershell

Windows 11 updates, no reboot

Script folder that will check or apply cumulative and version updates to windows. All scripts will suppress rebooting, but a reboot will be required after each. Can report using $OOD$,$WinUpgrade$.

Read More

Bitlocker – Disable

Disables BitLocker and unencrypts any drives.

Read More

Delete Outlook tempfiles older than X days

Prompts for number of days to keep files(1-365). Downloads a PS1 script that goes through each user’s Outlook temp folder and permanently deletes any files older than the limit. Can report on space recovered using $outlookcleanup$.

Read More

Delete user downloads older than X days

Prompts for number of days to keep files(1-365). Downloads a PS1 script that goes through all user download folders and permanently deletes any files older than the limit. Can report on space recovered using $downloadcleanup$.

Read More

Skype (MS Store App) Audit

Script downloads txt file with current version, then checks if the MS Store Skype App is installed and up to date. Able to report by filtering Agent Procedure logs for $SkypeApp$, $Audit$, and $OOD$

Read More

SentinelOne Agent Migration

Migrates a business licensed version of SentinelOne to a new mgmt server. Must edit first two lines of the script with the new server url and binding. Will prompt for the passphrase when ran. Can report using $S1$, $S1error$.

Read More

IP Regulation

Folder of scripts that contain information gathering and regulation for IPv4/v6 enabled interfaces. These scripts are 1) for detecting if a machine has a public IPv4 address 2) if a machine has any IPv6 address 3) removing IPv6 from interfaces. Additional IP Regulation scripts can be added to this collection upon request.

Read More

Unitrends Windows Agent Updater

Script will download the latest Windows x64 version from Unitrend’s Amazon storage and install silently. This script could be used to install a fresh copy, but it would need to be linked to your Unitrends instance. Script will document starting and ending versions of the Agent. Script reports using tags “$Unitrends”.

Read More

BitDefender Status Audit

Reports whether Bitdefender is installed and/or running. Can report using $btdefender$.

Read More

Antivirus WMI Management

Script folder allows for audit and removal of registered antivirus software in Windows. Sometimes, after switching A/V providers WMI entries will be left behind. These extra entries can interfere with auditing the active A/V software. Note, this will not uninstall any A/V.

Read More