Skip to content

Commit 302b35e

Browse files
authored
Merge pull request MicrosoftDocs#9194 from HankNguyen-MSFT/patch-1
Update Sync-CsOnlineApplicationInstance.md
2 parents 3453ee4 + 65e5cf4 commit 302b35e

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

skype/skype-ps/skype/Sync-CsOnlineApplicationInstance.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Use the Sync-CsOnlineApplicationInstance cmdlet to sync the application instance
1818
## SYNTAX
1919

2020
```
21-
Sync-CsOnlineApplicationInstance [-CallbackUri <String>] [-ObjectId <System.Guid>] [-Force] [-WhatIf] [-Confirm]
21+
Sync-CsOnlineApplicationInstance [-CallbackUri <String>] [-ObjectId <System.Guid>] [-ApplicationId <System.Guid>] [-Force] [-WhatIf] [-Confirm]
2222
[<CommonParameters>]
2323
```
2424

@@ -66,6 +66,21 @@ Accept pipeline input: False
6666
Accept wildcard characters: False
6767
```
6868
69+
### -ApplicationId
70+
The application ID.
71+
72+
```yaml
73+
Type: System.Guid
74+
Parameter Sets: (All)
75+
Aliases:
76+
77+
Required: False
78+
Position: Named
79+
Default value: None
80+
Accept pipeline input: False
81+
Accept wildcard characters: False
82+
```
83+
6984
### -Force
7085
This switch specifies whether to suppress warning and confirmation messages. It can be useful in scripting to suppress interactive prompts. If it isn't provided in the command, you're prompted for administrative input if required.
7186

0 commit comments

Comments
 (0)