Skip to content

Commit e51eaf7

Browse files
authored
Change ContainerTypeId in Get-SPOContainerType example
Updated example in Get-SPOContainerType.md to reflect new ContainerTypeId.
1 parent ed267a4 commit e51eaf7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Get-SPOContainerType.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ Example 1 retrieves all the container types present in the tenant and displays c
5252
### Example 2
5353

5454
```powershell
55-
Get-SPOContainerType -ContainerTypeId 4f0af585
55+
Get-SPOContainerType -ContainerTypeId 1ea46f96-515c-49b5-bac5-002c33a5fa0e
5656
```
5757

58-
Example 2 returns the detailed properties of container type 4f0af585.
58+
Example 2 returns the detailed properties of container type 1ea46f96-515c-49b5-bac5-002c33a5fa0e.
5959

6060
## PARAMETERS
6161

0 commit comments

Comments
 (0)