TestimoX

API Reference

Command

Get-CxWindowsUpdateService

Namespace ComputerX.PowerShell
Inputs
System.String[]
Outputs
ComputerX.Updates.WindowsUpdateServiceInfo

Implements the Get-CxWindowsUpdateService cmdlet.

Examples

Authored help example

Example 1


Get-CxWindowsUpdateService
        

Example 2


Get-CxWindowsUpdateService -ComputerName DC01
        

Common Parameters

This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.

For more information, see about_CommonParameters.

Syntax

Get-CxWindowsUpdateService [-ComputerName <string[]>] [-IsDefaultAutomaticUpdatesService <bool>] [-IsManaged <bool>] [-IsRegisteredWithAutomaticUpdates <bool>] [-Name <string>] [-OffersWindowsUpdates <bool>] [-ServiceId <string>] [<CommonParameters>]
#

Parameters

ComputerName string[] optionalposition: 0pipeline: true (ByValue, ByPropertyName)aliases: ServerName
Target computer(s). Use '.' for local computer or provide DNS names.
IsDefaultAutomaticUpdatesService bool optionalposition: namedpipeline: false
Optional default Automatic Updates service filter.
IsManaged bool optionalposition: namedpipeline: false
Optional managed-state filter.
IsRegisteredWithAutomaticUpdates bool optionalposition: namedpipeline: false
Optional Automatic Updates registration filter.
Name string optionalposition: namedpipeline: false
Optional service display name filter.
OffersWindowsUpdates bool optionalposition: namedpipeline: false
Optional offers-Windows-updates filter.
ServiceId string optionalposition: namedpipeline: false
Optional service identifier filter.

Outputs

ComputerX.Updates.WindowsUpdateServiceInfo