Assign Users to Azure AD Application with PowerShell

Azure AD Enterprise Applications are a great way to connect third-party applications to your Azure Active Directory. Depending on your Azure AD plan you can assign either single users to an application or complete groups. With Azure AD Plan 1 … Read moreAssign Users to Azure AD Application with PowerShell

Office 365 Branding – Add your Company Branding to Office 365

Office 365 Company Branding Guide

If you have a paid Office 365 subscription or using other Microsoft Online Services, then you can add your company branding to Office 365. You can change the Office 365 login screen with your own company logo, background, and footnote … Read moreOffice 365 Branding – Add your Company Branding to Office 365

Using Microsoft Graph API with Powershell

Microsoft Graph API gives you the ability to interact with the continually evolving Azure services through a single endpoint: https://graph.microsoft.com. We are going to connect to Graph with Powershell, OAuth 2.0 and REST. Registering your App To interact with Graph … Read moreUsing Microsoft Graph API with Powershell