Get-VBREPPermission
Short Description
Returns user access permissions for backup repositories for Veeam Agent or Veeam Plug-in operating in the standalone mode.
Syntax
Get-VBREPPermission -Repository <CBackupRepository> [<CommonParameters>] |
Detailed Description
This cmdlet returns user access permissions for a backup repository that is used as a target by Veeam Agent or Veeam Plug-in operating in the standalone mode.
Parameters
Parameter | Description | Type | Required | Position | Accept |
---|---|---|---|---|---|
Repository | Specifies the backup repository. The cmdlet will return the permissions for these repositories. | Accepts string (repository name) or the CBackupRepository object. To get this object, run the Get-VBRBackupRepository cmdlet. | True | Named | True (ByValue, |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
Examples
Example 1. Getting Repository Permissions [Using Variable]
This example shows how to get the repository permissions using a variable.
Perform the following steps:
|
Example 2. Getting Repository Permissions [Using Pipeline]
This example shows how to get the repository permissions using a pipeline.
Perform the following steps:
|
Related Commands