TestimoX

API Reference

Command

Test-CxWindowsUpdateLowPrivilegeAccess

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

Implements the Test-CxWindowsUpdateLowPrivilegeAccess cmdlet.

Examples

Authored help example

Example 1


Test-CxWindowsUpdateLowPrivilegeAccess -ComputerName DC01 -RequireEventTelemetry
        

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

Test-CxWindowsUpdateLowPrivilegeAccess [-ComputerName <string[]>] [-EventLookbackDays <int>] [-QueryTimeoutSeconds <int>] [-RequireEventTelemetry] [-SkipEventTelemetry] [<CommonParameters>]
#

Parameters

ComputerName string[] optionalposition: 0pipeline: true (ByValue, ByPropertyName)aliases: ServerName
Target computer(s). Use '.' for local computer or provide DNS names.
EventLookbackDays int optionalposition: namedpipeline: false
Event log lookback window in days.
QueryTimeoutSeconds int optionalposition: namedpipeline: false
Per-query event log timeout in seconds.
RequireEventTelemetry SwitchParameter optionalposition: namedpipeline: false
Requires event telemetry read capability for a ready assessment.
SkipEventTelemetry SwitchParameter optionalposition: namedpipeline: false
Disables event log telemetry collection for this preflight run.

Outputs

ComputerX.Updates.WindowsUpdateLowPrivilegeAccessAssessment