babatman
Results
1
comments of
babatman
I found a solution (for windows 10) There is a surcharge of function in DSC_Scheduledtask.psm1 : ``` function Disable-ScheduledTask { [CmdletBinding()] param ( [Parameter(Mandatory = $true)] [System.String] $TaskName, [Parameter()] [System.String]...