Get-VBRExportLogSession
Short Description
Returns details on sessions that were started to collect system logs.
Applies to
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
Get-VBRExportLogSession [-Session <VBRExportLogSession>] [<CommonParameters>] |
Detailed Description
This cmdlet returns details on sessions that were started to collect system logs. Run the Export-VBRLogs cmdlet to collect system logs.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input |
---|---|---|---|---|---|
Session | Specifies a session that was started to collect system logs. The cmdlet will return details on this session. | Accepts the VBRExportLogSession object. To create this object, run the Export-VBRLogs cmdlet. | False | Named | True (ByValue, ByPropertyName) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
The cmdlet returns the VBRExportLogSession object that contains details on the sessions that were started to collect system logs.
Examples
Example 1. Getting Details on all Sessions Started to Collect System Logs
This command returns details on all sessions that were started to collect system logs. The cmdlet output will contain the following details on these sessions: Log, CreationTime, EndTime, JobId, Result, State and Id.
|
Example 2. Getting Details on Specific Session Started to Collect System Logs
This example shows how to get details on the session that was started to collect system logs for the R01 replica job.
Perform the following steps:
The cmdlet output will contain the following details on these sessions: Log, CreationTime, EndTime, JobId, Result, State and Id. |
Related Commands