Let's talk about making Active Directory, Defender XDR, Entra ID, Exchange Server, Microsoft 365, and PowerShell work better for you!
-
-
Issues with Windows Update KB5066835 Cause Problems with Authentication Flows
Security update breaks localhost listeners that are used to connect to Microsoft 365 services with PowerShell and affect other 3rd party applications such as Cisco Duo.
By Sam ErdeThis Wednesday, October 15th, I encountered an unpleasant surprise when I began connecting to Microsoft 365 services to test the latest prerelease version of Maester: I could not connect to Microsoft Teams using PowerShell! [Read More] -
Installing PowerShell with the .NET Tool
The .NET Tool (dotnet) can be used to easily install the LTS or STS version of PowerShell without local admin rights, but it does have some limitations.
By Sam ErdeThere are a surprising number of ways that you can install PowerShell on a system. Today we’ll look at how to install it as a “.NET tool.” This approach is not necessary or ideal for everyday use, but it does have some valid use cases and conveniently does not require... [Read More] -
Using the Microsoft Artifact Registry (MAR) with PowerShell
A trusted and secure source for PowerShell modules, packages, and other application components.
By Sam Erde -
Using Obsolete Parameters in PowerShell
How to deprecate a parameter in your PowerShell functions without breaking existing scripts.
By Sam Erde