0

Find Account That Sent Emails From Shared Mailbox using PowerShell

Find Account That Sent Emails From Shared Mailbox using PowerShell

In a world where email is one of our main methods of communication for business use, having the ability to send emails as a “generic user” or shared mailbox helps us hide behind a proxy when needed. While this is… Continue Reading

0

Securely Reduce MFA Prompts in Azure AD

Securely Reduce MFA Prompts in Azure AD

In this day and age, it is imperative that organizations enforce MFA to enhance their security posture. As threat actors become equipped with more sophisticated tools, we need to ensure we enforce strong authentication requirements for all users, all the… Continue Reading

3

Get Application Certificate and Secret Expiration with Graph API

Get Application Certificate and Secret Expiration with Graph API

In the world of Azure cloud automation we always need to ensure that our accounts are able to properly authenticate. Accounts with username and password might have Active Directory alert you when your password expires, however, what can we use… Continue Reading

1

Install Microsoft Graph Module for Azure Automation using PowerShell

Install Microsoft Graph Module for Azure Automation using PowerShell

If you’re familiar with Azure Automation and Graph API, you may have noticed that it may be a bit cumbersome to install the Microsoft.Graph PowerShell module in an Automation account. Since the Graph API module has over 30 sub modules… Continue Reading

0

Graph API using a Managed Identity in an Automation Runbook

Connect to Graph API using a Managed Identity in an Automation Runbook - Feat

In a previous post, I laid out detailed steps on how to connect to Microsoft Graph API using PowerShell. This is using the PowerShell SDK running on a machine that’s not in Azure. This method uses a client secret or… Continue Reading