More Automation! Using Hybrid Worker Runbooks in Azure Automation
As this year goes on, I’ve been spending more time expanding the things I can do in with Azure Automation. It has allowed me to …
Do whatever a Smitty Does…
As this year goes on, I’ve been spending more time expanding the things I can do in with Azure Automation. It has allowed me to …
Occasionally there comes a time when you might need to push scheduled tasks to multiple machines. As the domain shrinks, and machines move to Azure …
Back in November 2022, I sat through a SANS course, SEC505: Securing Windows and PowerShell Automation. The goal for this course was for me to …
Now it is time to put what we know about Azure Automation Accounts to work. One of the driving factors behind my wanting to learn …
I have to assume that the forced change to a Named User Autodesk License is not unique to just us. I would imagine there are …
Welcome back! We’re talking about how to move Distribution Lists to Exchange Online only to assist with the Exchange Server shutdown. If you missed part …
I’ve been thinking about writing this script to move Distribution Lists to Exchange Online for a while now. That is because there is no native …
In our last post, we began to explore the Invoke-RestMethod cmdlet in PowerShell. We covered some of the basics, such as the components of the …
Invoke-RestMethod is an incredibly powerful Cmdlet in PowerShell. It is built into PowerShell so there are no additional modules needed, and it allows you to …
While I was working through learning more about the MS Graph PowerShell SDK, I realized I could update user photos with what we have learned …