What is Azure AD DS
The VPN tunnel was solid. We had split-tunnel traffic, per-user group policies, and MFA layered on Azure AD sign-ins. Nothing fancy, just a Meraki firewall and a bunch of cloud-native users on laptops. Then someone asked for Wi-Fi to authenticate via RADIUS. Not Wi-Fi on laptops, Wi-Fi for the office printers and a couple of older VOIP phones....
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...
Audit Disabled Accounts
Imagine waking up to an email full of alerts about unwanted access attempts. It is every administrator's nightmare. The truth is that many security incidents can be traced back to disabled accounts that were not properly reviewed. You might wonder, "What about...
Monitoring program modules with PowerShell
Reading Time: 9 minutesLet’s gain insights into monitoring program modules with PowerShell, enhancing system stability and security.