XA-and-XD-HealthCheck icon indicating copy to clipboard operation
XA-and-XD-HealthCheck copied to clipboard

adminaddress value read from xml file

Open ghost opened this issue 7 years ago • 1 comments

Great script. At the end, in history I see an entry which says i need to update -adminaddress only once. But at line 448, citrix maintenance info function, it says $adminaddress = 'localhost'. looks like that need to be updated to grab the name from xml file.

ghost avatar Feb 12 '18 17:02 ghost

Hi,

that is only default param value for that function, in every invocation instance of the function the parameter is passed, like below line 932.

$Maintenance = Get-CitrixMaintenanceInfo -AdminAddress $AdminAddress

mikekacz avatar Feb 14 '18 10:02 mikekacz