XA-and-XD-HealthCheck
XA-and-XD-HealthCheck copied to clipboard
adminaddress value read from xml file
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.
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