Set-CMApplicationCatalogWebsitePoint

Set-CMApplicationCatalogWebsitePoint

Changes the settings of an Application Catalog website point.

Syntax

Parameter Set: SetByName
Set-CMApplicationCatalogWebsitePoint -SiteCode <String> -SiteSystemServerName <String> [-ClientCommunicationType <ComputerCommunicationType> {HTTP | HTTPS} ] [-ClientConnectionType <ClientConnectionTypes> {Internet | InternetAndIntranet | Intranet} ] [-ColorBlue <Int32> ] [-ColorGreen <Int32> ] [-ColorRed <Int32> ] [-NetbiosName <String> ] [-OrganizationName <String> ] [-SiteSystemServerNameConfiguredForApplicationCatalogWebServicePoint <String> ] [-Confirm] [-WhatIf] [ <CommonParameters>]

Parameter Set: SetByValue
Set-CMApplicationCatalogWebsitePoint -InputObject <IResultObject> [-ClientCommunicationType <ComputerCommunicationType> {HTTP | HTTPS} ] [-ClientConnectionType <ClientConnectionTypes> {Internet | InternetAndIntranet | Intranet} ] [-ColorBlue <Int32> ] [-ColorGreen <Int32> ] [-ColorRed <Int32> ] [-NetbiosName <String> ] [-OrganizationName <String> ] [-SiteSystemServerNameConfiguredForApplicationCatalogWebServicePoint <String> ] [-Confirm] [-WhatIf] [ <CommonParameters>]

Detailed Description

The Set-CMApplicationCatalogWebsitePoint cmdlet changes the settings of an Application Catalog website point in Microsoft System Center 2012 Configuration Manager. This site system role supports the Application Catalog website.

Specify the site that this website point supports and the server that hosts the website point. You can specify the website name and NetBIOS name of the Application Catalog.

You can customize the page that users see when they connect to the Application Catalog. Specify custom values for the colors blue, green, and red. You can also specify a name for users to see in the browser, such as a company name or a division within a company.

Parameters

-ClientCommunicationType<ComputerCommunicationType>

Specifies the client communication type. Valid values for this parameter are:

-- HTTP
-- HTTPS

Specify HTTPS to connect by using the more secure setting and to determine whether clients connect from the Internet. This option requires a PKI certificate on the server for server authentication to clients and for encryption of data over Secure Socket Layer (SSL).

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-ClientConnectionType<ClientConnectionTypes>

Specifies the client connection type. Valid values for this parameter are:

-- Internet
-- InternetAndIntranet
-- Intranet

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-ColorBlue<Int32>

Specifies an integer value for a custom blue color. Configuration Manager uses custom colors to conform to customer branding.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-ColorGreen<Int32>

Specifies an integer value for a custom green color. Configuration Manager uses custom colors to conform to customer branding.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-ColorRed<Int32>

Specifies an integer value for a custom red color. Configuration Manager uses custom colors to conform to customer branding.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-InputObject<IResultObject>

Specifies an Application Catalog website point object. To obtain Application Catalog website point object, use the Get-CMApplicationCatalogWebsitePoint cmdlet.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-NetbiosName<String>

Specifies the NetBIOS name of the server that hosts the Application Catalog website point.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-OrganizationName<String>

Specifies a name for a customer organization. This name appears to users who access the Application Catalog.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-SiteCode<String>

Specifies the site code for a Configuration Manager site.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-SiteSystemServerName<String>

Specifies the name of a server that hosts a site system role.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-SiteSystemServerNameConfiguredForApplicationCatalogWebServicePoint<String>

Specifies the name of a server that hosts the site system role for the Application Catalog web service point.

The Application Catalog web service point is a site system role that provides information about available software from the Software Library to the Application Catalog website.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-Confirm

Prompts you for confirmation before running the cmdlet.

Required?

false

Position?

named

Default Value

false

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Required?

false

Position?

named

Default Value

false

Accept Pipeline Input?

false

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

Examples

Example 1: Change the settings of an Application Catalog website point

This command changes the settings of the Application Catalog website point hosted on the site system server named CMDIV-WEST04.CORP.CONTOSO.COM. The command specifies that the NetBIOS server named CMDIV-WEST02 hosts the Application Catalog website point. The command specifies that Configuration Manager displays the organization name MarketingWest in the Software Center, and sets the custom colors for the Software Center.

PS C:\> Set-CMApplicationCatalogWebsitePoint -SiteSystemServerName "CMDIV-WEST04.CORP.CONTOSO.COM" -SiteCode "CM4" -NetbiosName "CMDIV-WEST02" -OrganizationName "MarketingWest" -ColorRed 168 -ColorGreen 201 -ColorBlue 52

Example 2: Change the settings of an Application Catalog website point by using an object variable

This example changes the settings of an Application Catalog website point.

The first command uses the Get-CMApplicationCatalogWebsitePoint cmdlet to get the Application Catalog website point that is associated with the site system server named CMDIV-WEST04.CORP.CONTOSO.COM that is hosted on the Configuration Manager site that has the site code CM4. The command stores the result in the $Acwp variable.

The second command changes the settings of the Application Catalog website point stored in $Acwp. The command specifies that the NetBIOS server named CMDIV-WEST02 hosts the Application Catalog website point. The command specifies that Configuration Manager displays the organization name MarketingWest in the Software Center, and sets the custom colors for the Software Center.

PS C:\> $Acwp= Get-CMApplicationCatalogWebsitePoint -SiteSystemServerName "CMDIV-WEST04.CORP.CONTOSO.COM" -SiteCode "CM4" 
PS C:\> Set-CMApplicationCatalogWebsitePoint -InputObject $Acwp -NetbiosName "CMDIV-WEST02" -OrganizationName "MarketingWest" -ColorR 160 -ColorG 200 -ColorB 50

Get-CMApplicationCatalogWebsitePoint

Add-CMApplicationCatalogWebsitePoint

Remove-CMApplicationCatalogWebSitePoint

Get-CMApplicationCatalogWebServicePoint