Category Archives: Security

M365 Defender Secure Score Details via Graph API

Overview This quick post is to link you my script that gets detailed secure score information from the Microsoft Security Graph API. While it is easy to get your tenants overall Secure Score, it was a bit more difficult to get detailed information and perform accurate calculations. Pre-Requisites Register an Application in Azure AD and generate a secret.… 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 »

Exchange Online Protection: Simple, Effective & Basic Measures

Exchange Online Protection (EOP) is the cloud-based filtering service that helps protect your organization against spam and malware. EOP is included in all Microsoft 365 organizations with Exchange Online mailboxes. EOP is also available in some on prem scenarios. Exchange Online Protection is already available with Exchange Online. In this guide, we will go through some simple, yet… Read More »