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
In Skype for Business Server 2015, meeting rooms are self-contained computer appliances that are installed in conference rooms and supply advanced meeting capabilities such as:
41
33
42
-
In Skype for Business Server, meeting rooms are self-contained computer appliances that are installed in conference rooms and supply advanced meeting capabilities such as:
43
-
44
-
One touch meeting join experience
45
-
46
-
Multi-view video gallery
34
+
* One touch meeting join experience
35
+
* Multi-view video gallery
36
+
* Touch-enabled white-boarding on the front of room screen
37
+
* Calendar integration to provide access to scheduled meetings
38
+
* Content sharing and switching
47
39
48
-
Touch-enabled white-boarding on the front of room screen
49
-
50
-
Calendar integration to provide access to scheduled meetings
51
-
52
-
Content sharing and switching
53
-
54
-
In order to manage these new endpoint devices you must, among other things, create and enable a Exchange resource mailbox account for the device, then enable that resource account for Skype for Business Server.
55
-
Note that, for Skype for Business Server, there are no cmdlets for creating or removing meeting rooms.
40
+
In order to manage these new endpoint devices you must, among other things, create and enable a Exchange resource mailbox account for the device, then enable that resource account for Skype for Business Server 2015.
41
+
Note that, for Skype for Business Server 2015, there are no cmdlets for creating or removing meeting rooms.
56
42
Instead, you use the Enable-CsMeetingRoom cmdlet to enable meeting rooms and the Disable-CsMeetingRoom cmdlet to disable meeting rooms.
57
43
The resource account must already exist in order for you to enable the meeting room, and disabling a meeting room only removes that room from your collection of meeting rooms; it does not delete the resource mailbox account.
58
44
@@ -64,23 +50,26 @@ Skype for Business Server Control Panel: The functions carried out by the Move-C
64
50
65
51
### -------------------------- Example 1 --------------------------
Example 2 moves all the meeting rooms in the organization to the pool atl-cs-001.litwareinc.com.
81
64
To do this, the command first calls the Get-CsMeetingRoom cmdlet without any parameters; that returns a collection of all the meeting rooms configured for use in the organization.
82
65
That collection is then piped to the Move-CsMeetingRoom cmdlet, which moves each meeting room in the collection to the new pool.
83
66
67
+
### -------------------------- Example 3 --------------------------
Enables you to run the Move-CsMeetingRoom cmdlet under alternate credentials.
145
+
This might be required if the account you used to log on to Windows does not have the necessary privileges required to work with user objects.
155
146
156
-
When present, instructs the Move-CsMeetingRoom cmdlet to ignore all errors that might occur when carrying out the move operation.
157
-
As a general rule, you should avoid using the Force parameter unless absolutely necessary.
147
+
To use the Credential parameter you must first create a PSCredential object using the Get-Credential cmdlet.
148
+
For details, see the Get-Credential cmdlet help topic.
158
149
150
+
```yaml
151
+
Type: PSCredential
152
+
Parameter Sets: (All)
153
+
Aliases:
159
154
155
+
Required: False
156
+
Position: Named
157
+
Default value: None
158
+
Accept pipeline input: False
159
+
Accept wildcard characters: False
160
+
```
161
+
162
+
### -Force
163
+
When present, instructs the Move-CsMeetingRoom cmdlet to ignore all errors that might occur when carrying out the move operation.
164
+
As a general rule, you should avoid using the Force parameter unless absolutely necessary.
160
165
161
166
```yaml
162
167
Type: SwitchParameter
@@ -171,6 +176,21 @@ Accept pipeline input: False
171
176
Accept wildcard characters: False
172
177
```
173
178
179
+
### -HostedMigrationOverrideUrl
180
+
URL for the hosted migration service used when moving a user to Lync Online.
181
+
182
+
```yaml
183
+
Type: String
184
+
Parameter Sets: (All)
185
+
Aliases:
186
+
187
+
Required: False
188
+
Position: Named
189
+
Default value: None
190
+
Accept pipeline input: False
191
+
Accept wildcard characters: False
192
+
```
193
+
174
194
### -IgnoreBackendStoreException
175
195
When present, instructs the computer to ignore any errors that might occur with the backend database and attempt to the move meeting room despite those errors.
Copy file name to clipboardExpand all lines: skype/skype-ps/skype/New-CsMobilityPolicy.md
+1-25Lines changed: 1 addition & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ schema: 2.0.0
12
12
Creates a new mobility policy at the site or the per-user scope.
13
13
Mobility policies determine whether or not a user can use Skype for Business Mobile.
14
14
These policies also manage a user's ability to employ Call via Work, a feature that enables users to make and receive phone calls on their mobile phone by using their work phone number instead of their mobile phone number.
15
-
Mobility policies can also be used to require Wi-Fi connections when making or receiving calls.
15
+
Mobility policies can also be used to require Wi-Fi connections when making or receiving IP video/screen share calls.
16
16
This cmdlet was introduced in the cumulative update for Lync Server 2010: November 2011.
17
17
18
18
The following parameters are not applicable to Skype for Business Online: AllowAutomaticPstnFallback, AllowCustomerExperienceImprovementProgram, AllowExchangeConnectivity, AllowSaveCallLogs, AsJob, Description, EncryptAppData, Force, Identity, InMemory, PipelineVariable, RequireIntune, Tenant, and VoiceSettings
@@ -42,7 +42,6 @@ Both of these capabilities can be managed by using mobility policies.
42
42
43
43
With Skype for Business Server, mobile devices can make or receive phone calls by using either the standard cellular phone network.
44
44
or by using Wi-Fi connections.
45
-
Mobility policies can be used to require Wi-Fi connections and to prevent calls over the cellular network.
46
45
47
46
When you install Skype for Business Server, you will have a single, global mobility policy that applies to all your users.
48
47
However, administrators can use the New-CsMobilityPolicy cmdlet to create custom policies at either the site or the per-user scope.
@@ -259,29 +258,6 @@ Accept pipeline input: False
259
258
Accept wildcard characters: False
260
259
```
261
260
262
-
### -RequireWIFIForIPAudio
263
-
264
-
When set to True, the user can use IP audio in calls made when his or her mobile device is connected to a WiFi network.
265
-
That means that the user will only be allowed to make audio calls using Wi-Fi, and will not be able to use the standard cellular phone network.
266
-
The default value is False.
267
-
268
-
This parameter was introduced in Lync Server 2013.
269
-
270
-
271
-
272
-
```yaml
273
-
Type: Boolean
274
-
Parameter Sets: (All)
275
-
Aliases:
276
-
Applicable: Lync Server 2013, Skype for Business Server 2015, Skype for Business Server 2019
277
-
278
-
Required: False
279
-
Position: Named
280
-
Default value: None
281
-
Accept pipeline input: False
282
-
Accept wildcard characters: False
283
-
```
284
-
285
261
### -RequireWIFIForIPVideo
286
262
287
263
When set to True, the user can use IP video only in calls made when mobile device is connected to a Wi-Fi network.
0 commit comments