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
0 commit comments