New-CMSoftwareCenterTabItem

Create a custom Software Center tab.

Syntax

New-CMSoftwareCenterTabItem
   -Name <String>
   -Url <Uri>
   [-DisableWildcardHandling]
   [-ForceWildcardHandling]
   [<CommonParameters>]

Description

Use this cmdlet to create a custom Software Center tab.

For more information, see Plan for Software Center.

Note

Run Configuration Manager cmdlets from the Configuration Manager site drive, for example PS XYZ:\>. For more information, see getting started.

Examples

Example 1: Create a helpdesk tab

This example creates a new Software Center tab named Helpdesk that opens the helpdesk website.

New-CMSoftwareCenterTabItem -Name "Helpdesk" -Url https://helpdesk.contoso.com

Parameters

-DisableWildcardHandling

This parameter treats wildcard characters as literal character values. You can't combine it with ForceWildcardHandling.

Type:SwitchParameter
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-ForceWildcardHandling

This parameter processes wildcard characters and may lead to unexpected behavior (not recommended). You can't combine it with DisableWildcardHandling.

Type:SwitchParameter
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Name

Specify the name of the custom tab, which displays in the Software Center menu.

Type:String
Aliases:CustomTabName
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-Url

Specify the URL for Software Center to display when a user selects this tab.

Type:Uri
Aliases:CustomTabUrl
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

Inputs

None

Outputs

System.Object