Get-SCUpdateServer

Gets the Windows Server Update Services computer that has been added to VMM.

Description

The Get-SCUpdateServer cmdlet gets the Microsoft Windows Server Update Services (WSUS) computer that has been added to System Center Virtual Machine Manager (VMM).

For more information about adding an update server to VMM, type: "Get-Help Add-SCUpdateServer".

For more information about Get-SCUpdateServer, type: "Get-Help Get-SCUpdateServer -online".

Parameters

ID

Required? false
Accept Pipeline Input? false
Position? named
Specifies the numerical identifier (as a globally unique identifier, or GUID) for a specific object.

VMMServer

Required? false
Accept Pipeline Input? true (ByValue)
Position? named
Specifies a VMM server object.

ComputerName

Required? false
Accept Pipeline Input? false
Position? named
Specifies the name of a computer that VMM can uniquely identify on your network. Valid formats are: FQDN, IPv4 or IPv6 address, or NetBIOS name.

NOTE: See the examples for a specific cmdlet to determine how that cmdlet specifies the computer name.

VMMServer

Required? false
Accept Pipeline Input? true (ByValue)
Position? named
Specifies a VMM server object.

Examples

1: Get the update server.
PS C:\> $UpdateServer = Get-SCUpdateServer -ComputerName "WSUSComputer01"
This command gets the update server object named WSUSComputer01 and stores the object in the $UpdateServer variable.

See Also