This is an archive version of the document. To get the most up-to-date information, see the current version.

Find-VBRViFolder

Short Description

Looks for folders on a specified ESXi host.

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

Syntax

Find-VBRViFolder -Server <CHost> [-Name <String[]>] [-WarningAction <ActionPreference>] [-WarningVariable <String>] [<CommonParameters>]

Detailed Description

This cmdlet returns folders on a specified ESXi host.

Parameters

Parameter

Description

Type

Required

Position

Accept Pipeline Input

Server

Specifies an ESXi host on which you want to look for folders.

Accepts the CHost object. To get this object, run the Get-VBRServer cmdlet.

True

Named

True (ByValue,
ByProperty
Name)

Name

Specifies an array of folder names. The cmdlet will return folders with these names.

String[]

False

Named

False

Parameters

<CommonParameters>

This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see the About CommonParameters section of Microsoft Docs.

Return Type

The cmdlet returns the CViFolderItem object that cotains folders on a specified ESXi host.

Find-VBRViFolderExample 1. Looking for all Folders Located on ESXi Host

Find-VBRViFolderExample 2. Looking for Specific Folder Located on ESXi Host

Find-VBRViFolderExample 3. Looking for Several Specific Folders Located on ESXi Host

Related Commands

Get-VBRServer