Get-VBREntraIDLogsBackupFLRItem
Short Description
Returns backed-up objects created by a log backup job.
Applies to
Product Edition: Enterprise Plus, Veeam Universal License
Syntax
|
Get-VBREntraIdLogsBackupFLRItem -Session <VBRUnstructuredBackupFLRSession> [-Name <String>] [-Folder <VBRUnstructuredBackupFLRFolder>] [-Recurse] [<CommonParameters>] |
Detailed Description
This cmdlet returns an array of backed-up objects created by a log backup job. These objects contain settings of log files and folders backed up by a log backup job.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept |
|---|---|---|---|---|---|
|
Session |
Specifies a restore session. The cmdlet will return backed-up objects within this restore session. |
Accepts the VBRUnstructuredBackupFLRSession object. To create this object, run the Start-VBREntraIDLogsBackupFLRSession cmdlet. |
True |
Named |
True (ByPropertyName, ByValue) |
|
Name |
Specifies a name of the backed-up object. The cmdlet will return folders and files with the specified name. Note: By default, the cmdlet returns up to 10,000 records (folders and files). You can change the default value with a registry key. For more information, contact Veeam Customer Support. |
String |
False |
Named |
False |
|
Folder |
Specifies a backed-up folder. The cmdlet will return objects that are added to this folder. |
Accepts the VBRUnstructuredBackupFLRFolder object. To get this object, run the Get-VBREntraIDLogsBackupFLRItem cmdlet. |
False |
Named |
False |
|
Recurse |
Defines that the cmdlet will look for objects that are added to backed-up child folders. If you provide this parameter, the cmdlet will return an array of all objects that are added to backed-up child folders. Otherwise, the cmdlet will return an array of objects that are added to the parent folder. |
SwitchParameter |
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
The cmdlet returns the array of VBRUnstructuredBackupFLRItem objects that contain settings of log files and folders backed up by the log backup job.
Examples
Example 1. Getting First-Level Log Folders
|
This example shows how to get first-level log folders.
Perform the following steps:
The Get-VBREntraIDLogsBackup cmdlet will return an array of backups. Mind the ordinal number of the necessary backup, for arrays it starts with 0. In our example, it is the first backup in the array.
|
Example 2. Getting All Backed-Up Log Files and Folders
|
This example shows how to get all backed-up log files and folders.
Perform the following steps:
The Get-VBREntraIDLogsBackup cmdlet will return an array of backups. Mind the ordinal number of the necessary backup, for arrays it starts with 0. In our example, it is the first backup in the array.
|
Example 3. Getting Specific Files
|
This example shows how to get audit and sign-in log files whose names start with 2024-11-01T10.
Perform the following steps:
The Get-VBREntraIDLogsBackup cmdlet will return an array of backups. Mind the ordinal number of the necessary backup, for arrays it starts with 0. In our example, it is the first backup in the array.
|
Example 4. Getting Logs from Specific Folder
|
This example shows how to get all files that are located in the the Audit Logs folder. The Audit Logs folder is located in the November 2024 folder.
Perform the following steps:
The Get-VBREntraIDLogsBackup cmdlet will return an array of backups. Mind the ordinal number of the necessary backup, for arrays it starts with 0. In our example, it is the first backup in the array.
|
Related Commands