You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first command gets an administrative unit that matches a search string by using the [Get-MsolAdministrativeUnit](./Get-MsolAdministrativeUnit.md) cmdlet.
42
-
The command stores the administrative unit in the $AdminstrativeUnit variable.
42
+
The command stores the administrative unit in the $AdministrativeUnit variable.
43
43
44
-
The second command returns all members of the administrative unit in $AdminstrativeUnit.
44
+
The second command returns all members of the administrative unit in $AdministrativeUnit.
The first command gets an administrative unit that matches a search string by using the [Get-MsolAdministrativeUnit](./Get-MsolAdministrativeUnit.md) cmdlet.
35
-
The command stores the administrative unit in the $AdminstrativeUnit variable.
35
+
The command stores the administrative unit in the $AdministrativeUnit variable.
36
36
37
37
The second command assigns the description value of West Coast region.
38
-
The command specifies the administrative unit by using the object ID of $AdminstrativeUnit.
38
+
The command specifies the administrative unit by using the object ID of $AdministrativeUnit.
0 commit comments