Category Archives: Microsoft Azure

Azure Lighthouse: Prepare and Onboard Customers

Azure Lighthouse enables cross- and multi-tenant management, allowing for higher automation, scalability, and enhanced governance across resources and tenants. If you are a managed service provider, it is a great way to view your customers resources from a single pane of glass. What will this Post Cover? In this post we will cover using my PowerShell script to… Read More »

Secure Authentication with PowerShell & Service Principals: MS Graph, Azure AD, Azure & Exchange Online

In this blog I will share how you can securely connect to many services using what is known as a “Service Principal”. We will be connecting to the following services with one script (only 12 lines of code) and one service principal with no authentication prompts: Azure AD (AzureAD module) Exchange Online (ExchangeOnlineManagement V2.0 Module) Azure (Az module)… Read More »