Skip to content

Commit 1a4703f

Browse files
authored
Merge pull request MicrosoftDocs#8672 from dariomws/patch-258
Added missed parameters to Sync-CsOnlineApplicationInstance.md
2 parents 651e055 + fef9875 commit 1a4703f

File tree

1 file changed

+60
-8
lines changed

1 file changed

+60
-8
lines changed

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

Lines changed: 60 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
external help file: Microsoft.Rtc.Management.Hosted.dll-help.xml
33
online version: https://docs.microsoft.com/powershell/module/skype/sync-csonlineapplicationinstance
4-
applicable: Skype for Business Online
4+
applicable: Microsoft Teams, Skype for Business Online
55
title: Sync-CsOnlineApplicationInstance
66
schema: 2.0.0
77
author: xixian73
@@ -18,7 +18,8 @@ Use the Sync-CsOnlineApplicationInstance cmdlet to sync the application instance
1818
## SYNTAX
1919

2020
```
21-
Sync-CsOnlineApplicationInstance [-ObjectId <guid>] [-Tenant <Guid>] [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]
21+
Sync-CsOnlineApplicationInstance [-CallbackUri <String>] [-ObjectId <System.Guid>] [-Force] [-WhatIf] [-Confirm]
22+
[<CommonParameters>]
2223
```
2324

2425
## DESCRIPTION
@@ -35,29 +36,80 @@ This example sync application instance with object id "00000000-0000-0000-0000-0
3536

3637
## PARAMETERS
3738

39+
### -CallbackUri
40+
This parameter is reserved for internal Microsoft use.
41+
42+
```yaml
43+
Type: String
44+
Parameter Sets: (All)
45+
Aliases:
46+
47+
Required: False
48+
Position: Named
49+
Default value: None
50+
Accept pipeline input: False
51+
Accept wildcard characters: False
52+
```
53+
3854
### -ObjectId
3955
The application instance ID.
4056
4157
```yaml
4258
Type: System.Guid
43-
Required: True
59+
Parameter Sets: (All)
60+
Aliases:
61+
62+
Required: False
4463
Position: Named
4564
Default value: None
4665
Accept pipeline input: False
4766
Accept wildcard characters: False
48-
Applicable: Skype for Business Online
4967
```
5068
51-
### -Tenant
52-
The Tenant ID.
69+
### -Force
70+
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.
5371
5472
```yaml
55-
Type: System.Guid
73+
Type: SwitchParameter
74+
Parameter Sets: (All)
75+
Aliases:
76+
77+
Required: False
78+
Position: Named
79+
Default value: False
80+
Accept pipeline input: False
81+
Accept wildcard characters: False
82+
```
83+
84+
### -WhatIf
85+
Shows what would happen if the cmdlet runs.
86+
The cmdlet is not run.
87+
88+
```yaml
89+
Type: SwitchParameter
90+
Parameter Sets: (All)
91+
Aliases: wi
92+
93+
Required: False
94+
Position: Named
95+
Default value: None
96+
Accept pipeline input: False
97+
Accept wildcard characters: False
98+
```
99+
100+
### -Confirm
101+
Prompts you for confirmation before running the cmdlet.
102+
103+
```yaml
104+
Type: SwitchParameter
105+
Parameter Sets: (All)
106+
Aliases: cf
107+
108+
Required: False
56109
Position: Named
57110
Default value: None
58111
Accept pipeline input: False
59112
Accept wildcard characters: False
60-
Applicable: Skype for Business Online
61113
```
62114
63115
### CommonParameters

0 commit comments

Comments
 (0)