This PowerShell script will give you some options to search Active Directory users: Report Locked Accounts Report Expired Accounts Report Expired Passwords Report Enabled accounts that have no recent activity… Read more »
This script will disable the Hyper-V Time Synchronization Integration Service, for all VMs in a VLAN you specify. The VLAN would be the “tagged” network within a the Virtual Machines… Read more »
With cybersecurity being a hot topic throughout media, business, and IT worlds, I thought that Microsoft would have strengthened their efforts to de-bloat the Windows Server 2016 family, but that… Read more »
We recently had a project that needed 164 SharePoint sites to be created across development, testing, and production environments. The sites would be created prior (with other scripts on the… Read more »
I needed to query a database table with PowerShell and manipulate the results, preferably in a data table. I found querying this information was possible, but the results would be… Read more »
Search in files with PowerShell and return files, line numbers. The script in this article will allow you to enter a search directory and the value you’re looking for. As the… Read more »
Parse a PowerShell string is something that may need to be done when handling a report or log file. Looking around the net on how to parse a PowerShell string,… Read more »
Removing Disabled Exchange Delegates with PowerShell The PowerShell script in this article will retrieve all mailboxes in an Exchange environment and remove Full Access, Send-As, and Send-On-Behalf permissions from them…. Read more »
I created this script when we needed to search all user network shares, as well as business department shares for PST files. We were in the process of migrating to… Read more »
Delete files in a directory that are older than x number of days. Sometimes there’s a need to delete files that are older than a certain number of days, months,… Read more »