Skip to content

Commit 1d0c8ba

Browse files
authored
Modify OwningApplicationId in cmdlet examples
Updated OwningApplicationId values in examples for New-SPOContainerType.
1 parent e51eaf7 commit 1d0c8ba

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,31 +35,31 @@ You must be a SharePoint Embedded Administrator to run this cmdlet.
3535
### Example 1
3636

3737
```powershell
38-
New-SPOContainerType -ContainerTypeName ContosoLegal -OwningApplicationId a735e4af
38+
New-SPOContainerType -ContainerTypeName ContosoLegal -OwningApplicationId 2ce03211-353e-45d7-b487-8ac6981332cf
3939
```
4040

4141
In Example 1, the cmdlet creates a new regular billed container type ContosoLegal.
4242

4343
### Example 2
4444

4545
```powershell
46-
New-SPOContainerType –IsPassThroughBilling –ContainerTypeName ContosoLegal -OwningApplicationId a735e4af
46+
New-SPOContainerType –IsPassThroughBilling –ContainerTypeName ContosoLegal -OwningApplicationId 2ce03211-353e-45d7-b487-8ac6981332ed
4747
```
4848

4949
In Example 2, the cmdlet creates a direct to customer billed container type ContosoLegal.
5050

5151
### Example 3
5252

5353
```powershell
54-
New-SPOContainerType –TrialContainerType -ContainerTypeName ContosoLegal -OwningApplicationId a735e4af
54+
New-SPOContainerType –TrialContainerType -ContainerTypeName ContosoLegal -OwningApplicationId 2ce03211-353e-45d7-b487-8ac6981332fl
5555
```
5656

5757
In Example 3, the cmdlet creates a trial container type, ContosoLegal, valid for 30 days.
5858

5959
### Example 4
6060

6161
```powershell
62-
New-SPOContainerType -ContainerTypeName ContosoLegal -OwningApplicationId a735e4af -GovernableByAdmin $false
62+
New-SPOContainerType -ContainerTypeName ContosoLegal -OwningApplicationId 2ce03211-353e-45d7-b487-8ac6981332cf -GovernableByAdmin $false
6363
```
6464

6565
In Example 4, the cmdlet creates a standard container type, ContosoLegal that has opted out of management through Microsoft-enabled administrator platforms.

0 commit comments

Comments
 (0)