@@ -40,7 +40,9 @@ Set-IRMConfiguration [-Identity <OrganizationIdParameter>]
40
40
[-RefreshServerCertificates]
41
41
[-RMSOnlineKeySharingLocation <Uri>]
42
42
[-SearchEnabled <$true | $false>]
43
+ [-SimplifiedClientAccessDoNotForwardDisabled <$true | $false>]
43
44
[-SimplifiedClientAccessEnabled <$true | $false>]
45
+ [-SimplifiedClientAccessEncryptOnlyDisabled <$true | $false>]
44
46
[-TransportDecryptionSetting <Disabled | Optional | Mandatory>]
45
47
[-WhatIf] [<CommonParameters>]
46
48
```
@@ -404,6 +406,27 @@ Accept pipeline input: False
404
406
Accept wildcard characters : False
405
407
` ` `
406
408
409
+ ### -SimplifiedClientAccessDoNotForwardDisabled
410
+ This parameter is available only in the cloud-based service.
411
+
412
+ The SimplifiedClientAccessDoNotForwardDisabled parameter specifies whether to disable **Do not forward** in Outlook on the web. Valid values are:
413
+
414
+ - $true: **Do not forward** is available in Outlook on the web.
415
+
416
+ - $false: **Do not forward** is not available in Outlook on the web.
417
+
418
+ ` ` ` yaml
419
+ Type : $true | $false
420
+ Parameter Sets : (All)
421
+ Aliases :
422
+ Applicable : Exchange Online
423
+ Required : False
424
+ Position : Named
425
+ Default value : None
426
+ Accept pipeline input : False
427
+ Accept wildcard characters : False
428
+ ` ` `
429
+
407
430
### -SimplifiedClientAccessEnabled
408
431
This parameter is available only in the cloud-based service.
409
432
@@ -425,6 +448,27 @@ Accept pipeline input: False
425
448
Accept wildcard characters : False
426
449
` ` `
427
450
451
+ ### -SimplifiedClientAccessEncryptOnlyDisabled
452
+ This parameter is available only in the cloud-based service.
453
+
454
+ The SimplifiedClientAccessEncryptOnlyDisabled parameter specifies whether to disable **Encrypt only** in Outlook on the web. Valid values are:
455
+
456
+ - $true: **Encrypt only** is not available in Outlook on the web.
457
+
458
+ - $false: **Encrypt only** is available in Outlook on the web.
459
+
460
+ ` ` ` yaml
461
+ Type : $true | $false
462
+ Parameter Sets : (All)
463
+ Aliases :
464
+ Applicable : Exchange Online
465
+ Required : False
466
+ Position : Named
467
+ Default value : None
468
+ Accept pipeline input : False
469
+ Accept wildcard characters : False
470
+ ` ` `
471
+
428
472
### -TransportDecryptionSetting
429
473
The TransportDecryptionSetting parameter specifies the transport decryption configuration. Valid values are:
430
474
0 commit comments