Skip to content

Commit 19bce5e

Browse files
authored
Merge branch 'master' into patch-3
2 parents 9a5ef39 + dc8eaa4 commit 19bce5e

File tree

2 files changed

+687
-99
lines changed

2 files changed

+687
-99
lines changed

exchange/exchange-ps/exchange/Set-Label.md

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,11 @@ Set-Label [-Identity] <ComplianceRuleIdParameter>
4343
[-ApplyWaterMarkingFontSize <Int32>]
4444
[-ApplyWaterMarkingLayout <Microsoft.Office.CompliancePolicy.Tasks.FlattenLabelActionUtils+WaterMarkingLayout>]
4545
[-ApplyWaterMarkingText <String>]
46+
[-ColumnAssetCondition <String>]
4647
[-Comment <String>]
4748
[-Conditions <MultiValuedProperty>]
4849
[-Confirm]
50+
[-ContentType <MipLabelContentType>]
4951
[-DisplayName <String>]
5052
[-EncryptionContentExpiredOnDateInDaysOrNever <String>]
5153
[-EncryptionDoNotForward <Boolean>]
@@ -66,6 +68,15 @@ Set-Label [-Identity] <ComplianceRuleIdParameter>
6668
[-Priority <Int32>]
6769
[-Setting <PswsHashtable>]
6870
[-Settings <PswsHashtable>]
71+
[-SiteAndGroupProtectionAllowAccessToGuestUsers <System.Boolean>]
72+
[-SiteAndGroupProtectionAllowEmailFromGuestUsers <System.Boolean>]
73+
[-SiteAndGroupProtectionAllowFullAccess <System.Boolean>]
74+
[-SiteAndGroupProtectionAllowLimitedAccess <System.Boolean>]
75+
[-SiteAndGroupProtectionBlockAccess <System.Boolean>]
76+
[-SiteAndGroupProtectionEnabled <System.Boolean>]
77+
[-SiteAndGroupProtectionPrivacy <Microsoft.Office.CompliancePolicy.Tasks.FlattenLabelActionUtils+GroupProtectionPrivacy>]
78+
[-SiteExternalSharingControlType <Microsoft.Office.CompliancePolicy.Tasks.SiteExternalSharingControlType>]
79+
[-SqlAssetCondition <String>]
6980
[-Tooltip <String>]
7081
[-WhatIf]
7182
[<CommonParameters>]
@@ -502,6 +513,22 @@ Accept pipeline input: False
502513
Accept wildcard characters: False
503514
```
504515

516+
### -ColumnAssetCondition
517+
{{ Fill ColumnAssetCondition Description }}
518+
519+
```yaml
520+
Type: String
521+
Parameter Sets: (All)
522+
Aliases:
523+
Applicable: Security & Compliance Center
524+
525+
Required: False
526+
Position: Named
527+
Default value: None
528+
Accept pipeline input: False
529+
Accept wildcard characters: False
530+
```
531+
505532
### -Comment
506533
The Comment parameter specifies an optional comment. If you specify a value that contains spaces, enclose the value in quotation marks ("), for example: "This is an admin note".
507534

@@ -553,6 +580,22 @@ Accept pipeline input: False
553580
Accept wildcard characters: False
554581
```
555582

583+
### -ContentType
584+
{{ Fill ContentType Description }}
585+
586+
```yaml
587+
Type: MipLabelContentType
588+
Parameter Sets: (All)
589+
Aliases:
590+
Applicable: Security & Compliance Center
591+
592+
Required: False
593+
Position: Named
594+
Default value: None
595+
Accept pipeline input: False
596+
Accept wildcard characters: False
597+
```
598+
556599
### -Disabled
557600
The Disabled parameter specifies whether to enable or disable the sensitivity label. Valid values are:
558601

@@ -1076,6 +1119,38 @@ Accept pipeline input: False
10761119
Accept wildcard characters: False
10771120
```
10781121

1122+
### -SiteExternalSharingControlType
1123+
{{ Fill SiteExternalSharingControlType Description }}
1124+
1125+
```yaml
1126+
Type: Microsoft.Office.CompliancePolicy.Tasks.SiteExternalSharingControlType
1127+
Parameter Sets: (All)
1128+
Aliases:
1129+
Applicable: Security & Compliance Center
1130+
1131+
Required: False
1132+
Position: Named
1133+
Default value: None
1134+
Accept pipeline input: False
1135+
Accept wildcard characters: False
1136+
```
1137+
1138+
### -SqlAssetCondition
1139+
{{ Fill SqlAssetCondition Description }}
1140+
1141+
```yaml
1142+
Type: String
1143+
Parameter Sets: (All)
1144+
Aliases:
1145+
Applicable: Security & Compliance Center
1146+
1147+
Required: False
1148+
Position: Named
1149+
Default value: None
1150+
Accept pipeline input: False
1151+
Accept wildcard characters: False
1152+
```
1153+
10791154
### -Tooltip
10801155
The ToolTip parameter specifies the default tooltip and sensitivity label description that's seen by users. It the value contains spaces, enclose the value in quotation marks (").
10811156

0 commit comments

Comments
 (0)