Get-VBRPluginBackupSession
Short Description
Returns application backup policy sessions.
Applies to
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides parameter sets that allow you to:
- Get all application backup policy sessions.
Get-VBRPluginBackupSession [<CommonParameters>] |
- Get an array of application backup policy sessions by the session name.
Get-VBRPluginBackupSession [-Name <string[]>] [<CommonParameters>] |
- Get an array of application backup policy sessions by the session ID.
Get-VBRPluginBackupSession [-Id <guid[]>] [<CommonParameters>] |
Detailed Description
This cmdlet returns application backup policy sessions.
Parameters
Parameter | Description | Type | Required | Position | Accept Pipeline Input |
---|---|---|---|---|---|
Name | Specifies the array of application backup policy names. The cmdlet will return the sessions with these names. | String[] | False | Named | False |
Id | Specifies the array of application backup policy IDs. The cmdlet will return the sessions with these IDs. | Guid[] | False | Named | False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.
Output Object
Examples
Example 1. Getting all Application Backup Policy Sessions
This command returns all application backup policy sessions.
|
Example 2. Getting Application Backup Policy Sessions by Name
This command returns the Oracle RMAN backup application backup policy session.
|
Example 3. Getting Application Backup Policy Sessions by Id
This command returns the 483699a2-3fa2-45ed-86cb-230b9009b29d application backup policy session.
|