Azure AD tools

Sandeep Sidhu 21 Reputation points
2022-08-01T01:39:04.103+00:00

Where Can I download msi for Windows Azure Active Directory Module for Windows PowerShell and Azure Active Directory sync.

Microsoft Security | Microsoft Entra | Microsoft Entra ID
0 comments No comments
{count} votes

Accepted answer
  1. Sandeep G-MSFT 20,906 Reputation points Microsoft Employee Moderator
    2022-08-01T05:22:57.933+00:00

    @Sandeep Sidhu

    Thank you for posting your question on Microsoft Q&A.

    You can download and install the Azure AD module from below article,
    https://www.powershellgallery.com/packages/AzureAD/2.0.2.140
    https://learn.microsoft.com/en-us/powershell/module/azuread/?view=azureadps-2.0

    Note: Azure AD PowerShell is planned for deprecation. For more details on the deprecation plans, see the deprecation update. You can start trying Microsoft Graph PowerShell to interact with Azure AD as you would in Azure AD PowerShell. In addition, Microsoft Graph PowerShell allows you access to all Microsoft Graph APIs and is available on PowerShell 7.

    If you do not have internet on the machine to download Azure AD module, then you can use below steps to install Azure AD module offline,

    • Save-module AzureAD -Path C:\temp
    • Get the file copied to machine without internet.
    • Run command "Import-module C:\temp\AzureAD"

    For AD sync module- this is installed by default when you install AD connect sync tool. If it is not installed, then you can run below command,
    "Import-Module –Name "C:\Program Files\Microsoft Azure AD Sync\Bin\ADSync" -Verbose"

    Let me know if you have any further questions on this.

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.