Get-VBRApplicationBackupJobSession
Short Description
Returns job sessions.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
Default (Default)Get-VBRApplicationBackupJobSession [<CommonParameters>]
-
IdGet-VBRApplicationBackupJobSession [-Id <Guid[]>] [<CommonParameters>]
-
NameGet-VBRApplicationBackupJobSession [-Name <String[]>] [<CommonParameters>]
Detailed Description
This cmdlet returns job sessions of application backup policies that are managed by Veeam Backup & Replication.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Id |
Specifies an array of IDs for application policy sessions. The cmdlet will return the sessions with these IDs. |
|
False |
Named |
False |
|
Name |
Specifies an array of names for application policy sessions. The cmdlet will return 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
This cmdlet returns the VBRSession object that contains settings of sessions that are running by application backup policies.
Examples
Example 1. Getting Application Policy Sessions by Name
|
This command returns the
|
Example 2. Getting Application Policy Sessions by ID
|
This command returns the
|