Start-VBREncryptionAnalysis
Short Description
Starts an analysis of an encrypted data malware event.
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 an encrypted data malware event. The cmdlet will analyze this event. |
|
True |
0 |
True (ByPropertyName, ByValue) |
|
FolderPath |
Specifies a local absolute path to a folder. The cmdlet will save the logs archive of the analysis to this folder. If the folder does not exist, the cmdlet will create it. |
|
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.
Run the
|
Example 2. Starting Analysis for Malware Detection Event
|
This example shows how to start an analysis for a malware detection event returned by
Perform the following steps:
|
Related Commands
Get-VBRMalwareDetectionEventReturns malware detection events for machines.