Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

New-CMThirdPartyUpdateCatalog

Create a new third-party software updates catalog.

Syntax

Default (Default)

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.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-DisableWildcardHandling

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

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-DownloadUrl

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

Parameter properties

Type:Uri
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-ForceWildcardHandling

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

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-Name

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

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False
Aliases:CatalogName

Parameter sets

-PublisherName

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

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-SupportContact

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

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-SupportUrl

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

Parameter properties

Type:Uri
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

None

Outputs

IResultObject

Notes

This cmdlet returns the SMS_ISVCatalogs WMI class object.

Related Links


Feedback

Was this page helpful?