Skip to content

Commit 01bd836

Browse files
authored
Merge pull request Azure#528 from Azure/live
Live
2 parents bcda1f6 + 63d4526 commit 01bd836

File tree

5 files changed

+100
-8
lines changed

5 files changed

+100
-8
lines changed

docs-conceptual/azureadps-2.0/Cannot-find-object.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ Note that this approach works for all properties of objects. For a limited numbe
4343
```powershell
4444
Get-AzureADUser -SearchString "London"
4545
```
46-
This will return all users where one of the qualifying string attributes on the user object equals "London" - which would include users who's DisplayName equals "Jack London" or whre the Department equals "London".
46+
This will return all users where one of the qualifying string attributes on the user object equals "London" - which would include users who's DisplayName equals "Jack London" or where the Department equals "London".

docs-conceptual/azureadps-2.0/ad-pshell-v2-version-history.md

Lines changed: 90 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.devlang: na
1111
ms.topic: reference
1212
ms.tgt_pltfrm: na
1313
ms.workload: identity
14-
ms.date: 06/24/2019
14+
ms.date: 06/30/2020
1515
ms.subservice: hybrid
1616
ms.author: billmath
1717
ms.collection: M365-identity-device-management
@@ -21,6 +21,95 @@ The Azure Active Directory (Azure AD) team regularly updates Azure AD Connect wi
2121

2222
This article is designed to help you keep track of the versions that have been released, and to understand what the changes are in the latest version.
2323

