Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions sharepoint/sharepoint-ps/sharepoint-online/Set-SPOTenant.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ Set-SPOTenant
[-AllowWebPropertyBagUpdateWhenDenyAddAndCustomizePagesIsEnabled <Boolean>]
[-AnyoneLinkTrackUsers <Boolean>]
[-AppBypassInformationBarriers <Boolean>]
[-AppAccessInformationBarriersAllowList [String[]]]
[-ApplyAppEnforcedRestrictionsToAdHocRecipients <Boolean>]
Comment thread
nibandyo marked this conversation as resolved.
[-AutofillColumnScope <SyntexFeatureScopeValue>]
[-AutofillColumnsSelectedSitesList [String[]]]
Expand Down Expand Up @@ -4392,6 +4393,24 @@ Accept pipeline input: False
Accept wildcard characters: False
```

### -AppAccessInformationBarriersAllowList

Gets ot sets the list of third-party application IDs (GUIDs) that are allowed to access Information barriers protected sites and OneDrives in the tenant.
Copy link
Copy Markdown
Contributor

@samkabue samkabue Apr 11, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ot

typo #Closed

Comment thread
nibandyo marked this conversation as resolved.
Outdated
Comment thread
nibandyo marked this conversation as resolved.
Outdated
Note: The feature associated with this cmdlet will be rolling out soon.

```yaml
Type: String[]
Parameter Sets: (All)
Aliases:
Applicable: SharePoint Online
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
```


## RELATED LINKS

[Getting started with SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/connect-sharepoint-online)
Expand Down