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

Publish-UDDashboard -Manual fails. #167

Closed
bielawb opened this issue May 13, 2018 · 1 comment
Closed

Publish-UDDashboard -Manual fails. #167

bielawb opened this issue May 13, 2018 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@bielawb
Copy link

bielawb commented May 13, 2018

Looks like code that sets parameters for sc.exe command contains a bug.

In Publish-UDDashboard I see this:

$ServiceStart = 'auto'
 if ($Manual) {
    $ServiceStart = 'manual'
}

Help for sc.exe create:

 start= <boot|system|auto|demand|disabled|delayed-auto>
       (default = demand)

Running Publish-UDDashboard with that parameter will result in an error message about incorrect sc.exe syntax.

@adamdriscoll adamdriscoll added the bug Something isn't working label May 14, 2018
@adamdriscoll adamdriscoll added this to the 1.6.2 milestone May 14, 2018
@adamdriscoll
Copy link
Member

This is has been resolved in the 1.6.2 release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants