Skip to content

Commit 5a09a69

Browse files
authored
updating <Guid[]> to [Guid[]]
1 parent c9b81a3 commit 5a09a69

File tree

1 file changed

+73
-20
lines changed

1 file changed

+73
-20
lines changed

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

Lines changed: 73 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Sets properties on the SharePoint Online organization.
2020

2121
```powershell
2222
Set-SPOTenant
23-
[-AIBuilderModelScope <SyntexFeatureScopeValue>]
23+
[-AIBuilderModelScope <SyntexFeatureScopeValue>]
2424
[-AIBuilderModelSelectedSitesIncludesContentCenters <Boolean>]
2525
[-AIBuilderModelSelectedSitesList [String[]]]
2626
[-AIBuilderModelSelectedSitesListOperation <SelectedSitesListOperations>]
@@ -36,7 +36,7 @@ Set-SPOTenant
3636
[-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled <Boolean>]
3737
[-AnyoneLinkTrackUsers <Boolean>]
3838
[-AppBypassInformationBarriers <Boolean>]
39-
[-ApplyAppEnforcedRestrictionsToAdHocRecipients <Boolean>]
39+
[-ApplyAppEnforcedRestrictionsToAdHocRecipients <Boolean>]
4040
[-AutofillColumnScope <SyntexFeatureScopeValue>]
4141
[-AutofillColumnsSelectedSitesList [String[]]]
4242
[-AutofillColumnsSelectedSitesListOperation <SelectedSitesListOperations>]
@@ -46,9 +46,9 @@ Set-SPOTenant
4646
[-BlockDownloadFileTypePolicy <Boolean>]
4747
[-BlockDownloadLinksFileType <BlockDownloadLinksFileTypes>]
4848
[-BlockSendLabelMismatchEmail <Boolean>]
49-
[-BlockUserInfoVisibility]
50-
[-BlockUserInfoVisibilityInOneDrive]
51-
[-BlockUserInfoVisibilityInSharePoint]
49+
[-BlockUserInfoVisibility <String>]
50+
[-BlockUserInfoVisibilityInOneDrive <String>]
51+
[-BlockUserInfoVisibilityInSharePoint <String>]
5252
[-BusinessConnectivityServiceDisabled <Boolean>]
5353
[-CommentsOnFilesDisabled <Boolean>]
5454
[-CommentsOnListItemsDisabled <Boolean>]
@@ -79,7 +79,7 @@ Set-SPOTenant
7979
[-DisabledAdaptiveCardExtensionIds [Guid[]]]
8080
[-DisableDocumentLibraryDefaultLabeling <Boolean>]
8181
[-DisabledWebPartIds [Guid[]]]
82-
[-DisableModernListTemplateIds <Guid[]>]
82+
[-DisableModernListTemplateIds [Guid[]]]
8383
[-DisableOutlookPSTVersionTrimming <Boolean>]
8484
[-DisablePersonalListCreation <Boolean>]
8585
[-DisableSpacesActivation <Boolean>]
@@ -103,14 +103,14 @@ Set-SPOTenant
103103
[-EnableGuestSignInAcceleration <Boolean>]
104104
[-EnableMediaReactions <Boolean>]
105105
[-EnableMinimumVersionRequirement <Boolean>]
106-
[-EnableModernListTemplateIds <Guid[]>]
106+
[-EnableModernListTemplateIds [Guid[]]]
107107
[-EnablePromotedFileHandlers <Boolean>]
108108
[-EnableRestrictedAccessControl <Boolean>]
109109
[-EnableSensitivityLabelforPDF <Boolean>]
110110
[-EnableVersionExpirationSetting <Boolean>]
111111
[-EnforceContentSecurityPolicy <Boolean>]
112-
[-ExcludedBlockDownloadGroupIds <Guid[]>]
113-
[-ExcludeSiteTemplate]
112+
[-ExcludedBlockDownloadGroupIds [Guid[]]]
113+
[-ExcludeSiteTemplate <SwitchParameter>]
114114
[-ExpireVersionsAfterDays <int>]
115115
[-ExtendPermissionsToUnprotectedFiles <Boolean>]
116116
[-ExternalServicesEnabled <Boolean>]
@@ -121,7 +121,7 @@ Set-SPOTenant
121121
[-FolderAnonymousLinkType <AnonymousLinkType>]
122122
[-HideSyncButtonOnTeamSite <Boolean>]
123123
[-IBImplicitGroupBased <Boolean>]
124-
[-IncludeAtAGlanceInShareEmails]
124+
[-IncludeAtAGlanceInShareEmails <Boolean>]
125125
[-InformationBarriersSuspension <Boolean>]
126126
[-IPAddressAllowList <String>]
127127
[-IPAddressEnforcement <Boolean>]
@@ -182,7 +182,7 @@ Set-SPOTenant
182182
[-RequireAnonymousLinksExpireInDays <Int32>]
183183
[-RestrictedAccessControlforSitesErrorHelpLink <String>]
184184
[-ResyncContentSecurityPolicyConfigurationEntries <Boolean>]
185-
[-ReSyncTenantPrivacyProfile]
185+
[-ReSyncTenantPrivacyProfile <SwitchParameter>]
186186
[-SearchResolveExactEmailOrUPN <Boolean>]
187187
[-SelfServiceSiteCreationDisabled <Boolean>]
188188
[-SensitivityLabel <String>]
@@ -488,6 +488,8 @@ Accept wildcard characters: False
488488
### -BusinessConnectivityServiceDisabled
489489
Prevents access to features that depend on the Business Connectivity Service (BCS), including external lists, external columns, and external content types.
490490
491+
PARAMVALUE: True | False
492+
491493
```yaml
492494
Type: Boolean
493495
Parameter Sets: (All)
@@ -498,7 +500,6 @@ Position: Named
498500
Default value: False
499501
Accept pipeline input: False
500502
Accept wildcard characters: False
501-
502503
```
503504
504505
### -DelegateRestrictedAccessControlManagement
@@ -570,6 +571,8 @@ Accept wildcard characters: False
570571
571572
This parameter enables SharePoint to process the content of files stored in SharePoint and OneDrive with sensitivity labels that include encryption. For more information, see [Enable sensitivity labels for Office files in SharePoint and OneDrive](/microsoft-365/compliance/sensitivity-labels-sharepoint-onedrive-files).
572573
574+
PARAMVALUE: True | False
575+
573576
```yaml
574577
Type: Boolean
575578
Parameter Sets: (All)
@@ -586,6 +589,8 @@ Accept wildcard characters: False
586589
587590
This parameter was used to opt-out of the versioning setting update. It has no effect as of today as versioning setting has already been rolled out.
588591
592+
PARAMVALUE: True | False
593+
589594
```yaml
590595
Type: Boolean
591596
Parameter Sets: (All)
@@ -602,6 +607,8 @@ Accept wildcard characters: False
602607
603608
This parameter is reserved for Microsoft internal use.
604609
610+
PARAMVALUE: True | False
611+
605612
```yaml
606613
Type: Boolean
607614
Parameter Sets: (All)
@@ -617,7 +624,9 @@ Accept wildcard characters: False
617624
### -MarkNewFilesSensitiveByDefault
618625
619626
If external sharing is turned on, sensitive content could be shared and accessed by guests before the Office DLP rule finishes processing, you can address this issue by configuring this parameter.
627+
620628
Possible values are
629+
621630
- BlockExternalSharing: Prevents guests from accessing newly added files until at least one Office DLP policy scans the content of the file.
622631
- AllowExternalSharing: Disables this feature.
623632
@@ -1786,6 +1795,8 @@ Accept wildcard characters: False
17861795

