Get-VBRHvVssProvider
Short Description
Returns VSS providers.
Product Edition: Standard, Enterprise, Enterprise Plus, Veeam Universal License
Syntax
This cmdlet provides the following parameter sets:
-
AllParameterSets (Default)Get-VBRHvVssProvider -Server <CHost> [<CommonParameters>]
-
NameGet-VBRHvVssProvider -Server <CHost> [-Name <String>] [<CommonParameters>]
-
IdGet-VBRHvVssProvider -Server <CHost> [-Id <Guid>] [<CommonParameters>]
Detailed Description
This cmdlet returns an array of VSS providers that are available on Microsoft Hyper-V hosts.
Parameters
|
Parameter |
Description |
Type |
Required |
Position |
Accept Pipeline Input |
|---|---|---|---|---|---|
|
Id |
Specifies an ID of a VSS provider. The cmdlet will return the VSS provider with this ID. |
|
False |
Named |
True (ByPropertyName, ByValue) |
|
Name |
Specifies a name of a VSS provider. The cmdlet will return the VSS provider with this name. |
|
False |
Named |
True (ByPropertyName, ByValue) |
|
Server |
Specifies a Microsoft Hyper-V host added to the backup infrastructure. The cmdlet will return VSS providers that are available on this Microsoft Hyper-V host.
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 VBRHvVssProvider object that contains an array of VSS providers that are available on a Microsoft Hyper-V host.
Examples
Example 1. Getting all VSS Providers
|
This example shows how to get all VSS providers that are available on the
Perform the following steps:
|
Example 2. Getting VSS Provider by Name
|
This example shows how to get the
Perform the following steps:
|
Example 3. Getting VSS Provider by ID
|
This example shows how to get the
Perform the following steps:
|
Related Commands
Get-VBRServerReturns hosts connected to the backup infrastructure.