Citrix Virtual Apps and Desktops SDK

New-XDHostConnection

FIXME

Syntax


New-XDHostConnection -Password <String> -Name <String> -Address <String[]> -UserName <String> -InfrastructureType <InfrastructureType> [-PluginId <String>] [-ScopeNames <String[]>] [-AdminAddress <String>] [<CommonParameters>]

New-XDHostConnection -SecurePassword <SecureString> -Name <String> -Address <String[]> -UserName <String> -InfrastructureType <InfrastructureType> [-PluginId <String>] [-ScopeNames <String[]>] [-AdminAddress <String>] [<CommonParameters>]

<!--NeedCopy-->

Detailed Description

FIXME

Parameters

Name Description Required? Pipeline Input Default Value
Name FIXME true true (ByPropertyName) FIXME
Address FIXME true true (ByPropertyName) FIXME
UserName FIXME true true (ByPropertyName) FIXME
InfrastructureType FIXME true true (ByPropertyName) FIXME
Password FIXME true true (ByPropertyName) FIXME
SecurePassword FIXME true true (ByPropertyName) FIXME
PluginId FIXME false true (ByPropertyName) FIXME
ScopeNames FIXME false true (ByPropertyName) FIXME
AdminAddress Specifies the address of the Delivery Controller to which the PowerShell module will connect. This can be provided as a host name or an IP address. false false Localhost. Once a value is provided by any cmdlet, this value will become the default.

Input Type

Fixme

FIXME

Return Values

Citrix.Xendesktoppowershellsdk.Serviceinterfaces.Hosts.Connection

FIXME

Notes

FIXME FIXME

Examples

Example 1


FIXME

<!--NeedCopy-->

Description

FIXME

Example 2


FIXME

<!--NeedCopy-->

Description

FIXME

New-XDHostConnection