17871796
Shows people picker suggestions for guest users. To enable the option to search for existing guest users at Tenant Level, set this parameter to $true.
17881797

1798+
PARAMVALUE: True | False
1799+
17891800
```yaml
17901801
Type: Boolean
17911802
Parameter Sets: (All)
@@ -1823,7 +1834,8 @@ Accept pipeline input: False
18231834
Accept wildcard characters: False
18241835
```
18251836

1826-
### -ReSyncTenantPrivacyProfile
1837+
### -ReSyncTenantPrivacyProfile
1838+
18271839
The 'SyncPrivacyProfileProperties' parameter is obsolete and renamed ReSyncTenantPrivacyProfile.
18281840

18291841
This parameter enables the synchronization of privacy profile properties.
@@ -1848,6 +1860,8 @@ Accept wildcard characters: False
18481860

18491861
This feature enables tenant admins to enable ODB and SPO to respect Exchange supports Address Book Policy (ABP) policies in the people picker.
18501862

1863+
PARAMVALUE: True | False
1864+
18511865
> [!NOTE]
18521866
> When set to $true, users aren't able to share with security groups or SharePoint groups.
18531867

@@ -1866,6 +1880,8 @@ Accept wildcard characters: False
18661880

18671881
This switch allows tenant admins to disable the capability of configuring a default sensitivity label for a document library.
18681882

