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
@@ -767,7 +767,7 @@ Disables or enables the Social Bar for Site Collection.
767
767
768
768
The Social Bar will appear on all modern SharePoint pages with the exception of the home page of a site. It will give users the ability to like a page, see the number of views, likes, and comments on a page, and see the people who have liked a page.
When set to TRUE, the DefaultSharingLinkType will be overriden and the default sharing link will a People with Existing Access link (which does not modify permissions). When set to FALSE (the default), the DefaultSharingLinkType parameter controls the default sharing link type.
Prevents users from editing Office files in the browser and copying and pasting Office file contents out of the browser window.
1229
1229
1230
-
PARAMVALUE: $true | $false
1230
+
PARAMVALUE: False | True
1231
1231
1232
1232
```yaml
1233
1233
Type: Boolean
@@ -1307,7 +1307,7 @@ As a SharePoint administrator in Microsoft 365, you can block the download of fi
1307
1307
1308
1308
Blocking the download of files allows users to remain productive while addressing the risk of accidental data loss. Users have browser-only access with no ability to download, print, or sync files. They also won't be able to access content through apps, including the Microsoft Office desktop apps. When web access is limited, users will see the following message at the top of sites: "Your organization doesn't allow you to download, print, or sync from this site. For help contact your IT department."Read the full documentation for advanced capabilities at [Block download policy for SharePoint sites and OneDrive](https://learn.microsoft.com/sharepoint/block-download-from-sites).
1309
1309
1310
-
PARAMVALUE: $true | $false
1310
+
PARAMVALUE: False | True
1311
1311
1312
1312
```yaml
1313
1313
Type: Boolean
@@ -1366,7 +1366,7 @@ The valid values are:
1366
1366
> c. `ExpireVersionsAfterDays` accepts values of 0 to Never Expire or values >= 30 to delete versions that exceed that time period.
1367
1367
> When version history limits are managed automatically (`EnableAutoExpirationVersionTrim $true`), setting `MajorVersionLimit` or `ExpireVersionsAfterDays` will result in an error as the count limits are set by the service.
0 commit comments