Get-VBRPluginBackupSession
Short Description
Returns sessions of application backup policies and backup jobs for standalone Veeam Plug-ins.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
AllParameterSets (Default)Get-VBRPluginBackupSession [-MaxResults <Int32>] [<CommonParameters>]
-
NameGet-VBRPluginBackupSession [-Name <String[]>] [-MaxResults <Int32>] [<CommonParameters>]
-
IdGet-VBRPluginBackupSession [-Id <Guid[]>] [-MaxResults <Int32>] [<CommonParameters>]
Detailed Description
This cmdlet returns sessions of application backup policies and backup jobs for standalone Veeam Plug-ins.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Id |
Specifies the array of IDs. The cmdlet will return the sessions with these IDs. |
|
False |
Named |
False |
|
MaxResults |
Specifies a number of returned sessions. Default: 500 sessions.
Note: If the |
|
False |
Named |
False |
|
Name |
Specifies the array of names. The cmdlet will return the sessions with these names. |
|
False |
Named |
False |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Example 1. Getting all Sessions
|
This command returns all sessions of application backup policies and backup jobs for standalone Veeam Plug-ins.
|
Example 2. Getting Sessions by Name
|
This command returns the
|
Example 3. Getting Sessions by ID
|
This command returns the
|