We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1dda6fe + 11b5b70 commit 259c77eCopy full SHA for 259c77e
exchange/exchange-ps/exchange/New-Label.md
@@ -718,7 +718,12 @@ Accept wildcard characters: False
718
```
719
720
### -EncryptionEncryptOnly
721
-This parameter is reserved for internal Microsoft use.
+The EncryptionEncryptOnly parameter specifies whether the encrypt-only template is applied. Valid values are:
722
+
723
+- $true: The encrypt-only template is applied.
724
+- $false: The encrypt-only template is not applied.
725
726
+This parameter is meaningful only when the EncryptionEnabled parameter value is either $true or $false.
727
728
```yaml
729
Type: System.Boolean
0 commit comments