How to Leverage Invoke-RestMethod for More Powerful Scripting – Part 1
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 …
Do whatever a Smitty Does…
See Smitty learn and build with Microsoft PowerShell. Covering the basics of scripting, and a few tips that helped him fall in love with PowerShell!
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 …
All this time we’ve been talking about PowerShell for Graph and Exchange PowerShell. Now it is time for some practical application. The problem that lead …
As we continue our journey learning about PowerShell and application access, it is helpful to include Exchange PowerShell. There are times when we may want …
Today I want to talk about how to use the Microsoft Graph PowerShell SDK. By now, you may know that you can use PowerShell to …
Recently, one of the guys on my team wanted to talk about wanting to learn PowerShell. Boy, did I get WAY too excited about it. …
Today I want to talk about my 5 favorite VS Code extensions. These extensions add some useful functionality my favorite code editor, Visual Studio Code. …
Today I am going to explain a REALLY simple way to deploy a registry key with Proactive Remediation. Endpoint Manager has come a long way …
When you have to bulk add users to Azure AD Groups, OBVIOUSLY you should be scripting this in PowerShell. Not only is it faster because it can happen at the speed of electricity,