Is there a way I can use the -daily parameter set to trigger a job and use repetition parameter set with it??
Repition works when I use the -Once parameter set however I cant figure it out how to use it with -Dialy parameter set.
New-JobTrigger -Daily -At 12:00 -RepeatIndefinitely -RepetitionInterval (New-TimeSpan -minutes 5)
Any help?? , TIA