We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
the scheduledTask created successfully, but the verify failed.
here my scheduleTask:
xScheduledTask Task_ddd_sync { ActionExecutable = "C:\Program Files (x86)\Robocopy\ddd_sync.cmd" RepeatInterval = 60 ScheduleType = "Minutes" TaskName = "ddd-sync" DependsOn = '[xUser]TachographUser' Ensure = "Present" ExecuteAsCredential = $TachographUserCred StartTime = "03:00" }
The text was updated successfully, but these errors were encountered:
The Error Message in Event log Source:Microsoft-Windows-Desired State Configuration/Operational:
Job {80BBADD1-6974-11E6-8C2A-000D3A2034C0} : MIResult: 1 Error Message: Cannot create a file when that file already exists.
Message ID: HRESULT 0x800700b7,Register-ScheduledTask Error Category: 20 Error Code: 20 Error Type: MI
Sorry, something went wrong.
Closed by #62
Merge pull request #62 from vlariono/Issue#45
8a4cca3
xScheduledTask: Incorrect TaskPath handling (Fixes #45)
No branches or pull requests
the scheduledTask created successfully, but the verify failed.
here my scheduleTask:
xScheduledTask Task_ddd_sync {
ActionExecutable = "C:\Program Files (x86)\Robocopy\ddd_sync.cmd"
RepeatInterval = 60
ScheduleType = "Minutes"
TaskName = "ddd-sync"
DependsOn = '[xUser]TachographUser'
Ensure = "Present"
ExecuteAsCredential = $TachographUserCred
StartTime = "03:00"
}
The text was updated successfully, but these errors were encountered: