TestimoX

API Reference

Command

Get-CxWindowsUpdateTelemetry

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

Implements the Get-CxWindowsUpdateTelemetry cmdlet.

Examples

Authored help example

Example 1


Get-CxWindowsUpdateTelemetry -ComputerName DC01 -EventLookbackDays 14
        

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-CxWindowsUpdateTelemetry [-ComputerName <string[]>] [-DetectStaleDownHours <int>] [-DetectStaleWarningHours <int>] [-EventLookbackDays <int>] [-QueryTimeoutSeconds <int>] [-SkipEventTelemetry] [<CommonParameters>]
#

Parameters

ComputerName string[] optionalposition: 0pipeline: true (ByValue, ByPropertyName)aliases: ServerName
Target computer(s). Use '.' for local computer or provide DNS names.
DetectStaleDownHours int optionalposition: namedpipeline: false
Detection freshness critical threshold in hours. Set to 0 to disable critical stale detection.
DetectStaleWarningHours int optionalposition: namedpipeline: false
Detection freshness warning threshold in hours. Set to 0 to disable warning-level stale detection.
EventLookbackDays int optionalposition: namedpipeline: false
Event log lookback window in days.
QueryTimeoutSeconds int optionalposition: namedpipeline: false
Per-query event log timeout in seconds.
SkipEventTelemetry SwitchParameter optionalposition: namedpipeline: false
Disables event log telemetry collection (startup/shutdown/update events).

Outputs

ComputerX.Updates.WindowsUpdateTelemetry