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 have some functions that can be used to find an array index and then update a specific value in that array. However, let’s say you don’t want to use… Read more »
Find the Row Index of a PowerShell Array Here’s a function that will find the index of a Powershell array row, when the column you specify is also the value you’re… Read more »
I looked for a while to find a simple way to create a powershell array that was more than a list; I’m talking multi-dimensional. For my own reference, here’s the… 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 »