-
Notifications
You must be signed in to change notification settings - Fork 6
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
Trigger a scan on Endpoints in Sophos Central
Invoke-SophosCentralEndpointScan [-EndpointID] <String[]> [<CommonParameters>]
Trigger a scan on Endpoints in Sophos Central
Invoke-SophosCentralEndpointScan -EndpointID "6d41e78e-0360-4de3-8669-bb7b797ee515"
Invoke-SophosCentralEndpointScan -EndpointID (Get-SophosCentralEndpoint).ID
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
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
https://developer.sophos.com/docs/endpoint-v1/1/routes/endpoints/%7BendpointId%7D/scans/post