Get-CMSoftwareUpdatePointComponent

Get-CMSoftwareUpdatePointComponent

Retrieves a software update point component in Configuration Manager.

Syntax

Parameter Set: SearchByNameMandatory
Get-CMSoftwareUpdatePointComponent -SiteSystemServerName <String[]> [ <CommonParameters>]

Parameter Set: SearchBySiteCodeMandatory
Get-CMSoftwareUpdatePointComponent -SiteCode <String> [-SiteSystemServerName <String[]> ] [ <CommonParameters>]

Detailed Description

The Get-CMSoftwareUpdatePointComponent cmdlet retrieves a software update point component. A software update point component interacts with WSUS services to configure update settings, request synchronization to the upstream update source, and synchronize updates from the WSUS database to the site server database on the central site.

Parameters

-SiteCode<String>

Specifies a site code in Configuration Manager.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-SiteSystemServerName<String[]>

Specifies an array of names of site system servers in Configuration Manager.

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 (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: Retrieve a software update point component by name

This command retrieves a software update point component by using the site system server name.

PS C:\> Get-CMSoftwareUpdatePointComponent -SiteSystemServerName "Contoso-SiteSysSrv.Western.Contoso.com"

Example 2: Retrieve a software update point component by site code

This command retrieves a software update point component by using the site code.

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

Set-CMSoftwareUpdatePointComponent