Find-VBRViFolder
Short Description
Looks for folders on a specified ESXi host.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
|
Find-VBRViFolder [-Name <String[]>] -Server <CHost> [<CommonParameters>] |
Detailed Description
This cmdlet returns folders on a specified ESXi host.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Name |
Specifies an array of folder names. The cmdlet will return folders with these names. |
|
False |
Named |
False |
|
Server |
Specifies an ESXi host on which you want to look for folders.
Accepts the |
|
True |
Named |
True (ByPropertyName, ByValue) |
<CommonParameters>
This cmdlet supports Microsoft PowerShell common parameters. For more information on common parameters, see Microsoft Docs.
Output Object
The cmdlet returns the CViFolderItem object that contains folders on a specified ESXi host.
Examples
Example 1. Looking for all Folders Located on ESXi Host
|
This example shows how to look for all folders located on the
Perform the following steps:
|
Example 2. Looking for Specific Folder Located on ESXi Host
|
This example shows how to look for the
Perform the following steps:
|
Example 3. Looking for Several Specific Folders Located on ESXi Host
|
This example shows how to look for the
Perform the following steps:
|
Related Commands
Get-VBRServerReturns hosts connected to the backup infrastructure.