Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delivery group Enable status #67

Open
AgnelCoelho opened this issue Apr 9, 2019 · 1 comment
Open

Delivery group Enable status #67

AgnelCoelho opened this issue Apr 9, 2019 · 1 comment

Comments

@AgnelCoelho
Copy link

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
Copy link
Author

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" }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant