< Back

Import-XDDeliveryGroup

Mon Jan 13, 2020 8:14 am

NAME Import-XDDeliveryGroup



SYNOPSIS

Creates delivery groups from exported object





SYNTAX

Import-XDDeliveryGroup [-dg] <Object> [-xdhost] <String> [<CommonParameters>]





DESCRIPTION

Creates delivery groups from exported object





PARAMETERS

-dg <Object>

Delivery Group to create



Required? true

Position? 1

Default value

Accept pipeline input? true (ByValue)

Accept wildcard characters? false



-xdhost <String>

XenDesktop DDC hostname to connect to



Required? true

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>$XDEXPORT.dgs|import-xddeliverygroup



Creates delivery groups from imported delivery group object











RELATED LINKS