Test-CitrixVDAPort
SYNOPSIS
Test connection between DDC and VDI
SYNTAX
__AllParameterSets
Test-CitrixVDAPort [-ServerList] <ArrayList> [[-PortsList] <ArrayList>] [[-Export] <string>]
[[-ReportPath] <DirectoryInfo>] [<CommonParameters>]
ALIASES
This cmdlet has the following aliases, {{Insert list of aliases}}
DESCRIPTION
Test connection between DDC and VDI, you can also specify other ports.
EXAMPLES
EXAMPLE 1
Test-CitrixVDAPorts -ServerList $list
PARAMETERS
-Export
Export the results.
Type: String
DefaultValue: Host
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
Position: 3
IsRequired: false
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
-PortsList
List of ports to test, by default the citrix ports are selected.
Type: ArrayList
DefaultValue: "@('80', '443', '1494', '2598')"
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
Position: 1
IsRequired: false
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
-ReportPath
Where report will be saves.
Type: DirectoryInfo
DefaultValue: $env:temp
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
Position: 4
IsRequired: false
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
-ServerList
List servers to test
Type: ArrayList
DefaultValue: ''
SupportsWildcards: false
Aliases: []
ParameterSets:
- Name: (All)
Position: 0
IsRequired: true
ValueFromPipeline: false
ValueFromPipelineByPropertyName: false
ValueFromRemainingArguments: false
DontShow: false
AcceptedValues: []
HelpMessage: ''
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
INPUTS
OUTPUTS
System.Object
{{ Fill in the Description }}
NOTES
RELATED LINKS
{{ Fill in the related links here }}