Skip to content

Commit 4db4f07

Browse files
authored
Merge pull request MicrosoftDocs#7239 from get-itips/patch-318
Correct example
2 parents cb57893 + 4215cd2 commit 4db4f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

skype/skype-ps/skype/Remove-CsOnlineApplicationInstanceAssociation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This is useful when you want to associate this application instance with another
3030

3131
### -------------------------- Example 1 --------------------------
3232
```powershell
33-
Remove-CsOnlineApplicationInstanceAssociation -Identity "f7a821dc-2d69-5ae8-8525-bcb4a4556093"
33+
Remove-CsOnlineApplicationInstanceAssociation -Identities "f7a821dc-2d69-5ae8-8525-bcb4a4556093"
3434
```
3535

3636
This example removes the configuration association for the application instance that has the identity of "f7a821dc-2d69-5ae8-8525-bcb4a4556093".

0 commit comments

Comments
 (0)