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
The Confirm switch causes the command to pause processing and requires confirmation to proceed.
65
-
66
-
```yaml
67
-
Type: SwitchParameter
68
-
Parameter Sets: (All)
69
-
Aliases: cf
70
-
applicable: Microsoft Teams
71
-
72
-
Required: False
73
-
Position: Named
74
-
Default value: None
75
-
Accept pipeline input: False
76
-
Accept wildcard characters: False
77
-
```
78
-
79
-
### -Tenant
80
-
This parameter is reserved for internal Microsoft use.
81
-
82
-
```yaml
83
-
Type: Guid
84
-
Parameter Sets: (All)
85
-
Aliases:
86
-
applicable: Microsoft Teams
87
-
88
-
Required: False
89
-
Position: Named
90
-
Default value: None
91
-
Accept pipeline input: False
92
-
Accept wildcard characters: False
93
-
```
94
-
95
-
### -WhatIf
96
-
The WhatIf switch causes the command to simulate its results. By using this switch, you can view what changes would occur without having to commit those changes.
97
-
98
-
```yaml
99
-
Type: SwitchParameter
100
-
Parameter Sets: (All)
101
-
Aliases: wi
102
-
applicable: Microsoft Teams
103
-
104
-
Required: False
105
-
Position: Named
106
-
Default value: None
107
-
Accept pipeline input: False
108
-
Accept wildcard characters: False
109
-
```
110
-
111
62
### -SourceMeetingType
112
63
The possible values are:
113
64
* **All:** indicates that both Skype for Business meetings and Teams meetings should be updated. This is the **default value**.
0 commit comments