Skip to content

Commit e4b6c60

Browse files
authored
Merge pull request MicrosoftDocs#7960 from MicrosoftDocs/master
Publish 06/18/2021, 3:30 PM
2 parents 82b4abd + 0ba2625 commit e4b6c60

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Set-SPOTenant.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ Set-SPOTenant [-ApplyAppEnforcedRestrictionsToAdHocRecipients <Boolean>]
101101
[-IncludeAtAGlanceInShareEmails]
102102
[-SyncAadB2BManagementPolicy <Boolean>]
103103
[-StopNew2010Workflows <Boolean>]
104+
[-BlockSendLabelMismatchEmail <Boolean>]
104105
[<CommonParameters>]
105106
```
106107

@@ -1810,6 +1811,24 @@ Accept pipeline input: False
18101811
Accept wildcard characters: False
18111812
```
18121813

1814+
### -BlockSendLabelMismatchEmail
1815+
1816+
When a sensitivity label mismatch occurs between the label on the document uploaded and the label on the site, SharePoint Online captures an audit record, and sends an Incompatible sensitivity label detected email notification to the person who uploaded the document and the site owner. The notification contains details of the document which caused the problem and the label assigned to the document and to the site. The comparison happens between the priority of these two labels.
1817+
1818+
```yaml
1819+
Type: Boolean
1820+
Parameter Sets: (All)
1821+
Aliases:
1822+
Applicable: SharePoint Online
1823+
Required: False
1824+
Position: Named
1825+
Default value: false
1826+
Accept pipeline input: False
1827+
Accept wildcard characters: False
1828+
```
1829+
1830+
1831+
18131832
### CommonParameters
18141833

18151834
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.

0 commit comments

Comments
 (0)