Citrix Virtual Apps and Desktops SDK

Get-Hyphypervisorplugin

Gets the available hypervisor types.

Syntax

Get-HypHypervisorPlugin [-BearerToken <String>] [-AdminAddress <String>] [<CommonParameters>]
<!--NeedCopy-->

Detailed Description

Use this command to retrieve a list of all the available hypervisor types, and their localized names.

Parameters

Name Description Required? Pipeline Input Default Value
BearerToken Specifies the bearer token assigned to the calling user false false  
AdminAddress Specifies the address of a XenDesktop controller to which the PowerShell snap-in connects. You can provide this as a host name or an IP address. false false LocalHost. Once a value is provided by any cmdlet, this value becomes the default.

Input Type

Return Values

Citrix.Host.Sdk.Hypervisorplugin
Get-Hyphypervisorplugin Returns A List Of Objects Containing The Definition Of The Hypervisor Plug-Ins.
Connectiontype <Citrix.Xdinterservicetypes.Connectiontype>
The Hypervisor Connection Type. This Can Be One Of The Following:
Xenserver - Xenserver Hypervisor
Scvmm - Microsoft Scvmm/Hyper-V
Vcenter - Vmware Vsphere/Esx
Custom - A Third-Party Hypervisor
Displayname <String>
The Localized Display Name (Localized Using The Locale Of The Powershell Snap-In Session)
Pluginfactoryname <String>
The Name Of The Hypervisor Plug-In Factory Used To Manage The Hypervisor Connections.

Notes

To use third-party plug-ins, the plug-in assemblies must be installed into the appropriate location on each controller machine that forms part of the Citrix controller site. Failure to do this can result in unpredictable behavior, especially during service failover conditions.
In the case of failure the following errors can result.
Error Codes
———–
DatabaseError
An error occurred in the service while attempting a database operation.
CommunicationError
An error occurred while communicating with the service.
InvalidFilter
A filtering expression was supplied that could not be interpreted for this cmdlet.
ExceptionThrown
An unexpected error occurred. To locate more details, see the Windows event logs on the controller being used or examine the XenDesktop logs.

Examples

Example 1

c:\PS> Get-HypHypervisorPlugin | Format-Table -AutoSize

          ConnectionType DisplayName              PluginFactoryName

          -------------- -----------              -----------------

                   SCVMM Microsoft virtualization MicrosoftPSFactory

                 VCenter VMware virtualization    VmwareFactory

               XenServer Citrix Hypervisor        XenFactory
<!--NeedCopy-->

Description

Get the available hypervisor management plug-ins.

Get-Hyphypervisorplugin