Skip to content

Commit 0f002b1

Browse files
authored
New-SPOContainerType.md
1 parent bac932d commit 0f002b1

File tree

1 file changed

+6
-31
lines changed

1 file changed

+6
-31
lines changed

sharepoint/sharepoint-ps/sharepoint-online/New-SPOContainerType.md

Lines changed: 6 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -49,39 +49,14 @@ You must be a SharePoint Embedded Administrator to run this cmdlet.
4949
```powershell
5050
New-SPOContainerType -ContainerTypeName ContosoLegal -OwningApplicationId a735e4af-b86e-0000-93ba-1faded6c39e1 -AzureSubscriptionId 564e9025-f7f5-xxx9-9ddd-4cdxxxx1755 -ResourceGroup prod-resources -Region EastUS
5151
```
52-
Example output of the New-SPOContainerType cmdlet.
53-
```powershell
54-
Are you sure you want to perform this action?
55-
Performing the operation "New-SPOContainerType".
56-
[Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "Y"): Y
57-
ContainerTypeId : 4f0af585-8dcc-0000-223d-661eb2c604e4
58-
ContainerTypeName : ContosoLegal
59-
OwningApplicationId : a735e4af-b86e-0000-93ba-1faded6c39e1
60-
AzureSubscriptionId : 564e9025-f7f5-xxx9-9ddd-4cdxxxx1755
61-
ResourceGroup : prod-resources
62-
Region : EastUS
63-
Classification : Standard
64-
CreationDate : 7/2/2024
65-
ExpiryDate :
66-
```
52+
In Example 1, the cmdlet creates a new container type that is standard billed and is attached to the billing profile mentioned
6753

6854
### Example 2
6955
```powershell
7056
New-SPOContainerType –TrialContainerType - ContosoLegal -OwningApplicationId a735e4af-b86e-0000-93ba-1faded6c39e1
7157
```
7258

73-
Example output of the New-SPOContainerType cmdlet.
74-
75-
```powershell
76-
Are you sure you want to perform this action?
77-
Performing the operation "New-SPOContainerType".
78-
[Y] Yes [A] Yes to All [N] No [L] No to All [S] Suspend [?] Help (default is "Y"): Y
79-
ContainerTypeId ContainerTypeName OwningApplicationId Classification
80-
------------------------------------ -------------------- ------------------------------- -----------------
81-
4f0af585-8dcc-0000-223d-661eb2c604e4 ContosoLegal a735e4af-b86e-0000-93ba-1faded6c39e1 Trial
82-
```
83-
84-
59+
In Example 2, the cmdlet creates a trial container type, valid for 30 days.
8560

8661
## PARAMETERS
8762

@@ -210,10 +185,10 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
210185
211186
## RELATED LINKS
212187
213-
[Getting started with SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/connect-sharepoint-online?view=sharepoint-ps)
188+
[Getting started with SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/connect-sharepoint-online)
214189
215-
[Get-SPOContainerType](https://learn.microsoft.com/powershell/module/sharepoint-online/get-spocontainertype)
190+
[Get-SPOContainerType](sharepoint/sharepoint-ps/sharepoint-online/Get-SPOContainerType.md)
216191
217-
[Set-SPOContainerType](https://learn.microsoft.com/powershell/module/sharepoint-online/set-spocontainertype)
192+
[Set-SPOContainerType](sharepoint/sharepoint-ps/sharepoint-online/Set-SPOContainerType.md)
218193
219-
[Remove-SPOContainerType](https://learn.microsoft.com/powershell/module/sharepoint-online/remove-spocontainertype)
194+
[Remove-SPOContainerType](sharepoint/sharepoint-ps/sharepoint-online/Remove-SPOContainerType.md)

0 commit comments

Comments
 (0)