< Back

Export-XDApp

Mon Jan 13, 2020 8:11 am

NAME Export-XDApp



SYNOPSIS

Adds required import values to existing exported app object





SYNTAX

Export-XDApp [-app] <Object> [[-xdhost] <String>] [<CommonParameters>]





DESCRIPTION

Adds required import values to existing exported app object





PARAMETERS

-app <Object>

Application Object



Required? true

Position? 1

Default value

Accept pipeline input? true (ByValue)

Accept wildcard characters? false



-xdhost <String>

XenDesktop DDC hostname to connect to



Required? false

Position? 2

Default value localhost

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:\\>$apps = Get-BrokerApplication -AdminAddress $xdhost|export-xdapp



Grabs all applications and adds required values to object











RELATED LINKS