24+
25+
## 2.0.2.105 - Preview release of the AzureADPreview module
26+
27+
### Release status
28+
29+
06/30/2020: Released for installation and upgrade from the PowerShell Gallery
30+
31+
### New features and improvements
32+
33+
The following new cmdlets were added to the AzureADPreview module:
34+
35+
- Add parameter `BlockMsolPowerShell` to **Set-AzureADMSAuthorizationPolicy** cmdlet.
36+
- Added parameter `Top` to **Get-AzureADAuditSignInLogs** cmdlet
37+
38+
39+
## 2.0.2.104 - General Availability release of the AzureAD module
40+
41+
### Release status
42+
43+
06/29//2020: Released for installation and upgrade from the [PowerShell Gallery](https://www.powershellgallery.com/packages/AzureAD/2.0.2.76)
44+
45+
### New features and improvements
46+
47+
The following new cmdlets were added to the AzureAD module:
48+
49+
- `New-AzureADMSConditionalAccessPolicy`
50+
- `Get-AzureADMSConditionalAccessPolicy`
51+
- `Set-AzureADMSConditionalAccessPolicy`
52+
- `Remove-AzureADMSConditionalAccessPolicy`
53+
- `New-AzureADMSNamedLocationPolicy`
54+
- `Get-AzureADMSNamedLocationPolicy`
55+
- `Set-AzureADMSNamedLocationPolicy`
56+
- `Remove-AzureADMSNamedLocationPolicy`
57+
58+
The new **New-AzureADMSConditionalAccessPolicy** cmdlet creates a new conditional access policy in Azure Active Directory.
59+
The new **Get-AzureADMSNamedLocationPolicy** cmdlet retrieves the list of Azure Active Directory conditional acces policies.
60+
The new **Set-AzureADMSConditionalAccessPolicy** cmdlet updates the properties of a conditional access policy in Azure Active Directory.
61+
The new **Remove-AzureADMSConditionalAccessPolicy** cmdlet deletes an Azure Active Directory conditional access policy.
62+
The new **Get-AzureADMSNamedLocationPolicy** cmdlet retrieves the list of Azure Active Directory named location policies.
63+
The new **New-AzureADMSNamedLocationPolicy** cmdlet creates a new named location policy in Azure Active Directory.
64+
The new **Set-AzureADMSNamedLocationPolicy** cmdlet updates the properties of a named location policy in Azure Active Directory.
65+
The new **Remove-AzureADMSNamedLocationPolicy** cmdlet deletes an Azure Active Directory named location policy.
66+
67+
68+
## 2.0.2.102 - Preview release of the AzureADPreview module
69+
70+
### Release status
71+
72+
05/14/2020: Released for installation and upgrade from the PowerShell Gallery
73+
74+
### New features and improvements
75+
76+
The following new cmdlets were added to the AzureADPreview module:
77+
78+
- `New-AzureADMSApplicationFromApplicationTemplate`
79+
- `New-AzureADMSPermissionGrantConditionSet`
80+
- `Get-AzureADMSPermissionGrantConditionSet`
81+
- `Set-AzureADMSPermissionGrantConditionSet`
82+
- `Remove-AzureADMSPermissionGrantConditionSet`
83+
- `New-AzureADMSConditionalAccessPolicy`
84+
- `Get-AzureADMSConditionalAccessPolicy`
85+
- `Set-AzureADMSConditionalAccessPolicy`
86+
- `Remove-AzureADMSConditionalAccessPolicy`
87+
- `New-AzureADMSNamedLocationPolicy`
88+
- `Get-AzureADMSNamedLocationPolicy`
89+
- `Set-AzureADMSNamedLocationPolicy`
90+
- `Remove-AzureADMSNamedLocationPolicy`
91+
92+
The new **New-AzureADMSApplicationFromApplicationTemplate** cmdlet creates a new application based on a applicationTemplate (Azure AD Gallery app or Non-Gallery)
93+
The new **New-AzureADMSPermissionGrantConditionSet** cmdlet creates a new permission grant conditional set in Azure Active Directory.
94+
The new **Set-AzureADMSPermissionGrantConditionSet** cmdlet updates the properties of a permission grant conditional set in Azure Active Directory.
95+
The new **Remove-AzureADMSPermissionGrantConditionSet** cmdlet deletes an Azure Active Directory permission grant conditional set.
96+
The new **Get-AzureADMSPermissionGrantConditionSet** cmdlet retrieves the list of Azure Active Directory permission grant conditional set.
97+
The new **New-AzureADMSConditionalAccessPolicy** cmdlet creates a new conditional access policy in Azure Active Directory.
98+
The new **Get-AzureADMSNamedLocationPolicy** cmdlet retrieves the list of Azure Active Directory conditional acces policies.
99+
The new **Set-AzureADMSConditionalAccessPolicy** cmdlet updates the properties of a conditional access policy in Azure Active Directory.
100+
The new **Remove-AzureADMSConditionalAccessPolicy** cmdlet deletes an Azure Active Directory conditional access policy.
101+
The new **Get-AzureADMSNamedLocationPolicy** cmdlet retrieves the list of Azure Active Directory named location policies.
102+
The new **New-AzureADMSNamedLocationPolicy** cmdlet creates a new named location policy in Azure Active Directory.
103+
The new **Set-AzureADMSNamedLocationPolicy** cmdlet updates the properties of a named location policy in Azure Active Directory.
104+
The new **Remove-AzureADMSNamedLocationPolicy** cmdlet deletes an Azure Active Directory named location policy.
105+
Added parameters ‘Top’ and ‘All’ to **Get-AzureADAdministrativeUnitMember** cmdlet
106+
107+
### Minor breaking changes:
108+
109+
• The cmdlet **New-AzureADMSPermissionGrantPolicy** no longer support the parameters “includes” and “excludes”.
110+
• The cmdlet **Set-AzureADMSPermissionGrantPolicy** no longer support the parameters “includes” and “excludes”.
111+
112+
24113
## 2.0.2.85 - Preview release of the AzureADPreview module
25114

26115
### Release status

