0

Get Microsoft 365 License Usage Count Using PowerShell

Get Microsoft 365 License Usage Count Using PowerShell

Keeping an eye on the available licenses in your Microsoft tenant is essential to ensuring you and your users have what is needed to keep the business running. Whether you assign licenses directly or you use Group Based Licensing, if… Continue Reading

4

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

2

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

1

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

0

Exchange Online Certificate Based Authentication

Exchange Online Certificate Based Authentication

As a Systems Engineer I am constantly looking for ways to improve processes as well as look for ways to automate everything I possibly can. As a general rule of thumb, I try to automate myself out of a job… Continue Reading