1883+
PARAMVALUE: True | False
1884+
18691885
> [!NOTE]
18701886
> When set to $true, users aren't able to apply a default sensitivity label for a document library. The default value is false.
18711887

@@ -1987,6 +2003,8 @@ Accept wildcard characters: False
19872003

19882004
When this parameter is true, the email notification that a user receives when is mentioned, includes the surrounding document context. Set it to false to disable this feature.
19892005

2006+
PARAMVALUE: True | False
2007+
19902008
```yaml
19912009
Type: Boolean
19922010
Parameter Sets: ParamSet1
@@ -2071,7 +2089,6 @@ False (default) - Disables the policy.
20712089

20722090
```yaml
20732091
Type: Boolean
2074-
20752092
Parameter Sets: (All)
20762093
Aliases:
20772094
Applicable: SharePoint Online
@@ -2098,7 +2115,6 @@ The valid values are:
20982115

20992116
```yaml
21002117
Type: Boolean
2101-
21022118
Parameter Sets: (All)
21032119
Aliases:
21042120
Applicable: SharePoint Online
@@ -2131,9 +2147,10 @@ Sets email attestation to required.
21312147

21322148
If people who use a verification code select to "stay signed in" in the browser, they must prove that they can access the same account that they used to redeem the sharing invitation. You can set the number of days for email attestation with **-EmailAttestationReAuthDays**. This setting affects only ad-hoc external recipients.
21332149

2150+
PARAMVALUE: True | False
2151+
21342152
```yaml
21352153
Type: Boolean
2136-
21372154
Parameter Sets: (All)
21382155
Aliases:
21392156
Applicable: SharePoint Online
@@ -2254,9 +2271,10 @@ Accept wildcard characters: False
22542271

