You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -35,29 +36,80 @@ This example sync application instance with object id "00000000-0000-0000-0000-0
35
36
36
37
## PARAMETERS
37
38
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
+
38
54
### -ObjectId
39
55
The application instance ID.
40
56
41
57
```yaml
42
58
Type: System.Guid
43
-
Required: True
59
+
Parameter Sets: (All)
60
+
Aliases:
61
+
62
+
Required: False
44
63
Position: Named
45
64
Default value: None
46
65
Accept pipeline input: False
47
66
Accept wildcard characters: False
48
-
Applicable: Skype for Business Online
49
67
```
50
68
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.
53
71
54
72
```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.
0 commit comments