docs-conceptual/azureadps-2.0/install-adv2.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,10 @@ The Azure AD module is distributed using the PowerShell gallery. Installing item
4848
- [**Get WMF 5.0**](https://go.microsoft.com/fwlink/?LinkId=398175), or
4949
- [**Get MSI Installer**](https://go.microsoft.com/fwlink/?LinkID=746217&clcid=0x409)
5050

51+
5152
With the latest [PowerShellGet](https://go.microsoft.com/fwlink/?LinkID=760387&clcid=0x409) module, you can:
5253

54+
5355
+ Search through items in the Gallery with [**Find-Module**](https://go.microsoft.com/fwlink/?LinkID=760387&clcid=0x409) and [**Find-Script**](https://go.microsoft.com/fwlink/?LinkID=760387&clcid=0x409)
5456
+ Save items to your system from the Gallery with [**Save-Module**](https://go.microsoft.com/fwlink/?LinkID=760387&clcid=0x409)    and [**Save-Script**](https://go.microsoft.com/fwlink/?LinkID=760387&clcid=0x409)
5557
+ Install items from the Gallery with [**Install-Module**](https://go.microsoft.com/fwlink/?LinkID=760387&clcid=0x409) and [**Install-Script**](https://go.microsoft.com/fwlink/?LinkID=760387&clcid=0x409)
@@ -79,7 +81,7 @@ Therefore, **PowerShellGet** requires one of the following operating systems:
7981
You can check the version of the module you have installed on your computer by running this command:
8082

8183
```PowerShell
82-
PS C:\WINDOWS\system32> Get-Module AzureADPreview
84+
Get-Module AzureADPreview
8385
8486
ModuleType Version Name                ExportedCommands
8587
---------- ------- ----                ----------------
@@ -89,7 +91,7 @@ Binary     2.0.0.7 azureadpreview     {Add-AzureADAdmini...
8991
To update the version of the Azure AD PowerShell module on your computer, re-run the **Install-Module** cmdlet:
9092

9193
```PowerShell
92-
PS C:\WINDOWS\system32> Install-Module AzureADPreview
94+
Install-Module AzureADPreview
9395
```
9496
This command checks the PowerShell gallery to see if a newer version is available and installs it on your computer if the version on the PowerShell Gallery is newer than the one installed on your computer.
9597

docs-conceptual/azureadps-2.0/new-user-sample.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ The cmdlet used is [New-AzureADUser](). This cmdlet has many parameters that you
2020

2121
+ DisplayName - contains the display name for the new user, in our example this is "Abby Brown"
2222
+ MailNickName - contains the email alias of the new user, we'll set it to "AbbyB"
23-
+ UserPrincipalName - contains the UserPrincipalName (UPN) of this user. The UPN is what the user will use when they sign in into Azure AD. The common structure is \<MailNickName>@\<directory name>, so for Abby Brown in Contoso.com, the UPN would be "[email protected]"
24-
+ AccountEnabled - this indicates whether the account is enabled for sign in. If you set it to $False, the user will not be able to use the account. You can set it to $True right now or do that later if you need to perform other configuration tasks for the new user, such as assigning licenses or applications.
23+
+ UserPrincipalName - contains the UserPrincipalName (UPN) of this user. The UPN is what the user will use when they sign in into Azure AD. The common structure is <MailNickName>@<directory name>, so for Abby Brown in Contoso.com, the UPN would be "[email protected]"
24+
+ AccountEnabled - this indicates whether the account is enabled for sign in. If you set it to $False, the user will not be able to use the account, but you can set it to $True right now or do that later if you need to perform other configuration tasks for the new user, such as assigning licenses or applications.
25+
2526
+ PasswordProfile - Specifies the user's password profile. Note that the parameter type for this parameter is "PasswordProfile". in order to pass a parameter of this type, you first need to create a variable in PowerShell with that type. We can do that with the New-Object cmdlet:
2627

2728
```powershell

docs-conceptual/azureadps-2.0/recovering-deleted-data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ ObjectId AppId Displa
3737
9a7d49c5-42ee-47a3-bad7-17cae5bb8f26 7dba6cec-ffd5-40af-ba40-1eb158574b5a My Properties Bag
3838
```
3939

40-
Within the first 30 days after an object is deleted, it can be recovered using the Recover-AzureADMSDeletedDirectoryObject cmdlet. To recover a deleted directory pobject you must specify the Id of the object. This is what you see when you recover a deleted group:
40+
Within the first 30 days after an object is deleted, it can be recovered using the Restore-AzureADMSDeletedDirectoryObject cmdlet. To recover a deleted directory pobject you must specify the Id of the object. This is what you see when you recover a deleted group:
4141

4242
```powershell
4343
Restore-AzureADMSDeletedDirectoryObject -Id 822cda93-4d5b-4c60-86d9-5d395e37afb4
@@ -68,4 +68,4 @@ Remove-AzureADMSDeletedDirectoryObject -Id 854e0412-6975-4ac0-94a3-9bfff671b7f8
6868
```
6969

7070
>Note: If you attempt to recover a deleted unified group for which the SAMAccountName already exists the cmdlet will fail. You must first remove the existing SAMAccountName by either changing it or deleting the object that has it.
71-
>
71+
>

0 commit comments

Comments
 (0)