Skip to content

Commit 4085c74

Browse files
Updated a note for Powershell 7 issue
Added the following note as below as per the findings. > [!NOTE] > The Azure AD PowerShell cmdlets does not work with the new Powershell 7 as it is based on .net Core. We are aware and this is in the process of getting updated. As of now we suggest to use the Windows Powershell 5.x Module to be used for Azure AD powershell operations. This is as per MicrosoftDocs/azure#49896 ------- cc: @curtand
1 parent 1dc1a1b commit 4085c74

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/active-directory/users-groups-roles/groups-settings-v2-cmdlets.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ To verify that the module is ready to use, use the following command:
4646

4747
Now you can start using the cmdlets in the module. For a full description of the cmdlets in the Azure AD module, please refer to the online reference documentation for [Azure Active Directory PowerShell Version 2](/powershell/azure/install-adv2?view=azureadps-2.0).
4848

49+
> [!NOTE]
50+
> The Azure AD PowerShell cmdlets does not work with the new Powershell 7 as it is based on .net Core. We are aware and this is in the process of getting updated. As of now we suggest to use the Windows Powershell 5.x Module to be used for Azure AD powershell operations.
51+
52+
4953
## Connect to the directory
5054

5155
Before you can start managing groups using Azure AD PowerShell cmdlets, you must connect your PowerShell session to the directory you want to manage. Use the following command:

0 commit comments

Comments
 (0)