Skip to content

Commit 023b9fc

Browse files
authored
Update Set-SPOSite.md - applying suggested fixes
1 parent f2c52f3 commit 023b9fc

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,11 @@ Set-SPOSite [-Identity] <SpoSitePipeBind> [-AllowSelfServiceUpgrade <Boolean>] [
6868
[-RestrictedAccessControlGroups <Guid>]
6969
[-RemoveRestrictedAccessControlGroups <Guid>]
7070
[-ReadOnlyForUnmanagedDevices <Boolean>]
71-
[-ExcludedBlockDownloadGroupIds <GUID[]>]
71+
[-ExcludedBlockDownloadGroupIds <Guid[]>]
7272
[-ExcludeBlockDownloadPolicySiteOwners <Boolean>]
7373
[-ReadOnlyForBlockDownloadPolicy <Boolean>]
7474
[-AuthenticationContextAccessType <SPOAuthenticationContextPolicyAccessType>]
75-
[-HubSiteId <Guid[]>]
75+
[-HubSiteId <Guid>]
7676
[-InformationBarriersMode <String>]
7777
[-RestrictContentOrgWideSearch <Boolean>]
7878
[-RestrictedAccessControl <Boolean>]
@@ -767,7 +767,7 @@ Disables or enables the Social Bar for Site Collection.
767767

768768
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.
769769

770-
PARAMVALUE: $true | $false
770+
PARAMVALUE: False | True
771771

772772
```yaml
773773
Type: Boolean
@@ -983,7 +983,7 @@ Accept wildcard characters: False
983983

984984
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.
985985

986-
PARAMVALUE: $true | $false
986+
PARAMVALUE: False | True
987987

988988

989989
```yaml
@@ -1227,7 +1227,7 @@ Accept wildcard characters: False
12271227

12281228
Prevents users from editing Office files in the browser and copying and pasting Office file contents out of the browser window.
12291229

1230-
PARAMVALUE: $true | $false
1230+
PARAMVALUE: False | True
12311231

12321232
```yaml
12331233
Type: Boolean
@@ -1307,7 +1307,7 @@ As a SharePoint administrator in Microsoft 365, you can block the download of fi
13071307

13081308
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).
13091309

1310-
PARAMVALUE: $true | $false
1310+
PARAMVALUE: False | True
13111311

13121312
```yaml
13131313
Type: Boolean
@@ -1366,7 +1366,7 @@ The valid values are:
13661366
> c. `ExpireVersionsAfterDays` accepts values of 0 to Never Expire or values >= 30 to delete versions that exceed that time period.
13671367
> 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.
13681368

1369-
PARAMVALUE: $true | $false
1369+
PARAMVALUE: False | True
13701370

13711371
```yaml
13721372
Type: Boolean
@@ -1597,7 +1597,7 @@ Accept wildcard characters: False
15971597

15981598
Controls whether unmanaged devices have read-only access.
15991599

1600-
PARAMVALUE: $true | $false
1600+
PARAMVALUE: False | True
16011601

16021602
```yaml
16031603
Type: Boolean
@@ -1630,7 +1630,7 @@ Accept wildcard characters: False
16301630

16311631
Controls if site owners are excluded from block download policy.
16321632

1633-
PARAMVALUE: $true | $false
1633+
PARAMVALUE: False | True
16341634

16351635
```yaml
16361636
Type: Boolean
@@ -1647,7 +1647,7 @@ Accept wildcard characters: False
16471647
### -ReadOnlyForBlockDownloadPolicy
16481648
Controls if read-only should be enabled for block download policy.
16491649

1650-
PARAMVALUE: $true | $false
1650+
PARAMVALUE: False | True
16511651

16521652
```yaml
16531653
Type: Boolean
@@ -1701,7 +1701,7 @@ Accept wildcard characters: False
17011701

17021702
### -HubSiteId
17031703

1704-
Sets the hub site for a specified sharepoint site.
1704+
Sets the hub site for a specified SharePoint site.
17051705

17061706
```yaml
17071707
Type: GUID
@@ -1735,7 +1735,7 @@ Accept wildcard characters: False
17351735

17361736
Controls whether org-wide content search is enabled for a site.
17371737

1738-
PARAMVALUE: $true | $false
1738+
PARAMVALUE: False | True
17391739

17401740
```yaml
17411741
Type: Boolean
@@ -1753,7 +1753,7 @@ Accept wildcard characters: False
17531753

17541754
Sets access restriction policy by group membership.
17551755

1756-
PARAMVALUE: $true | $false
1756+
PARAMVALUE: False | True
17571757

17581758
```yaml
17591759
Type: Boolean

0 commit comments

Comments
 (0)