Script List
​
Active Directory
-
Active Directory delegation report - Lists all delegated rights in Active Directory except if the rights are inherited.
-
List All Users with Home Drives - Lists all users that have home drives configured, along with their home drive configuration.
-
List all AD security group members including any of their properties - Creates a report of all the members of a specific group.
-
Get-GPOSetting - Search all group policies for a specific setting.
DNS
-
Update DNS Server IP Addresses on Clients Through PowerShell - searches your existing network interfaces for one of the pre-existing DNS servers, then will update the DNS servers with whatever you provide.
File Server
-
Configure Microsoft Redirected Folder Permissions - Reset NTFS permissions on all Microsoft redirected folders based on Microsoft's best practices. Adds administrative access to Microsoft redirected folders.
-
File archive script - Moves files that past a certain time frame (in days) to a different folder.
-
Get-LongPaths - Finds all paths recursively over a specified length and outputs to a grid view.
-
Archive Terminated Users' Redirected Folders - Moves terminated users' redirected folders to an archive location.
-
Robcopy backup script (part 1, part 2) - PowerShell script that uses robocopy to backup directories, and logs output.
-
Verify File Hash with PowerShell - Validates a file hash against a provided known hash and algorithm, and display the results
-
Find Microsoft Office password-protected files - Reviews several methods for finding Microsoft Office password-protected files using PowerShell.
Hypervisor
-
XenServer Virtual Machine ISO Management - Manages ISOs for multiple VMs within XenServer.
-
XenServer VM Memory Management Bash Script - List all VMs in a XenServer pool with a specified static max setting. Update memory on all VMs within a XenServer pool with a specified static max to a newly specified amount.