New-CMThirdPartyUpdateCatalog

Create a new third-party software updates catalog.

Syntax

New-CMThirdPartyUpdateCatalog
   [-Description] <String>
   [-DownloadUrl] <Uri>
   [-Name] <String>
   [-PublisherName] <String>
   [[-SupportContact] <String>]
   [[-SupportUrl] <Uri>]
   [-DisableWildcardHandling]
   [-ForceWildcardHandling]
   [<CommonParameters>]

Description

Use this cmdlet to create a new third-party updates catalog. For more information, see Enable third-party software updates.

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 third-party update catalog

New-CMThirdPartyUpdateCatalog -DownloadUrl $downloadUrl -PublisherName $publisher -Name $name -Description $description -SupportUrl $supportUrl -SupportContact $supportContact

Parameters

-Description

Specify a description for the third-party update catalog. The maximum length is 200 characters.

Type:String
Position:3
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-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

-DownloadUrl

Specify a valid HTTPS URL for the site to download the third-party update catalog.

Type:Uri
Position:0
Default value:None
Required:True
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 a name for the third-party update catalog. The maximum length is 200 characters.

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

-PublisherName

Specify the publisher name of the third-party update catalog. The maximum length is 200 characters.

Type:String
Position:1
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-SupportContact

Specify the support contact for the third-party update catalog.

Type:String
Position:5
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-SupportUrl

Specify the support URL for the third-party update catalog.

Type:Uri
Position:4
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Inputs

None

Outputs

IResultObject

Notes

This cmdlet returns the SMS_ISVCatalogs WMI class object.