@@ -9,7 +9,7 @@ ms.service: active-directory
9
9
ms.topic : how-to
10
10
ms.subservice : roles
11
11
ms.workload : identity
12
- ms.date : 08/06/2021
12
+ ms.date : 03/17/2022
13
13
ms.author : rolyon
14
14
ms.reviewer : anandy
15
15
ms.custom : oldportal;it-pro;
@@ -30,7 +30,7 @@ To use PowerShell commands to do the following:
30
30
31
31
You must have the following module installed:
32
32
33
- - [ AzureAD] ( https://www.powershellgallery.com/packages/AzureAD ) version 2.0.2.137 or later
33
+ - [ AzureAD] ( https://www.powershellgallery.com/packages/AzureAD ) (current version)
34
34
35
35
36
36
#### Check AzureAD version
@@ -46,7 +46,7 @@ You should see output similar to the following:
46
46
``` powershell
47
47
Version Name Repository Description
48
48
------- ---- ---------- -----------
49
- 2.0.2.137 AzureAD PSGallery Azure Active Directory V2 General Availability M...
49
+ 2.0.2.140 AzureAD PSGallery Azure Active Directory V2 General Availability M...
50
50
```
51
51
52
52
#### Install AzureAD
@@ -92,7 +92,7 @@ To use AzureAD, follow these steps to make sure it is imported into the current
92
92
```powershell
93
93
ModuleType Version Name ExportedCommands
94
94
---------- ------- ---- ----------------
95
- Binary 2.0.2.137 AzureAD {Add-AzureADApplicationOwner, Add-AzureADDeviceRegisteredO...
95
+ Binary 2.0.2.140 AzureAD {Add-AzureADApplicationOwner, Add-AzureADDeviceRegisteredO...
96
96
```
97
97
98
98
## AzureADPreview module
@@ -106,7 +106,7 @@ To use PowerShell commands to do the following:
106
106
107
107
You must have the following module installed:
108
108
109
- - [AzureADPreview](https://www.powershellgallery.com/packages/AzureADPreview) version 2.0.2.138 or later
109
+ - [AzureADPreview](https://www.powershellgallery.com/packages/AzureADPreview) (current version)
110
110
111
111
112
112
#### Check AzureADPreview version
@@ -122,7 +122,7 @@ You should see output similar to the following:
122
122
``` powershell
123
123
Version Name Repository Description
124
124
------- ---- ---------- -----------
125
- 2.0.2.138 AzureADPreview PSGallery Azure Active Directory V2 Preview Module. ...
125
+ 2.0.2.149 AzureADPreview PSGallery Azure Active Directory V2 Preview Module. ...
126
126
```
127
127
128
128
#### Install AzureADPreview
@@ -168,7 +168,7 @@ To use AzureADPreview, follow these steps to make sure it is imported into the c
168
168
```powershell
169
169
ModuleType Version Name ExportedCommands
170
170
---------- ------- ---- ----------------
171
- Binary 2.0.2.138 AzureADPreview {Add-AzureADAdministrativeUnitMember, Add-AzureADApplicati...
171
+ Binary 2.0.2.149 AzureADPreview {Add-AzureADAdministrativeUnitMember, Add-AzureADApplicati...
172
172
```
173
173
174
174
## Graph Explorer
0 commit comments