TestimoX

API Reference

Command

Start-CxDefenderScan

Namespace ComputerX.PowerShell

Implements the Start-CxDefenderScan cmdlet.

Examples

Authored help example

Example 1


Start-CxDefenderScan -ComputerName SERVER1
        

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

Start-CxDefenderScan [-Type <Quick|Full>] [-ComputerName <string>] [<CommonParameters>]
#

Parameters

Type DefenderScanType optionalposition: 0pipeline: falsevalues: 2
Executes the cmdlet processing logic (ProcessRecord). Invoked by the PowerShell runtime; not intended to be called directly. Possible values: Quick, Full
Possible values: Quick, Full
ComputerName string optionalposition: 1pipeline: false
Target computer(s). Use '.' for local computer or provide DNS names.