Citrix Virtual Apps and Desktops SDK

New-XDCatalog

FIXME

Syntax


New-XDCatalog [-Name] <String> -SessionSupport <SessionSupport> -AllocationType <AllocationType> [-PowerManaged <Boolean>] [-Description <String>] [-MinimumFunctionalLevel <FunctionalLevel>] [-ScopeNames <String[]>] [-AdminAddress <String>] [<CommonParameters>]

New-XDCatalog [-Name] <String> -HostResourceName <String> -MasterImage <String> -SessionSupport <SessionSupport> -AllocationType <AllocationType> [-NetworkMap <Hashtable>] [-PersonalVDiskDriveLetter <Char>] [-PersonalVDiskDriveSize <UInt64>] [-ADAccountDomain <String>] [-ADAccountOrganizationalUnit <String>] [-ADAccountNamingScheme <String>] [-ADAccountNamingSchemeType <ADAccountNamingSchemeType>] [-VMCpuCount <Int32>] [-VMMemory <UInt64>] [-ServiceOffering <String>] [-SecurityGroup <String[]>] [-RandomizeAdministratorPasswords <Boolean>] [-Description <String>] [-MinimumFunctionalLevel <FunctionalLevel>] [-ScopeNames <String[]>] [-AdminAddress <String>] [<CommonParameters>]

<!--NeedCopy-->

Detailed Description

FIXME

Parameters

Name Description Required? Pipeline Input Default Value
Name FIXME true true (ByPropertyName) FIXME
SessionSupport FIXME true true (ByPropertyName) FIXME
AllocationType FIXME true true (ByPropertyName) FIXME
HostResourceName FIXME true false FIXME
MasterImage FIXME true false FIXME
Description FIXME false true (ByPropertyName) FIXME
MinimumFunctionalLevel 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.
PowerManaged FIXME false true (ByPropertyName) FIXME
NetworkMap FIXME false false FIXME
PersonalVDiskDriveLetter FIXME false false FIXME
PersonalVDiskDriveSize FIXME false false FIXME
ADAccountDomain FIXME false false FIXME
ADAccountOrganizationalUnit FIXME false false FIXME
ADAccountNamingScheme FIXME false false FIXME
ADAccountNamingSchemeType FIXME false false FIXME
VMCpuCount FIXME false false FIXME
VMMemory FIXME false false FIXME
ServiceOffering FIXME false false FIXME
SecurityGroup FIXME false false FIXME
RandomizeAdministratorPasswords FIXME false false FIXME

Input Type

Fixme

FIXME

Return Values

Citrix.Xendesktoppowershellsdk.Serviceinterfaces.Catalogs.Catalog

FIXME

Notes

FIXME FIXME

Examples

Example 1


FIXME

<!--NeedCopy-->

Description

FIXME

Example 2


FIXME

<!--NeedCopy-->

Description

FIXME

New-XDCatalog