Windows Misc

OneDrive Audits for Win10+

Folder contains two scripts based on 2 community scripts by Kevin Tegelaar. One for OneDrive sync health and the other for synced file count. Both scripts require a user to be logged in and report the results to the procedure log. Can report using $OneDrivestatus$, $OneDrivefiles$, $OneDriveAlert$.

Read More

Bitlocker – Disable

Disables BitLocker and unencrypts any drives.

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

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

Audit – Azure AD joined

Script will identify if machine is Azure AD joined and update a custom field called “CF – Azure AD Joined” with either Yes, No, or unknown.

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

Windows Services

Script folder contains scripts to list, find and compare services on a machine. Has 3 basic types of scripts. First type just lists the services (Find by name, All, Running, Running non-system). Second type does the same, but throws a Kaseya alert if the file/list changes between runs. Lastly, a mode that alerts and also…

Read More

AD Description to Custom Field

Script Installs AD Tools, then installs the Powershell AD module. Uses the module to pull the AD computer description and put it into a custom field (CF – AD Description). Field must be created before importing script. Requires user to be logged in, will self-reschedule every 60m if no user logged in.

Read More

Windows 11 Taskbar Position

Sets the size, alignment, and snap assist settings for the Win11 taskbar. Configured to set the taskbar to be left aligned and medium size (default is centered, medium size). Can change this behavior by editing the first few lines of the script, if desired.

Read More

Windows 11 Taskbar Alignment,Size,SnapAssist

Sets the position for the Win11 taskbar. Configured to set the taskbar to the bottom. Can change this behavior by editing the first line of the script, if desired.

Read More