Skip to content

Commit 51a9be7

Browse files
authored
Merge pull request #636 from MicrosoftDocs/revert-632-patch-25
Revert "Update Set-SPOSite.md"
2 parents 4a61d32 + eb9eb72 commit 51a9be7

File tree

1 file changed

+9
-71
lines changed

1 file changed

+9
-71
lines changed

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

Lines changed: 9 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ Set-SPOSite [-Identity] <SpoSitePipeBind> [-AllowSelfServiceUpgrade <Boolean>] [
3232
[-DisableAppViews <AppViewsPolicy>]
3333
[-DisableCompanyWideSharingLinks <CompanyWideSharingLinksPolicy>]
3434
[-DisableFlows <FlowsPolicy>]
35-
[-LoopDefaultSharingLinkScope <SharingScope>]
36-
[-LoopDefaultSharingLinkRole <SharingRole>]
35+
[-LoopDefaultSharingLinkScope <String>]
36+
[-LoopDefaultSharingLinkRole <String>]
3737
[-RestrictedToGeo <RestrictedToRegion>]
3838
[-SharingAllowedDomainList <String>]
3939
[-SharingBlockedDomainList <String>]
@@ -57,9 +57,6 @@ Set-SPOSite [-Identity] <SpoSitePipeBind> [-AllowSelfServiceUpgrade <Boolean>] [
5757
[-RemoveLabel]
5858
[-BlockDownloadPolicy <Boolean>]
5959
[-OverrideBlockUserInfoVisibility <String>]
60-
[-OverrideSharingCapability <Boolean>]
61-
[-DefaultShareLinkScope <SharingScope>]
62-
[-DefaultShareLinkRole <SharingRole>]
6360
[<CommonParameters>]
6461
```
6562

@@ -922,7 +919,7 @@ The valid values are:
922919
- Uninitialized
923920

924921
```yaml
925-
Type: SharingScope
922+
Type: SharingCapabilities
926923
Parameter Sets: (All)
927924
Aliases:
928925
Applicable: SharePoint Online
@@ -940,13 +937,17 @@ Gets or sets default share link role for fluid on the site
940937
The valid values are:
941938

942939
- Edit
940+
- LimitedEdit
941+
- LimitedView
942+
- ManageList
943943
- None
944+
- Owner
944945
- RestrictedView
945946
- Review
946-
- View
947+
- Submit
947948

948949
```yaml
949-
Type: SharingRole
950+
Type: SharingCapabilities
950951
Parameter Sets: (All)
951952
Aliases:
952953
Applicable: SharePoint Online
@@ -1366,69 +1367,6 @@ Default value: None
13661367
Accept pipeline input: False
13671368
Accept wildcard characters: False
13681369
```
1369-
### -OverrideSharingCapability
1370-
1371-
Determines whether it should override the sharing capability on its partition. For example, if the tenant sharing capability is `ExternalUserAndGuestSharing`, the core partition sharing capability is `Disabled`, and the side-defined sharing capability is also `ExternalUserAndGuestSharing`, the effective site sharing capability should be `Disabled` (the most restrictive one among tenant, partition, and site) if `OverrideSharingCapability` is `false`. If `OverrideSharingCapability` is `true`, it skips checking partition sharing capability and sets the site sharing capability to `ExternalUserAndGuestSharing`.
1372-
1373-
PARAMVALUE: False | True
1374-
1375-
```yaml
1376-
Type: Boolean
1377-
Parameter Sets: ParamSet1
1378-
Aliases:
1379-
Applicable: SharePoint Online
1380-
Required: False
1381-
Position: Named
1382-
Default value: None
1383-
Accept pipeline input: False
1384-
Accept wildcard characters: False
1385-
```
1386-
1387-
### -DefaultShareLinkScope
1388-
1389-
The default share link scope on the site. It replaces `DefaultSharingLinkType`.
1390-
1391-
The valid values are:
1392-
1393-
- Anyone
1394-
- Organization
1395-
- SpecificPeople
1396-
- Uninitialized
1397-
1398-
```yaml
1399-
Type: SharingScope
1400-
Parameter Sets: (All)
1401-
Aliases:
1402-
Applicable: SharePoint Online
1403-
Required: False
1404-
Position: Named
1405-
Default value: Uninitialized
1406-
Accept pipeline input: False
1407-
Accept wildcard characters: False
1408-
```
1409-
### -DefaultShareLinkRole
1410-
1411-
The default share link role for the site collection. It replaces `DefaultLinkPermission`.
1412-
1413-
The valid values are:
1414-
1415-
- Edit
1416-
- None
1417-
- RestrictedView
1418-
- Review
1419-
- View
1420-
1421-
```yaml
1422-
Type: SharingRole
1423-
Parameter Sets: (All)
1424-
Aliases:
1425-
Applicable: SharePoint Online
1426-
Required: False
1427-
Position: Named
1428-
Default value: None
1429-
Accept pipeline input: False
1430-
Accept wildcard characters: False
1431-
```
14321370

14331371
### CommonParameters
14341372

0 commit comments

Comments
 (0)