Stop-PASDiscoveryScan

Stop-PASDiscoveryScan

SYNOPSIS

Stops an existing discovery scan that is configured in the Vault.

SYNTAX

Stop-PASDiscoveryScan [-taskId] <String> [-WhatIf] [-Confirm] [<CommonParameters>]

DESCRIPTION

Stops an existing discovery scan that is configured in the Vault.

Requires CyberArk Self-Hosted version 12.2 or higher.

EXAMPLES

Example 1

Stop-PASDiscoveryScan -taskId 12345

Stops the discovery scan with the specified task ID.

Example 2

Stop-PASDiscoveryScan -taskId 12345 -WhatIf

Shows what would happen if the discovery scan was stopped, without actually stopping it.

PARAMETERS

-taskId

The unique ID of the discovery scan to stop.

Type: String
Parameter Sets: (All)
Aliases: id

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

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: wi

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Confirm

Prompts you for confirmation before running the cmdlet.

Type: SwitchParameter
Parameter Sets: (All)
Aliases: cf

Required: False
Position: Named
Default value: None
Accept pipeline input: False
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

System.String

You can pipe objects with a taskId or id property to this command.

OUTPUTS

None

NOTES

Requires CyberArk Self-Hosted version 12.2 or higher.

Stop-PASDiscoveryScan