PowerShell Utility
Office Update Utility
· β˜• 5 min read
Microsoft Office Update Manager Office Update Utility is available from: GitHub The Microsoft PowerShell Gallery Please consider supporting my work: Support with a one-time donation using PayPal. Please report any problems via the ‘issues’ tab on GitHub. Thanks -Mike Features and Requirements This utility will check for and download update files for Microsoft Office. It can also remove old update files. This utility requires the Office Deployment Tool a free download available here.

Hyper-V Virtual Machine Backup Utility - Update v4.4
· β˜• 1 min read
Download it from the Microsoft TechNet Gallery the PowerShell Gallery and GitHub. Today I’ve released a minor update to my Hyper-V Backup Utility. In version 4.4 I’ve added more feedback when the script is used interactively. Whether you are running Hyper-V on a Windows 10 desktop or a Windows Server 2016 cluster, this utility can be used to backup your virtual machines. My original post with the full documentation is available here.

Automated WSUS Maintenance Utility - Update v1.7
· β˜• 1 min read
Download it from the Microsoft TechNet Gallery, PowerShell Gallery and GitHub. I’ve released a major update to my Automated WSUS Maintenance utility. If you are using a previous version, please update to this new one. Fixed in version 1.7: The script will now not run the clean-up process twice. The script will now report if the service isn’t running before starting. My original post with the full documentation is available here.

Network Device Status Monitor - Update v1.1
· β˜• 1 min read
Download it from GitHub, the Microsoft TechNet Gallery and the PowerShell Gallery. I’ve released a minor update to my Network Device Status Monitor utility. New in 1.1: Updated the style of the web page with a cleaner look. Added CSS animations for online devices. The CSS animations do not display when the utility is in ‘report’ mode. This is configured by omitting the -refresh switch, as I assume that this configuration is used to email the HTML report page rather than monitor continuously.

Windows Server Status Monitor - Update v1.6
· β˜• 1 min read
Download it from GitHub, the Microsoft TechNet Gallery and the PowerShell Gallery. I’ve released a minor update to my Windows Server Status Monitor utility. New in 1.6: Updated the style of the web page with a cleaner look. Added CSS animations for online devices. The CSS animations do not display when the utility is in ‘report’ mode. This is configured by omitting the -refresh switch, as I assume that this configuration is used to email the HTML report page rather than monitor continuously.

Automated Office 365 Licensing v1.1
· β˜• 3 min read
Update 2019-06-16 I recently learned that Office 365 licensing can be managed via Azure Active Directory’s group based licensing feature and I have since switched to using this and have retired this script. I’ll leave this post and the script itself available here, on the Microsoft TechNet Gallery and GitHub, but I’ll not be developing the script any further. For more information on Azure Active Directory group-based licensing please check out Microsoft’s documentation here and here to start with.

Hyper-V Virtual Machine Backup Utility - Update v4.3
· β˜• 1 min read
Download it from the Microsoft TechNet Gallery the PowerShell Gallery and GitHub. Today I’ve released an update to my Hyper-V Backup Utility. In version 4.3 I’ve added the ability to specify the Hyper-V Virtual Machines you wish to backup using a TXT file. I’ve also improved some of the commenting and cleaned up some of the code. Whether you are running Hyper-V on a Windows 10 desktop or a Windows Server 2016 cluster, this utility can be used to backup your virtual machines.

Network Device Status Monitor
· β˜• 4 min read
PowerShell based network attached device monitor Please consider donating to support my work: You can support me with a one-time payment using PayPal Network Device Status Monitor can also be downloaded from: The PowerShell Gallery Please report any problems via the β€˜issues’ tab on GitHub. -Mike Features and Requirements The utility can output the network device name and IP address as specified in the CSV file.

Windows Server Status Monitor - Update v1.5
· β˜• 1 min read
Download it from the PowerShell Gallery and GitHub. 23/02/2019 Update: Version 1.6 has now been released, you can check out the new features on the announcement post here. I’ve released an update to my Windows Server Status Monitor utility. In version 1.5 there are two new features: A light theme for the report page. An option to export the monitoring data to a CSV file. Whether you only have a few servers or a hundred, this utility can be used to monitor them and alert you about problems.

Windows Server Status Monitor - Update v1.4
· β˜• 1 min read
Download it from the Microsoft TechNet Gallery the PowerShell Gallery and GitHub. 2019-02-23 Update: Version 1.6 has now been released, you can check out the new features on the announcement post here. Today I’ve released an update to my Windows Server Status Monitor PowerShell script. Version 1.4 brings a few updates: Offline servers will always be at the top of the page. Servers are sorted alphabetically, regardless of what order they are specified in the TXT file.

Hyper-V Virtual Machine Backup Utility - Update v4.1
· β˜• 1 min read
Download it from the Microsoft TechNet Gallery the PowerShell Gallery and GitHub. Today I’ve released an update to my Hyper-V Backup Utility PowerShell script. Version 4.1 adds zip file creation and the ability to keep a history of Virtual Machine backups. These new features are included along with the ability to backup Virtual Machines using the built-in Hyper-V export function, meaning that the VMs do not need to be shutdown. However if the Hyper-V host lacks the permissions necessary to perform the export, it can be configured to shutdown the Virtual Machines and backup through a file-based copy operation.

Hyper-V Backup Utility
· β˜• 13 min read
Flexible Hyper-V Backup Utility Hyper-V Backup Utility is available from: GitHub The Microsoft PowerShell Gallery Please consider supporting my work: Support with a one-time donation using PayPal. Please report any problems via the ‘issues’ tab on GitHub. Thanks -Mike Features and Requirements Designed to be run on a Hyper-V host. The Hyper-V host must have the Hyper-V management PowerShell modules installed. Can be used to backup VMs to a device which the Hyper-V host does not have permission to run a regular export to.

On-Prem AD User Creator Utility
· β˜• 5 min read
Configurable Script For Creating On-Prem Active Directory User Accounts On-Prem AD User Creator Utility is available from: GitHub Please consider supporting my work: Support with a one-time donation using PayPal. Please report any problems via the ‘issues’ tab on GitHub. Thanks -Mike Features and Requirements Requires the Active Directory PowerShell module be installed. Requires A CSV file containing the FirstName and LastName of each user to create.