Skip to content

Commit fe67601

Browse files
authored
Merge branch 'master' into ExtOut-chrisda
2 parents 1d8e832 + 0a9739d commit fe67601

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
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).

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ For any parameters that are passed in, the `Set-SPOSite` cmdlet sets or updates
6868

6969
You must be a SharePoint Online administrator or Global Administrator and be a site collection administrator to run the cmdlet.
7070

71-
For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at <https://go.microsoft.com/fwlink/p/?LinkId=251832.>
71+
For permissions and the most current information about Windows PowerShell for SharePoint Online, see the online documentation at [Intro to SharePoint Online Management Shell](https://docs.microsoft.com/powershell/sharepoint/sharepoint-online/introduction-sharepoint-online-management-shell?view=sharepoint-ps).
7272

7373
## EXAMPLES
7474

@@ -310,7 +310,7 @@ Accept wildcard characters: False
310310

311311
Specifies the resource quota in megabytes of the site collection.
312312
The default value is 0.
313-
For more information, see Resource Usage Limits on Sandboxed Solutions in SharePoint (<https://msdn.microsoft.com/en-us/library/gg615462.aspx).>
313+
For more information, see [Resource Usage Limits on Sandboxed Solutions in SharePoint](https://msdn.microsoft.com/library/gg615462.aspx).
314314

315315
```yaml
316316
Type: Double

teams/teams-ps/teams/New-Team.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,7 @@ Accept wildcard characters: False
422422
423423
### -GroupId
424424
Specify a GroupId to convert to a Team. If specified, you cannot provide the other values that are already specified by the existing group, namely: Visibility, Alias, Description, or DisplayName.
425+
If, for example, you need to create a Team from an existing Microsoft 365 Group, use the _ExternalDirectoryObjectId_ property value returned by [Get-UnifiedGroup](https://docs.microsoft.com/powershell/module/exchange/get-unifiedgroup?view=exchange-ps).
425426
426427
```yaml
427428
Type: String

0 commit comments

Comments
 (0)