Skip to content

Commit dd40944

Browse files
authored
Merge pull request MicrosoftDocs#4308 from MicrosoftDocs/EnablePdfEncryption-chrisda
Enable pdf encryption chrisda
2 parents 26adece + 080f73c commit dd40944

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

exchange/exchange-ps/exchange/encryption-and-certificates/Set-IRMConfiguration.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ Set-IRMConfiguration [-Identity <OrganizationIdParameter>]
4040
[-RefreshServerCertificates]
4141
[-RMSOnlineKeySharingLocation <Uri>]
4242
[-SearchEnabled <$true | $false>]
43+
[-SimplifiedClientAccessDoNotForwardDisabled <$true | $false>]
4344
[-SimplifiedClientAccessEnabled <$true | $false>]
45+
[-SimplifiedClientAccessEncryptOnlyDisabled <$true | $false>]
4446
[-TransportDecryptionSetting <Disabled | Optional | Mandatory>]
4547
[-WhatIf] [<CommonParameters>]
4648
```
@@ -404,6 +406,27 @@ Accept pipeline input: False
404406
Accept wildcard characters: False
405407
```
406408
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+
407430
### -SimplifiedClientAccessEnabled
408431
This parameter is available only in the cloud-based service.
409432
@@ -425,6 +448,27 @@ Accept pipeline input: False
425448
Accept wildcard characters: False
426449
```
427450
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+
428472
### -TransportDecryptionSetting
429473
The TransportDecryptionSetting parameter specifies the transport decryption configuration. Valid values are:
430474

0 commit comments

Comments
 (0)