You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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" }
This is a great script. Looking for help where the htm file created has the Delivery group Enablement status. Please help me with it
The text was updated successfully, but these errors were encountered: