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
If you are using a remote session of Windows PowerShell and are connected only to Skype for Business Online you do not have to include the Tenant parameter. Instead, the tenant ID will automatically be filled in for you based on your connection information. The Tenant parameter is primarily for use in a hybrid deployment.
138
-
139
-
```yaml
140
-
Type: Guid
141
-
Parameter Sets: (All)
142
-
Aliases:
143
-
applicable: Microsoft Teams
144
-
145
-
Required: False
146
-
Position: Named
147
-
Default value: None
148
-
Accept pipeline input: False
149
-
Accept wildcard characters: False
150
-
```
151
-
152
-
### -WhatIf
153
-
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.
154
-
155
-
```yaml
156
-
Type: SwitchParameter
157
-
Parameter Sets: (All)
158
-
Aliases: wi
159
-
applicable: Microsoft Teams
160
-
161
-
Required: False
162
-
Position: Named
163
-
Default value: None
164
-
Accept pipeline input: False
165
-
Accept wildcard characters: False
166
-
```
167
-
168
110
### -State
169
111
With this parameter you can filter by migration state. Possible values are:
170
112
* Pending
@@ -190,7 +132,30 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
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