Start-VBREncryptionAnalysis
Short Description
Starts an analysis of an encrypted data malware event.
Applies to
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
Start-VBREncryptionAnalysis [-EventId] <Guid> -FolderPath <String> [<CommonParameters>] |
Detailed Description
This cmdlet starts an analysis session for an encrypted data malware event. The cmdlet returns a VBREncryptionAnalysis object that exposes the session ID and current session state.
After the analysis session completes, Veeam Backup & Replication downloads a logs archive to the folder that you specify. The archive has the following name format: encryption-analysis-<sessionId>.zip.
Parameters
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
EventId |
Specifies the ID of a encrypted data malware event. The cmdlet will analyze this event. |
Guid |
True |
0 |
True (ByPropertyName, ByValue) |
FolderPath |
Specifies a local absolute path to a folder. The cmdlet will save the logs archive of the encryption analysis to this folder. If the folder does not exist, the cmdlet will create it. |
String |
True |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Example 1. Starting Analysis by Event ID
|
This example shows how to start an analysis for an encrypted data malware event by its ID.
Perform the following steps:
|
Example 2. Starting Analysis for Malware Detection Event
|
This example shows how to start an analysis for a malware detection event returned by Get-VBRMalwareDetectionEvent.
Perform the following steps:
The Get-VBRMalwareDetectionEvent cmdlet will return an array of events. Mind the ordinal number of the event (in this example, it is the first event in the array). |
Related Commands