Search PowerShell Objects
Recently, I was playing with Intune devices using graph API and managed devices. I was able to search for things like the device name with no issues, but when it came to the unique codes, I started having beautiful dyslexia issues. As I struggled, I asked myself how I...
Get Mailbox Rules Using PowerShell
Ever found yourself tangled in the web of Exchange Online mailbox rules? Yeah, me too. It's like trying to find a needle in a haystack, especially if you're managing multiple mailboxes. Thankfully, I stumbled upon a nifty PowerShell script that makes this task a...
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
Let’s gain insights into monitoring program modules with PowerShell, enhancing system stability and security.
PowerShell script block tutorial
Here, we'll learn how to use the & operator to run script blocks—your go-to PowerShell script block tutorial! You're not alone if you've ever thought PowerShell scripting was a little confusing. Today, we're simplifying the & operator, one of PowerShell's most...
Humanizing ChatGPT
Hi there Ever wish a chatbot could converse back to you like a good friend? You are not by yourself. Like a chat in a coffee shop, many of us want our online exchanges to feel as organic and interesting. Therein is the humanizing ChatGPT magic. Teaching an elderly dog...
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...