Skip to content

Instantly share code, notes, and snippets.

@jikuja
Last active March 14, 2023 15:40
Show Gist options
  • Save jikuja/1808df6e80108f71830b315b0be48ec1 to your computer and use it in GitHub Desktop.
Save jikuja/1808df6e80108f71830b315b0be48ec1 to your computer and use it in GitHub Desktop.
Powershell & Azure AD

Microsoft Azure Active Directory Module for Windows PowerShell

Basics:

Azure Active Directory PowerShell for Graph (Azure AD PowerShell)

Basic:

Some details

  • Module names: AzureAD and AzureADPreview
  • Windows only: Import-Module: Could not load file or assembly 'System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. The system cannot find the file specified.
  • *-AzureAD* cmdlets
  • Import-Module AzureAD -UseWindowsPowerShell required on powershell core

Azure Active Directory .NetStandard Preview Module

Azure powershell module

Deprecation plans

New tooling

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment