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

Delivery group Enable status

Open AgnelCoelho opened this issue 5 years ago • 1 comments

This is a great script. Looking for help where the htm file created has the Delivery group Enablement status. Please help me with it

AgnelCoelho avatar Apr 09 '19 12:04 AgnelCoelho

Can some one help me with requirement. The way the script provides the Maintenance mode status , I would like to have one more column which tells DG is enabled or disabled. I updated below snippet, but not able to put the values in the htm file Any help is appreciated. #DG Ebablement $AssigmentDesktopsenabled = $Assigment | %{ $_.enabled } "enabled: $AssigmentDesktopsenabled" | LogMe -display -progress if ($AssigmentDesktopsenabled) { $tests.enabled = "SUCCESS", "TRUE" } else { $tests.enabled = "WARNING", "FALSE" }

AgnelCoelho avatar Apr 09 '19 14:04 AgnelCoelho