Use-AzureAD

0.5

Add few cmdlets to facilitate your Azure AD management, especially with Administrative Unit, through PowerShell interface

Minimum PowerShell version

5.1

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name Use-AzureAD -RequiredVersion 0.5

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name Use-AzureAD -Version 0.5

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2020 lucas-cueff.com Distributed under Artistic Licence 2.0 (https://opensource.org/licenses/artistic-license-2.0).

Package Details

Author(s)

  • LCU

Tags

API AzureAD Azure MSGraph GraphAPI AdministrativeUnit

Functions

Clear-AzureADAccessToken Connect-AzureADFromAccessToken Get-AzureADAccessToken Get-AzureADAdministrativeUnitAllMembers Get-AzureADMyInfo Get-AzureADTenantInfo Get-AzureADUserAllInfo Invoke-APIMSGraphBeta Set-AzureADAdministrativeUnitAdminRole Set-AzureADProxy Sync-ADOUtoAzureADAdministrativeUnit Sync-ADUsertoAzureADAdministrativeUnitMember Test-ADModule Test-AzureADAccesToken

Dependencies

This module has no dependencies.

Release Notes

v0.5 : first public release : get a valid access token (MFA supported) for Microsoft Graph Beta APIs, get a valid token for Microsoft Graph API standard / cloud endpoint (ressource graph.windows.net) and be able to use AzureADPreview cmdlets without reauthenticating, get all properties available (ex : extensionattribute) for an AAD user account, set a web proxy to be used with Use-AzureAD and AzureADPreview cmdlets, get all info for current logged in (@ Azure AD Tenant and Graph APIs) AAD user account, create / synchronize your on premise Active Directory OUs with Azure AD Administrive Units (not managed currently through Azure AD Connect or other Microsoft cmdlets / modules), add / synchronize your on premise Active Directory users DN with Azure AD Administrative Unit membership (not managed currently through Azure AD Connect or other Microsoft cmdlets / modules), add / remove Azure AD user account in Administrative Unit Role (everything managed in an easy and smooth way including, enabling the AAD role if missing and so on), list all members of an Azure AD Administrative Unit

FileList

  • Use-AzureAD.nuspec
  • Howto.md
  • README.md
  • Use-AzureAD.psd1
  • Use-AzureAD.psm1
  • docs\Clear-AzureADAccessToken.md
  • docs\Connect-AzureADFromAccessToken.md
  • docs\Get-AzureADAccessToken.md
  • docs\Get-AzureADAdministrativeUnitAllMembers.md
  • docs\Get-AzureADMyInfo.md
  • docs\Get-AzureADTenantInfo.md
  • docs\Get-AzureADUserAllInfo.md
  • docs\Invoke-APIMSGraphBeta.md
  • docs\Set-AzureADAdministrativeUnitAdminRole.md
  • docs\Set-AzureADProxy.md
  • docs\Sync-ADOUtoAzureADAdministrativeUnit.md
  • docs\Sync-ADUsertoAzureADAdministrativeUnitMember.md
  • docs\Test-ADModule.md
  • docs\Test-AzureADAccesToken.md
  • en-US\use-AzureAD-help.xml

Version History

Version Downloads Last updated
1.7 350 9/23/2021
1.6 24 9/12/2021
1.5.1 37 8/16/2021
1.5 11 8/16/2021
1.4 70 3/9/2021
1.3 31 2/6/2021
1.2 40 10/7/2020
1.1 14 9/8/2020
1.0 13 9/7/2020
0.9 54 6/7/2020
0.8 16 5/29/2020
0.7 24 5/12/2020
0.6 16 5/4/2020
0.5 (current version) 21 4/27/2020
Show less