PowerShell Utility
Log Manager Utility
· ☕ 5 min read
Flexible clean up and backup of log files For full change log and more information, visit my site. Log Manager Utility is available from: GitHub The Microsoft PowerShell Gallery Please consider supporting my work: Sign up using Patreon. Support with a one-time donation using PayPal. Please report any problems via the ‘issues’ tab on GitHub. Thanks -Mike Features and Requirements The utility will delete files and folders older than X days.

Auto Create Exchange Mailboxes v1.8
· ☕ 4 min read
I needed to write a PowerShell utility to create Exchange mailboxes for new users in Active Directory. The utility needed to create the mailboxes, use different databases, retention policies, and take users from several Organisational Units along with users in child OUs. This utility is available to download from the Microsoft TechNet Gallery, PowerShell Gallery and GitHub. If you have any questions or comments please leave them below. Please consider donating to support my work:

Fully Automated Image Factory for Microsoft Deployment Toolkit
· ☕ 11 min read
UPDATE: This post is old and intended as a walk through on how my original script was put together for those wishing to learn PowerShell. For the finished, up-to-date script please check out this post and you can download the script from my Microsoft TechNet profile. Recently I’ve been looking into automating my image build process further using PowerShell to create an Image Factory of sorts. There are other similar scripts that I’ve found online, but I like the relatively simple and straightforward method I’ve developed below.