Skip to content

Commit 92696d4

Browse files
authored
Update Get-SPOContainerTypeConfiguration.md
1 parent 9901adf commit 92696d4

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,21 @@ ms.reviewer:
1414

1515
## SYNOPSIS
1616

17-
Returns container type configurations in a SharePoint Embedded application.
17+
Use this cmdlet to read the configuration values set on the container type.
1818

1919
## SYNTAX
2020

2121
### ParamSet1
2222

2323
```powershell
24-
Get-SPOContainerTypeConfiguration [-ContainerTypeId <ContainerTypeId>]
24+
Get-SPOContainerTypeConfiguration -ContainerTypeId <Guid> [<CommonParameters>]
2525
```
2626

2727
## DESCRIPTION
2828

29-
The `Get-SPOContainerTypeConfiguration` cmdlet retrieves and returns configuration settings set on a container type created under a SharePoint Embedded application.
29+
The `Get-SPOContainerTypeConfiguration` cmdlet retrieves and returns configuration settings set on a container type created under a SharePoint Embedded application. This can either be the default value or the previously set value on the container type.
3030

31-
You must be a SharePoint Administrator or Global Administrator to run this cmdlet.
31+
You must be a SharePoint Embedded Administrator to run this cmdlet.
3232

3333
## EXAMPLES
3434

@@ -58,6 +58,10 @@ Default value: None
5858
Accept pipeline input: False
5959
Accept wildcard characters: False
6060
```
61+
### CommonParameters
62+
63+
This cmdlet supports the common parameters: `-Debug`, `-ErrorAction`, `-ErrorVariable`, `-InformationAction`, `-InformationVariable`, `-OutVariable`, `-OutBuffer`, `-PipelineVariable`, `-ProgressAction`, `-Verbose`, `-WarningAction`, and `-WarningVariable`. For more information, see [about_CommonParameters](/powershell/module/microsoft.powershell.core/about/about_commonparameters).
64+
6165

6266
## RELATED LINKS
6367

0 commit comments

Comments
 (0)