Get-VBRUnstructuredServer
Short Description
Returns unstructured data sources added to the inventory.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
AllParameterSets (Default)Get-VBRUnstructuredServer [<CommonParameters>]
-
NameGet-VBRUnstructuredServer -Name <String[]> [<CommonParameters>]
-
IdGet-VBRUnstructuredServer -Id <Guid[]> [<CommonParameters>]
-
SANEntityGet-VBRUnstructuredServer -SANEntity <VBRSANEntity[]> [<CommonParameters>]
-
BackupGet-VBRUnstructuredServer [-Backup <VBRUnstructuredBackup>] [<CommonParameters>]
Detailed Description
This cmdlet returns an array of unstructured data sources added to the inventory. You can get the following unstructured data sources:
- File servers
- File shares
- Object storage
Important |
|
By default, the |
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Backup |
Specifies a backup. The cmdlet will return an array of unstructured data sources protected with this backup.
Accepts the |
False |
Named |
False |
|
|
Id |
Specifies an ID of a unstructured data sources. The cmdlet will return an array of unstructured data sources with the specified ID. |
|
True |
Named |
False |
|
Name |
Specifies a name of unstructured data sources. The cmdlet will return an array of unstructured data sources with the specified name. |
|
True |
Named |
False |
|
SANEntity |
Specifies a name of an enterprise NAS system. The cmdlet will return an array of file shares residing on this NAS system.
Accepts the |
|
True |
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 Unstructured Data Sources Added to Inventory
|
This cmdlet returns all unstructured data sources added to the inventory.
|
Example 2. Getting Unstructured Data Sources by Name
|
This cmdlet returns the
|
Example 3. Getting Unstructured Data Sources by ID
|
This cmdlet returns the
|
Example 4. Getting Enterprise NAS Systems
|
This example shows how to get the
Perform the following steps:
|
Example 5. Getting Unstructured Data Protected With Backups
|
This example shows how to get unstructured data protected with backups.
Perform the following steps:
|
Related Commands
Get-VBRUnstructuredBackupReturns backup files created by file backup jobs and object storage backup jobs.Get-NetAppHostReturns NetApp storage systems added to Veeam Backup & Replication.