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
Example 1 updates the owner of site collection https://contoso.sharepoint.com/sites/site1 to the person whose email address is [email protected]. This cmdlet is executed immediately without delay.
Example 2 updates the settings of site collection https://contoso.sharepoint.com/sites/site1. The storage quota is updated to 15000 megabytes and the resource quota is updated to 0 megabytes.
This example updates the settings of site collection https://contoso.sharepoint.com. The storage quota is updated to 3000 megabytes and the storage quota warning level is updated to 2000 megabytes.
> If Site Collection Storage Management is enabled for the tenant, you will not be able to set quota and will have a generic error returned. To workaround this issue, set the site collection storage management to "manual" temporarily, set your quotas and then set the site collection storage management setting back to its original setting.
The CsTeamsMessagingPolicy cmdlets enable administrators to control if a user is enabled to exchange messages. These also help determine the type of messages users can create and modify. This cmdlet creates a new Teams messaging policy. Custom policies can then be assigned to users using the Grant-CsTeamsMessagingPolicy cmdlet.
@@ -41,7 +43,7 @@ All other policy properties will use the default values.
41
43
## PARAMETERS
42
44
43
45
### -AllowGiphy
44
-
Determines whether a user is allowed to access and post Giphys. Set this to TRUE to allow. Set this FALSE to prohibit
46
+
Determines whether a user is allowed to access and post Giphys. Set this to TRUE to allow. Set this FALSE to prohibit.
Determines whether a user is allowed to chat. Set this to TRUE to allow a user to chat across private chat, group chat and in meetings. Set this to FALSE to prohibit all chat
106
+
Determines whether a user is allowed to chat. Set this to TRUE to allow a user to chat across private chat, group chat and in meetings. Set this to FALSE to prohibit all chat.
The Force switch specifies whether to suppress warning and confirmation messages. It can be useful in scripting to suppress interactive prompts. If the Force switch isn't provided in the command, you're prompted for administrative input if required.
Creates an object reference without actually committing the object as a permanent change. If you assign the output of this cmdlet called with this parameter to a variable, you can make changes to the properties of the object reference and then commit those changes by calling this cmdlet’s matching Set-.
Possible values are: DisabledUserOverride,EnabledUserOverride.
278
+
279
+
```yaml
280
+
Type: ChannelsInChatListEnabledTypeEnum
281
+
Parameter Sets: (All)
282
+
Aliases:
283
+
284
+
Required: False
285
+
Position: Named
286
+
Default value: None
287
+
Accept pipeline input: False
288
+
Accept wildcard characters: False
289
+
```
290
+
291
+
### -AllowImmersiveReader
292
+
Determines whether a user is allowed to use Immersive Reader for reading conversation messages. Set this to TRUE to allow. Set this FALSE to prohibit.
293
+
294
+
```yaml
295
+
Type: Boolean
296
+
Parameter Sets: (All)
297
+
Aliases:
298
+
299
+
Required: False
300
+
Position: Named
301
+
Default value: None
302
+
Accept pipeline input: False
303
+
Accept wildcard characters: False
304
+
```
305
+
306
+
### -AudioMessageEnabledType
307
+
Determines whether a user is allowed to send audio messages. Possible values are: ChatsAndChannels,ChatsOnly,Disabled.
308
+
309
+
```yaml
310
+
Type: AudioMessageEnabledTypeEnum
311
+
Parameter Sets: (All)
312
+
Aliases:
313
+
314
+
Required: False
315
+
Position: Named
316
+
Default value: None
317
+
Accept pipeline input: False
318
+
Accept wildcard characters: False
319
+
```
320
+
321
+
### -AllowRemoveUser
322
+
Determines whether a user is allowed to remove a user from a conversation. Set this to TRUE to allow. Set this FALSE to prohibit.
323
+
324
+
```yaml
325
+
Type: Boolean
326
+
Parameter Sets: (All)
327
+
Aliases:
328
+
329
+
Required: False
330
+
Position: Named
331
+
Default value: None
332
+
Accept pipeline input: False
333
+
Accept wildcard characters: False
334
+
```
335
+
336
+
### -AllowPriorityMessages
337
+
Determines whether a user is allowed to send priorities messages. Set this to TRUE to allow. Set this FALSE to prohibit.
338
+
339
+
```yaml
340
+
Type: Boolean
341
+
Parameter Sets: (All)
342
+
Aliases:
343
+
344
+
Required: False
345
+
Position: Named
346
+
Default value: None
347
+
Accept pipeline input: False
348
+
Accept wildcard characters: False
349
+
```
350
+
351
+
### -AsJob
352
+
Indicates that this cmdlet runs as a background job.
353
+
354
+
When you specify the AsJob parameter, the command immediately returns an object that represents the background job. You can continue to work in the session while the job finishes. The job is created on the local computer and the results from the Skype for Business Online session are automatically returned to the local computer. To get the job results, use the Receive-Job cmdlet.
355
+
356
+
For more information about Windows PowerShell background jobs, see [about_Jobs](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_jobs?view=powershell-6) and [about_Remote_Jobs](https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_remote_jobs?view=powershell-6).
0 commit comments