Get-CMSoftwareUpdatePoint

Get-CMSoftwareUpdatePoint

Gets a Configuration Manager software update point.

Syntax

Parameter Set: SearchByName
Get-CMSoftwareUpdatePoint [-SiteCode <String> ] [-SiteSystemServerName <String> ] [ <CommonParameters>]

Detailed Description

The Get-CMSoftwareUpdatePoint cmdlet gets a software update point site system role for Microsoft System Center 2012 SP1 Configuration Manager.

A software update point is a site server role that hosts software updates. System Center 2012 Configuration Manager clients connect to a software update point to get available updates. The software update point interacts with Windows Server Update Services (WSUS) to configure update settings, request synchronization to the update source, and to synchronize software updates from the WSUS database.

You can specify a software update point by site code or by the name of the computer that hosts the site system role.

Parameters

-SiteCode<String>

Specifies a site code for a Configuration Manager site.

Aliases

none

Required?

false

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByPropertyName)

Accept Wildcard Characters?

false

-SiteSystemServerName<String>

Specifies the name of a computer that hosts the software update point site system role.

Aliases

none

Required?

false

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: Get a software update point

The command gets a software update point that UpdateSystem.Western.Contoso.com hosts.

PS C:\> Get-CMSoftwareUpdatePoint -SiteSystemServerName "UpdateSystem.Western.Contoso.com" 

Add-CMSoftwareUpdatePoint

Remove-CMSoftwareUpdatePoint

Set-CMSoftwareUpdatePoint