You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This example enables legacy authentication protocols on the tenant. This can help to enable login in situations where the admin users get an error like "Cannot contact web site '<https://contoso-admin.sharepoint.com/'> or the web site does not support SharePoint Online credentials. The response status code is 'Unauthorized'.", and the underlying error is "Access denied. Before opening files in this location, you must first browse to the web site and select the option to login automatically."
This example enables Content Type Hub to push content types to all OneDrive for Business sites. There is no change in Content Type Publishing behavior for other sites.
Prevents creation of new SharePoint 2013 classic workflows.
1818
+
1819
+
```yaml
1820
+
Type: Boolean
1821
+
Parameter Sets: (All)
1822
+
Aliases:
1823
+
1824
+
Required: False
1825
+
Position: Named
1826
+
Default value: None
1827
+
Accept pipeline input: False
1828
+
Accept wildcard characters: False
1829
+
```
1830
+
1815
1831
### -BlockSendLabelMismatchEmail
1816
1832
1817
1833
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.
0 commit comments