Clear Windows Server Event Log Archives with PowerShell Posted on September 1, 2019 /Under Scripts /With 0 Comments This script will allow you to clear the event archives that build in a windows server if you have archiving enabled in your event logs.
Check Automatic Services That Aren’t Running via PowerShell Posted on April 1, 2019 /Under Snippets /With 1 Comment When troubleshooting, its a good idea to check for which automatic services may not be running. Here's a way to accomplish this via PowerShell.
Launch of PShell.Dev Posted on March 9, 2019 /Under News /With 0 Comments Welcome to our website! Here's what you should know about us.
Active Directory – Check Recent Password Changes Posted on September 10, 2018 /Under Snippets /With 0 Comments Here is a quick snippet of code that can assist you in determining what accounts recently changed their password.
Windows Server – Check for Configured Service Accounts Posted on December 5, 2017 /Under Scripts /With 0 Comments Service accounts can be a serious pain for even the most seasoned System Admin if they don't have good documentation for them. This script can help.
PowerShell 101 – Basic Active Directory User Management Posted on August 1, 2017 /Under Tutorials /With 0 Comments Some common commands you should learn to manage Active Directory accounts via PowerShell.