Skip to content

Commit 2811854

Browse files
authored
Merge pull request MicrosoftDocs#5757 from nibandyo/patch-2
New parameter for information barriers
2 parents eddb2d0 + 63eb288 commit 2811854

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

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

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,14 @@ Get-SPOSite -Identity https://contoso.sharepoint.com/sites/groupname -detailed |
101101

102102
This example gets quota details for a Group Site.
103103

104+
### -----------------------EXAMPLE 6-----------------------------
105+
106+
```powershell
107+
Get-SPOSite -Identity https://contoso.sharepoint.com/sites/research | Select InformationSegment
108+
```
109+
110+
This example returns the InformationSegments associated to the site.
111+
104112
## PARAMETERS
105113

106114
### -Detailed
@@ -251,6 +259,21 @@ Accept pipeline input: False
251259
Accept wildcard characters: False
252260
```
253261

262+
### InformationSegment
263+
This parameter displays the segments associated with a site.
264+
265+
It is applicable for tenants who have enabled Microsoft 365 Information barriers capability. Please read https://docs.microsoft.com/sharepoint/information-barriers documentation to understand Information barriers in SharePoint Online.
266+
267+
**Note**: This parameter is available only in SharePoint Online Management Shell Version 16.0.19927.12000 or later.
268+
269+
```yaml
270+
Type: Collection of GUIDs
271+
Applicable: SharePoint Online
272+
Required: False
273+
Position: Named
274+
Default value: None
275+
```
276+
254277
### CommonParameters
255278

256279
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](https://go.microsoft.com/fwlink/?LinkID=113216).

0 commit comments

Comments
 (0)