Get-VBRUnstructuredServer

Short Description

Returns unstructured data sources added to the inventory.

Applies to

Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License

Syntax

This cmdlet provides parameter sets that allow you to:

  • Get all unstructured data sources added to the inventory.

Get-VBRUnstructuredServer  [<CommonParameters>]

  • Get unstructured data sources by their name.

Get-VBRUnstructuredServer -Name <string[]>  [<CommonParameters>]

  • Get unstructured data sources by their ID.

Get-VBRUnstructuredServer -Id <guid[]>  [<CommonParameters>]

  • Get enterprise NAS systems.

Get-VBRUnstructuredServer -SANEntity <VBRSANEntity[]>  [<CommonParameters>]

  • Get unstructured data sources protected with backup.

Get-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 shares
  • Object storage

Important

By detault, the Get-VBRUnstructuredServer returns the root server or file share. To get a bucket or container, specify the Backup parameter.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Name

Specifies a name of unstructured data sources. The cmdlet will return an array of unstructured data sources with the specified name.

String[]

True

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.

Guid[]

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 VBRSANEntity[] object. To get this object, run the Get-NetAppHost cmdlet.

True

Named

False

Backup

Specifies a backup. The cmdlet will return an array of unstructured data sources protected with this backup.

Accepts the VBRUnstructuredBackup object. To create this object, run the Get-VBRUnstructuredBackup cmdlet.

False

Named

False

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.

Output Object

VBRUnstructuredServer

Examples

Example 1. Getting all Unstructured Data Sources Added to Inventory

Example 2. Getting Unstructured Data Sources by Name

Example 3. Getting Unstructured Data Sources by ID

Example 4. Getting Enterprise NAS Systems

Example 5. Getting Unstructured Data Protected With Backups

Related Commands

Page updated 4/17/2025

Page content applies to build 12.3.2.3617