Hosted on MSN
Automating my entire Windows workflow with PowerShell scripts saves me hours every week
At some point, I noticed I was repeating the same routine every week. None of the stuff I was doing was difficult, but it was a collection of small chores that kept interrupting real work. I'd have to ...
$DSchedule = New-CMSchedule -Start "$(get-date -format MM/dd/yyy) 12:00 AM" -RecurCount 1 -RecurInterval Days # $Comments = "Created automagically by PowerShell on ...
$DSchedule = New-CMSchedule -Start "$(get-date -format MM/dd/yyy) 12:00 AM" -RecurCount 1 -RecurInterval Days # $Comments = "Created automagically by PowerShell on ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results