Coding and Automation
Bulk Install Windows Update MSU Files with PowerShell
There may come a time when you need to manually install several Microsoft update *.msu files. If you have a laptop that cannot be connected to the internet or a WSUS server and have several update files to install it can take an entire…
Read MoreEnable PSRemoting with Group Policy
In this tutorial you are going to learn how you can enable PowerShell remoting (PS remoting) on your domain computers with Group Policy.
Read MoreHow to send Emails from PowerShell
There are several reasons why you may want to programmatically send emails with Windows PowerShell. For example, you may want to automatically email users when their Active Directory passwords are about to expire, or when their AD account locks out. In order to send…
Read MoreImport Active Directory Users from a CSV Spreadsheet with PowerShell
In this tutorial I want to show you how you can write a PowerShell script to automatically create Active Directory user accounts based on a CSV or Excel spreadsheet.
Read More