22552272
Enable or disable auto news digest. [Documentation](https://aka.ms/autonewsdigest) for auto news digest.
22562273

2274+
PARAMVALUE: True | False
2275+
22572276
```yaml
22582277
Type: Boolean
2259-
22602278
Parameter Sets: (All)
22612279
Aliases:
22622280
Applicable: SharePoint Online
@@ -2271,9 +2289,10 @@ Accept wildcard characters: False
22712289

22722290
Enable or disable the At A Glance feature in sharing e-mails. This provides the key points and time to read for the shared item if available.
22732291

2292+
PARAMVALUE: True | False
2293+
22742294
```yaml
22752295
Type: Boolean
2276-
22772296
Parameter Sets: (All)
22782297
Aliases:
22792298
Applicable: SharePoint Online
@@ -2288,11 +2307,12 @@ Accept wildcard characters: False
22882307

22892308
Prevents creation of new SharePoint 2010 classic workflows.
22902309

2310+
PARAMVALUE: True | False
2311+
22912312
```yaml
22922313
Type: Boolean
22932314
Parameter Sets: (All)
22942315
Aliases:
2295-
22962316
Required: False
22972317
Position: Named
22982318
Default value: None
@@ -2304,11 +2324,12 @@ Accept wildcard characters: False
23042324

23052325
Prevents creation of new SharePoint 2013 classic workflows.
23062326

2327+
PARAMVALUE: True | False
2328+
23072329
```yaml
23082330
Type: Boolean
23092331
Parameter Sets: (All)
23102332
Aliases:
2311-
23122333
Required: False
23132334
Position: Named
23142335
Default value: None
@@ -2320,6 +2341,8 @@ Accept wildcard characters: False
23202341

23212342
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.
23222343

2344+
PARAMVALUE: True | False
2345+
23232346
```yaml
23242347
Type: Boolean
23252348
Parameter Sets: (All)
@@ -2572,6 +2595,8 @@ Accept wildcard characters: False
25722595

25732596
The ShowPeoplePickerGroupSuggestionsForIB setting (defaulted to false) allows showing group suggestions for information barriers (IBs) in the People Picker.
25742597

2598+
PARAMVALUE: True | False
2599+
25752600
```yaml
25762601
Type: Boolean
25772602
Parameter Sets: (All)
@@ -2588,6 +2613,8 @@ Accept wildcard characters: False
25882613

25892614
When InformationBarriersSuspension parameter is set to $false, information barriers in SharePoint and OneDrive is enabled, when set to $true, it is disabled.
25902615

2616+
PARAMVALUE: True | False
2617+
25912618
```yaml
25922619
Type: Boolean
25932620
Parameter Sets: (All)
@@ -2604,6 +2631,8 @@ Accept wildcard characters: False
26042631

26052632
The IBImplicitGroupBased setting enables Microsoft 365 Groups membership-based access and sharing control for all Implicit mode sites.
26062633

2634+
PARAMVALUE: True | False
2635+
26072636
```yaml
26082637
Type: Boolean
26092638
Parameter Sets: (All)
@@ -2646,6 +2675,8 @@ Accept wildcard characters: False
26462675

26472676
Controls whether viewers commenting on media items is disabled or not.
26482677

2678+
PARAMVALUE: True | False
2679+
26492680
```yaml
26502681
Type: Boolean
26512682
Parameter Sets: (All)
@@ -2687,6 +2718,8 @@ Accept wildcard characters: False
26872718

26882719
Enable or disable the Request files link on the OneDrive partition for all OneDrive sites. If this value is not set, the Request files link will only show for OneDrives with Anyone links enabled.
26892720

2721+
PARAMVALUE: True | False
2722+
26902723
```yaml
26912724
Type: Boolean
26922725
Parameter Sets: (All)
@@ -2703,6 +2736,8 @@ Accept wildcard characters: False
27032736

27042737
Enable or disable the Request files link on the core partition for all SharePoint sites (not including OneDrive sites). If this value is not set, Request files will only show for OneDrives with Anyone links enabled.
27052738

2739+
PARAMVALUE: True | False
2740+
27062741
```yaml
27072742
Type: Boolean
27082743
Parameter Sets: (All)
@@ -2800,6 +2835,8 @@ Enables or disables users in the organization to authenticate SharePoint applica
28002835

28012836
This parameter affects the way code in SharePoint interacts with Microsoft Entra ID to get tokens to access APIs. In scenarios where third-party cookies are disabled (such as Safari browsers with ITP feature enabled), any code that requires a token to access an API automatically triggers a full page refresh. When IsEnableAppAuthPopUpEnabled is set to $true, SharePoint will instead surface a popup in this scenario.
28022837

2838+
PARAMVALUE: True | False
2839+
28032840
```yaml
28042841
Type: Boolean
28052842
Parameter Sets: (All)
@@ -2824,6 +2861,8 @@ Because this policy affects meeting recordings stored in OneDrive and SharePoint
28242861

28252862
Note that this policy doesn't apply to manually uploaded meeting recording files. For more details, see [Block the download of Teams meeting recording files from SharePoint or OneDrive](/microsoftteams/block-download-meeting-recording).
28262863

2864+
PARAMVALUE: True | False
2865+
28272866
```yaml
28282867
Type: Boolean
28292868
Parameter Sets: (All)
@@ -3054,6 +3093,8 @@ Accept wildcard characters: False
30543093

30553094
When set to `True`, the default sharing link will be a "People with Existing Access" link (which does not modify permissions) for OneDrive sites. When set to `False` (the default), the default sharing link type is controlled by the `OneDriveDefaultShareLinkScope` parameter.
30563095

3096+
PARAMVALUE: True | False
3097+
30573098
```yaml
30583099
Type: Boolean
30593100
Parameter Sets: (All)
@@ -3112,6 +3153,8 @@ Accept wildcard characters: False
31123153

31133154
When set to `True`, the default sharing link will be a "People with Existing Access" link (which does not modify permissions) for SharePoint sites. When set to `False` (the default), the default sharing link type is controlled by the `CoreDefaultShareLinkScope` parameter.
31143155

3156+
PARAMVALUE: True | False
3157+
31153158
```yaml
31163159
Type: Boolean
31173160
Parameter Sets: (All)
@@ -3127,6 +3170,8 @@ Accept wildcard characters: False
31273170

31283171
When set to `True`, users cannot create sites from SharePoint, OneDrive, the PnP PowerShell cmdlet, and the REST API. When set to `False` (the default), users can create sites from SharePoint, OneDrive, the PnP PowerShell cmdlet, and the REST API.
31293172

3173+
PARAMVALUE: True | False
3174+
31303175
```yaml
31313176
Type: Boolean
31323177
Parameter Sets: (All)
@@ -3142,6 +3187,8 @@ Accept wildcard characters: False
31423187

31433188
This feature allows SharePoint Online to synchronize several Entra B2B collaboration settings [Guest user access restriction and collaboration restriction](https://learn.microsoft.com/en-us/entra/external-id/external-collaboration-settings-configure#configure-settings-in-the-portal), and store them on SharePoint Online tenant store. On sharing, SharePoint checks whether those synchronized settings are blocking sharing before sending invitation requests to Entra B2B invitation manager. The sync might take up to 24 hours to complete if you change those Entra B2B collaboration settings. To make the change effective on SharePoint Online immediately, run 'Set-SPOTenant -SyncAadB2BManagementPolicy $true' and it forces a sync from Microsoft Entra.
31443189

3190+
PARAMVALUE: True | False
3191+
31453192
```yaml
31463193
Type: Boolean
31473194
Parameter Sets: (All)
@@ -3160,6 +3207,8 @@ New sources will be added to the configuration, if not already present, based on
31603207
The sync may take up to 24 hours to complete.
31613208
In multi-geo environments, **Content Security Policy** configuration is unique to each geo.
31623209

3210+
PARAMVALUE: True | False
3211+
31633212
```yaml
31643213
Type: Boolean
31653214
Parameter Sets: (All)
@@ -3176,6 +3225,8 @@ Accept wildcard characters: False
31763225
When set to `True` **Content Security Policy** violations will be enforced.
31773226
In multi-geo environments, **Content Security Policy** configuration is unique to each geo.
31783227

3228+
PARAMVALUE: True | False
3229+
31793230
```yaml
31803231
Type: Boolean
31813232
Parameter Sets: (All)
@@ -3330,6 +3381,8 @@ This parameter allows administrators to choose whether or not the AI builder mod
33303381
> [!NOTE]
33313382
> Use of this parameter requires that the tenant either have the required license or pay-as-you-go billing set up. For more information, visit [Licensing for Microsoft Syntex](/microsoft-365/syntex/syntex-licensing).
33323383

3384+
PARAMVALUE: True | False
3385+
33333386
```yaml
33343387
Type: Boolean
33353388
Parameter Sets: (All)

0 commit comments

Comments
 (0)