Skip to content

Commit 99a5baf

Browse files
Update Remove-AzureADApplicationProxyConnectorGroup.md (Azure#541)
The PowerShell command in example 1 was: Remove-AzureADApplicationProxyApplicationConnectorGroup -ObjectId 59462d3c-a1bc-40a0-9bed-be799357ebce it should be: Remove-AzureADApplicationProxyConnectorGroup -Id 59462d3c-a1bc-40a0-9bed-be799357ebce (as can be seen in the syntax section )
1 parent 66c57a8 commit 99a5baf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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-AzureADApplicationProxyConnectorGroup -Id 59462d3c-a1bc-40a0-9bed-be799357ebce
2828
```
2929

3030
Example 1: Remove a specific Connector Group

0 commit comments

Comments
 (0)