Skip to content

Commit 990ea53

Browse files
authored
Copy changes from PR merged to live branch (Azure#545)
1 parent 26172c2 commit 990ea53

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

azureadps-1.0/MSOnline/AzureActiveDirectory.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ ms.custom: iamfeature=PowerShell
1212
# MSOnline Module
1313
## Description
1414

15-
Note: this is the older MSOnline V1 PowerShell module for Azure Active Directory. Customers are encouraged to use the newer Azure Active Directory V2 PowerShell module instead of this module. For more information about the V2 module please see [Azure Active Directory V2 PowerShell](https://docs.microsoft.com/powershell/azuread/v2/azureactivedirectory).
15+
Note: this is the older MSOnline V1 PowerShell module for Azure Active Directory. Customers are encouraged to use the newer Azure Active Directory V2 PowerShell module instead of this module. For more information about the V2 module please see [Azure Active Directory V2 PowerShell](/powershell/azure/active-directory/overview?view=azureadps-1.0&preserve_view=true).
1616

17-
For more detail info on installation of the AzureAD cmdlets please see: [Azure ActiveDirectory (MSOnline)](https://docs.microsoft.com/powershell/azure/active-directory/overview?view=azureadps-1.0).
17+
For more detail info on installation of the AzureAD cmdlets please see: [Azure ActiveDirectory (MSOnline)](/powershell/azure/active-directory/overview?view=azureadps-1.0&preserve_view=true).
1818

1919
This topic displays help topics for the Azure Active Directory MSOnline module.
2020

azureadps-2.0/AzureAD/New-AzureADUser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The New-AzureADUser cmdlet creates a user in Azure Active Directory (AD).
3434

3535
### Example 1: Create a user
3636
```
37-
-AzureADUser -DisplayName "New User" -PasswordProfile $PasswordProfile -UserPrincipalName "[email protected]" -AccountEnabled $true -MailNickName "Newuser"
37+
New-AzureADUser -DisplayName "New User" -PasswordProfile $PasswordProfile -UserPrincipalName "[email protected]" -AccountEnabled $true -MailNickName "Newuser"
3838
3939
ObjectId DisplayName UserPrincipalName UserType
4040
-------- ----------- ----------------- --------

azureadps-2.0/AzureAD/Remove-AzureADApplicationProxyConnectorGroup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ It can only be used on an empty connector group, with no connectors assigned.
2424

2525
### Example 1
2626
```
27-
PS C:\> Remove-AzureADApplicationProxyApplicationConnectorGroup -ObjectId 59462d3c-a1bc-40a0-9bed-be799357ebce
27+
PS C:\> Remove-AzureADApplicationProxyApplicationConnectorGroup -Id 59462d3c-a1bc-40a0-9bed-be799357ebce
2828
```
2929

3030
Example 1: Remove a specific Connector Group

0 commit comments

Comments
 (0)