From 2945187aefcee6e4c9b321864c493eca85a97293 Mon Sep 17 00:00:00 2001 From: ShreyasSar26 <136049061+ShreyasSar26@users.noreply.github.com> Date: Mon, 21 Apr 2025 10:36:32 +0530 Subject: [PATCH 1/3] Update New-SPOContainerType.md --- .../sharepoint-online/New-SPOContainerType.md | 33 +++++++------------ 1 file changed, 11 insertions(+), 22 deletions(-) diff --git a/sharepoint/sharepoint-ps/sharepoint-online/New-SPOContainerType.md b/sharepoint/sharepoint-ps/sharepoint-online/New-SPOContainerType.md index abbd02f8b..d3793a9bd 100644 --- a/sharepoint/sharepoint-ps/sharepoint-online/New-SPOContainerType.md +++ b/sharepoint/sharepoint-ps/sharepoint-online/New-SPOContainerType.md @@ -21,20 +21,9 @@ This cmdlet creates a new container type of standard or trial status. The standa ### ParamSet1 ```powershell -New-SPOContainerType [-ContainerTypeName] [-OwningApplicationId] [-ApplicationRedirectUrl] [-GovernableByAdmin] [] +New-SPOContainerType [-ContainerTypeName] -OwningApplicationId [-ApplicationRedirectUrl ] [-TrialContainerType] [-IsPassThroughBilling] [-IsGovernableByAdmin ] [-WhatIf] [-Confirm] [] ``` -### ParamSet2 - -```powershell -New-SPOContainerType [-ContainerTypeName] [-OwningApplicationId] [-ApplicationRedirectUrl] [-IsPassThroughBilling] [-GovernableByAdmin] [] -``` - -### ParamSet3 - -```powershell -New-SPOContainerType [–TrialContainerType] [-ContainerTypeName] [-OwningApplicationId] [-ApplicationRedirectUrl] [-GovernableByAdmin] [] -``` ## DESCRIPTION @@ -91,7 +80,7 @@ Aliases: Applicable: SharePoint Online Required: True -Position: Named +Position: 0 Default value: None Accept pipeline input: False Accept wildcard characters: False @@ -102,8 +91,8 @@ Accept wildcard characters: False This parameter specifies the ID of the SharePoint Embedded application. ```yaml -Type: String -Parameter Sets: +Type: Guid +Parameter Sets: (All) Aliases: Applicable: SharePoint Online @@ -120,8 +109,8 @@ Accept wildcard characters: False This parameter is used to specify that the cmdlet is used to create a trial container type and thereby the billing profile need not be provided. ```yaml -Type: String -Parameter Sets: +Type: SwitchParameter +Parameter Sets: (All) Aliases: Applicable: SharePoint Online @@ -137,8 +126,8 @@ Accept wildcard characters: False This parameter is used to create a direct to customer billed container type. ```yaml -Type: String -Parameter Sets: +Type: SwitchParameter +Parameter Sets: (All) Aliases: Applicable: SharePoint Online @@ -151,17 +140,17 @@ Accept wildcard characters: False ### –GovernableByAdmin -Using `-GovernableByAdmin`, you can decide whether consuming tenant administrators of the application should be provided management capabilities on Microsoft-enabled administrator support, through SharePoint admin center and PowerShell. By default, the value is set to True. When set to False, the consuming tenant administrator can perform only read-only actions on containers of the container type, in both SharePoint admin center and PowerShell. +Using `-GovernableByAdmin`, you can decide whether consuming tenant administrators of the application should be provided management capabilities on Microsoft-enabled administrator support, through SharePoint admin center and PowerShell. When not passed, the value is set to Ture. When set to False, the consuming tenant administrator can perform only read-only actions on containers of the container type, in both SharePoint admin center and PowerShell. ```yaml Type: Boolean -Parameter Sets: +Parameter Sets: (All) Aliases: Applicable: SharePoint Online Required: False Position: Named -Default value: True +Default value: None Accept pipeline input: False Accept wildcard characters: False ``` From 2407681eff75587a66a8bc0318f2bd2edf38635d Mon Sep 17 00:00:00 2001 From: ShreyasSar26 <136049061+ShreyasSar26@users.noreply.github.com> Date: Tue, 22 Apr 2025 00:07:32 +0530 Subject: [PATCH 2/3] Update New-SPOContainerType.md --- .../sharepoint-online/New-SPOContainerType.md | 52 +++++++++++++------ 1 file changed, 36 insertions(+), 16 deletions(-) diff --git a/sharepoint/sharepoint-ps/sharepoint-online/New-SPOContainerType.md b/sharepoint/sharepoint-ps/sharepoint-online/New-SPOContainerType.md index d3793a9bd..91fae587a 100644 --- a/sharepoint/sharepoint-ps/sharepoint-online/New-SPOContainerType.md +++ b/sharepoint/sharepoint-ps/sharepoint-online/New-SPOContainerType.md @@ -18,8 +18,6 @@ This cmdlet creates a new container type of standard or trial status. The standa ## SYNTAX -### ParamSet1 - ```powershell New-SPOContainerType [-ContainerTypeName] -OwningApplicationId [-ApplicationRedirectUrl ] [-TrialContainerType] [-IsPassThroughBilling] [-IsGovernableByAdmin ] [-WhatIf] [-Confirm] [] ``` @@ -69,6 +67,23 @@ In Example 4, the cmdlet creates a standard container type, ContosoLegal that ha ## PARAMETERS +### -ApplicationRedirectUrl + +This parameter specifies the url of that the application should be redirected to. + +```yaml +Type: String +Parameter Sets: (All) +Aliases: +Applicable: SharePoint Online + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -ContainerTypeName This parameter names your container type for your SharePoint Embedded application. @@ -86,27 +101,26 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### -OwningApplicationId +### –GovernableByAdmin -This parameter specifies the ID of the SharePoint Embedded application. +Using `-GovernableByAdmin`, you can decide whether consuming tenant administrators of the application should be provided management capabilities on Microsoft-enabled administrator support, through SharePoint admin center and PowerShell. When not passed, the value is set to Ture. When set to False, the consuming tenant administrator can perform only read-only actions on containers of the container type, in both SharePoint admin center and PowerShell. ```yaml -Type: Guid +Type: Boolean Parameter Sets: (All) Aliases: Applicable: SharePoint Online -Required: True +Required: False Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False ``` +### –IsPassThroughBilling -### –TrialContainerType - -This parameter is used to specify that the cmdlet is used to create a trial container type and thereby the billing profile need not be provided. +This parameter is used to create a direct to customer billed container type. ```yaml Type: SwitchParameter @@ -121,29 +135,30 @@ Accept pipeline input: False Accept wildcard characters: False ``` -### –IsPassThroughBilling +### -OwningApplicationId -This parameter is used to create a direct to customer billed container type. +This parameter specifies the ID of the SharePoint Embedded application. ```yaml -Type: SwitchParameter +Type: Guid Parameter Sets: (All) Aliases: Applicable: SharePoint Online -Required: False +Required: True Position: Named Default value: None Accept pipeline input: False Accept wildcard characters: False ``` -### –GovernableByAdmin -Using `-GovernableByAdmin`, you can decide whether consuming tenant administrators of the application should be provided management capabilities on Microsoft-enabled administrator support, through SharePoint admin center and PowerShell. When not passed, the value is set to Ture. When set to False, the consuming tenant administrator can perform only read-only actions on containers of the container type, in both SharePoint admin center and PowerShell. +### –TrialContainerType + +This parameter is used to specify that the cmdlet is used to create a trial container type and thereby the billing profile need not be provided. ```yaml -Type: Boolean +Type: SwitchParameter Parameter Sets: (All) Aliases: Applicable: SharePoint Online @@ -155,6 +170,11 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### CommonParameters +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). + + + ## RELATED LINKS [Getting started with SharePoint Online Management Shell](/powershell/sharepoint/sharepoint-online/connect-sharepoint-online) From 35478fd9653f1edd8956560129f5658c2e49a7ae Mon Sep 17 00:00:00 2001 From: ShreyasSar26 <136049061+ShreyasSar26@users.noreply.github.com> Date: Tue, 22 Apr 2025 09:05:28 +0530 Subject: [PATCH 3/3] Update New-SPOContainerType.md --- .../sharepoint-ps/sharepoint-online/New-SPOContainerType.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sharepoint/sharepoint-ps/sharepoint-online/New-SPOContainerType.md b/sharepoint/sharepoint-ps/sharepoint-online/New-SPOContainerType.md index 91fae587a..576466b7f 100644 --- a/sharepoint/sharepoint-ps/sharepoint-online/New-SPOContainerType.md +++ b/sharepoint/sharepoint-ps/sharepoint-online/New-SPOContainerType.md @@ -103,7 +103,7 @@ Accept wildcard characters: False ### –GovernableByAdmin -Using `-GovernableByAdmin`, you can decide whether consuming tenant administrators of the application should be provided management capabilities on Microsoft-enabled administrator support, through SharePoint admin center and PowerShell. When not passed, the value is set to Ture. When set to False, the consuming tenant administrator can perform only read-only actions on containers of the container type, in both SharePoint admin center and PowerShell. +Using `-GovernableByAdmin`, you can decide whether consuming tenant administrators of the application should be provided management capabilities on Microsoft-enabled administrator support, through SharePoint admin center and PowerShell. When not passed, the value is set to True. When set to False, the consuming tenant administrator can perform only read-only actions on containers of the container type, in both SharePoint admin center and PowerShell. ```yaml Type: Boolean @@ -171,7 +171,7 @@ Accept wildcard characters: False ``` ### CommonParameters -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216). +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).