-
Notifications
You must be signed in to change notification settings - Fork 82
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
ScheduledTask: MultipleInstances Parameter Should Allow For 'StopExisting' #333
Labels
bug
The issue is a bug.
Comments
Rob-S
added a commit
to Rob-S/ComputerManagementDsc
that referenced
this issue
May 13, 2020
…s parameter - fixes Issue dsccommunity#333
PlagueHO
added
bug
The issue is a bug.
help wanted
The issue is up for grabs for anyone in the community.
needs investigation
The issue needs to be investigated by the maintainers or/and the community.
labels
May 13, 2020
Rob-S
added a commit
to Rob-S/ComputerManagementDsc
that referenced
this issue
Jun 10, 2020
PlagueHO
added a commit
to Rob-S/ComputerManagementDsc
that referenced
this issue
Jun 14, 2020
…pleInstances-Parameter-Should-Allow-For-'StopExisting'
Rob-S
added a commit
to Rob-S/ComputerManagementDsc
that referenced
this issue
Jun 17, 2020
Rob-S
added a commit
to Rob-S/ComputerManagementDsc
that referenced
this issue
Jun 17, 2020
Rob-S
added a commit
to Rob-S/ComputerManagementDsc
that referenced
this issue
Jun 17, 2020
Rob-S
added a commit
to Rob-S/ComputerManagementDsc
that referenced
this issue
Jun 17, 2020
Rob-S
added a commit
to Rob-S/ComputerManagementDsc
that referenced
this issue
Jun 17, 2020
… Set-TargetResource
Rob-S
added a commit
to Rob-S/ComputerManagementDsc
that referenced
this issue
Jun 18, 2020
Rob-S
added a commit
to Rob-S/ComputerManagementDsc
that referenced
this issue
Jun 19, 2020
Rob-S
added a commit
to Rob-S/ComputerManagementDsc
that referenced
this issue
Jun 19, 2020
Rob-S
added a commit
to Rob-S/ComputerManagementDsc
that referenced
this issue
Jun 19, 2020
Rob-S
added a commit
to Rob-S/ComputerManagementDsc
that referenced
this issue
Jun 26, 2020
PlagueHO
removed
help wanted
The issue is up for grabs for anyone in the community.
needs investigation
The issue needs to be investigated by the maintainers or/and the community.
labels
Jun 26, 2020
Closing as addressed in #339 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Details of the scenario you tried and the problem that is occurring
In this case, we have a scheduled task that runs continuously but gets restarted daily, The manually created tasks specify "If the scheduled task is already running, then ... Stop the existing instance". This is one of four options in the drop-down box and shows up in the task's XML file as:
Verbose logs showing the problem
Suggested solution to the issue
Add "StopExisting" to the list of valid values for the MultipleInstances parameter.
The DSC configuration that is used to reproduce the issue (as detailed as possible)
The operating system the target node is running
Version and build of PowerShell the target node is running
Version of the DSC module that was used ('dev' if using current dev branch)
ComputerManagementDsc 8.2.0
The text was updated successfully, but these errors were encountered: