API Reference
Command
Get-CxWindowsUpdateSettings
Implements the Get-CxWindowsUpdateSettings cmdlet.
Examples
Example 1
Get-CxWindowsUpdateSettings
Example 2
Get-CxWindowsUpdateSettings -ComputerName localhost
Example 3
Get-CxWindowsUpdateSettings -ComputerName AD1.ad.evotec.xyz -OpenTimeoutSeconds 8 -OperationTimeoutSeconds 15
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-CxWindowsUpdateSettings [-ComputerName <string[]>] [-Authentication <Default>] [-ConfigurationName <string>] [-Credential <PSCredential>] [-IdleTimeoutSeconds <int>] [-IncludePortInSpn] [-IncludeTransportDiagnostics] [-NoMachineProfile] [-OpenTimeoutSeconds <int>] [-OperationTimeoutSeconds <int>] [-Port <int>] [-UseSsl] [<CommonParameters>]#Parameters
- ComputerName string[]
- Target computer(s). Only the local computer is supported by the WUA settings API.
- Authentication AuthenticationMechanism
- Optional authentication mechanism for remote WUA settings collection. Possible values: Default, Basic, Negotiate, NegotiateWithImplicitCredential, Credssp, Digest, Kerberos
- Possible values:
Default,Basic,Negotiate,NegotiateWithImplicitCredential,Credssp,Digest,Kerberos - ConfigurationName string
- Optional PowerShell endpoint configuration name for remote WUA settings collection.
- Credential PSCredential
- Optional alternate credential for remote WUA settings collection.
- IdleTimeoutSeconds int
- Optional remote session idle timeout in seconds for remote WUA settings collection.
- IncludePortInSpn SwitchParameter
- Includes the port in the WinRM service principal name.
- IncludeTransportDiagnostics SwitchParameter
- Includes shared WinRM transport diagnostics for remote collection.
- NoMachineProfile SwitchParameter
- Requests a WinRM session without loading the remote machine profile.
- OpenTimeoutSeconds int
- Optional remote session open timeout in seconds for remote WUA settings collection.
- OperationTimeoutSeconds int
- Optional remote operation timeout in seconds for remote WUA settings collection.
- Port int
- Optional WinRM port override for remote WUA settings collection.
- UseSsl SwitchParameter
- Uses HTTPS when invoking remote WUA settings collection.
Outputs
ComputerX.Updates.WindowsUpdateSettings