Get-CMSoftwareUpdateBasedClientInstallation

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Get-CMSoftwareUpdateBasedClientInstallation

Gets a client installation on a Configuration Manager software update point.

Syntax

Parameter Set: SearchByNameMandatory
Get-CMSoftwareUpdateBasedClientInstallation -SiteSystemName <String[]> [ <CommonParameters>]

Parameter Set: SearchBySiteCodeMandatory
Get-CMSoftwareUpdateBasedClientInstallation -SiteCode <String[]> [-SiteSystemName <String[]> ] [ <CommonParameters>]

Detailed Description

The Get-CMSoftwareUpdateBasedClientInstallation cmdlet gets a client installation hosted on a software update point for Microsoft System Center 2012 Configuration Manager.

System Center 2012 Configuration Manager publishes the System Center 2012 Configuration Manager client to a software update point. This site system role can install the client on computers that do not already have it or upgrade existing clients.

To use software update point based installation, you must use the same Windows Server Update Services (WSUS) server for both client installation and software updates. This server must be the active software update point in a primary site.

Parameters

-SiteCode<String[]>

Specifies an array of site codes for Configuration Manager sites.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-SiteSystemName<String[]>

Specifies an array of names of servers that host a software update point role.

Aliases

Name

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters.

Examples

Example 1: Get a client installation

This command gets the client installation for the site that has the site code CM1.

PS C:\> Get-CMSoftwareUpdateBasedClientInstallation -SiteCode "CM1"