Skip to content

Latest commit

 

History

History
83 lines (58 loc) · 2.38 KB

File metadata and controls

83 lines (58 loc) · 2.38 KB
external help file sharepointonline.xml
Module Name Microsoft.Online.SharePoint.PowerShell
online version https://learn.microsoft.com/powershell/module/sharepoint-online/get-spocontainertype
applicable SharePoint Online
title Get-SPOContainerType
schema 2.0.0
author ShreyasSar26
ms.author shsaravanan
ms.reviewer

Get-SPOContainerType

SYNOPSIS

Returns one or more container types created in the tenant.

SYNTAX

ParamSet1

Get-SPOContainerType [<CommonParameters>]

ParamSet2

Get-SPOContainerType -ContainerTypeId <ContainerTypeId> [<CommonParameters>]

DESCRIPTION

This cmdlet returns all the container types present in the tenant or details of a specific container type when paired with the ContainerTypeId parameter.

You must be a SharePoint Embedded Administrator to run the cmdlet.

While the basic information of container types is displayed to all administrators running this cmdlet, the billing information about a container type is only visible to administrators who also have owner or contributor access on the billing subscription attached to the container type.

For permissions and the most current information about Windows PowerShell for SharePoint Embedded Containers, see the documentation at Intro to SharePoint Embedded Containers Management Shell.

EXAMPLES

Example 1

Get-SPOContainerType 

Example 1 retrieves all the container types present in the tenant and displays container type specific information.

Example 2

Get-SPOContainerType -ContainerTypeId 4f0af585

Example 2 returns the detailed properties of container type 4f0af585.

PARAMETERS

-ContainerTypeId

This parameter specifies the ID of the container type corresponding to the SharePoint Embedded application.

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

RELATED LINKS

Getting started with SharePoint Online Management Shell

New-SPOContainerType

Set-SPOContainerType

Remove-SPOContainerType