< Back

Import-XDDesktop

Mon Jan 13, 2020 8:14 am

NAME Import-XDDesktop



SYNOPSIS

Creates desktops from exported object





SYNTAX

Import-XDDesktop [-desktop] <Object> [-xdhost] <String> [-ignoreenable] [<CommonParameters>]





DESCRIPTION

Creates desktops from exported object





PARAMETERS

-desktop <Object>

Desktop 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



-ignoreenable [<SwitchParameter>]

Ignores setting the Enable flag



Required? false

Position? named

Default value False

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.desktops|import-xddesktop



Creates desktops from imported desktop object











RELATED LINKS