7

VMware vCenter SSO Integration with Azure AD

VMware vCenter SSO Integration with Azure AD

It’s finally here! VMware finally allows you to leverage Azure AD as a primary Identity Provider (IdP). Today we are going to cover the steps to setup VMware vCenter SSO Integration with Azure AD (Entra ID). Using Azure AD as… Continue Reading

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

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

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