Scheduled Tasks with PowerShell
Last week we went over how to do audits using PowerShell (Link). Today we will use scheduled tasks with PowerShell to have the audit script run hour by hour. We do this because we don't want to be manually running the PowerShell script every hour. Let the computer handle all of that for us. We will go over how to manually build the Scheduled Task...
Hyper-V Bulk configure VM networks with PowerShell
Tired of manually configuring networks for each VM? Perhaps you're not alone. Virtual network management is time-consuming and error-prone. If I told you there's a simpler way? This essay examines a PowerShell script that does that. Making your life easy is key. This...
Intune Detection Script
Hi there! Have you ever scratched your head and wondered if you loaded software the right way? You're not by yourself. This gives a lot of system administrators a headache. This is especially hard to do when handling programs like AutoCAD 2022 in a variety of...
Windows 11 VM on Hyper-V with PowerShell
Learn how to set up a Windows 11 VM on Hyper-V using PowerShell, including remote desktop access and domain joining, with our guide.