Skip to content

Invoke SophosCentralEndpointScan

simon-r-watson edited this page Sep 16, 2022 · 4 revisions

external help file: SophosCentral-help.xml Module Name: SophosCentral online version: https://developer.sophos.com/docs/endpoint-v1/1/routes/endpoints/%7BendpointId%7D/scans/post schema: 2.0.0

Invoke-SophosCentralEndpointScan

SYNOPSIS

Trigger a scan on Endpoints in Sophos Central

SYNTAX

Invoke-SophosCentralEndpointScan [-EndpointID] <String[]> [<CommonParameters>]

DESCRIPTION

Trigger a scan on Endpoints in Sophos Central

EXAMPLES

EXAMPLE 1

Invoke-SophosCentralEndpointScan -EndpointID "6d41e78e-0360-4de3-8669-bb7b797ee515"

EXAMPLE 2

Invoke-SophosCentralEndpointScan -EndpointID (Get-SophosCentralEndpoint).ID

PARAMETERS

-EndpointID

The ID of the Endpoint. Use Get-SophosCentralEndpoints to list them

Type: String[]
Parameter Sets: (All)
Aliases: ID

Required: True
Position: 1
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

RELATED LINKS

https://developer.sophos.com/docs/endpoint-v1/1/routes/endpoints/%7BendpointId%7D/scans/post