Windows 10 Pro, 20H2, 19042.985
PowerShell Commandlet Get-ScheduledTask -TaskName no longer accepts the 'TaskName' parameter.
It does have a -Name <Object>
However, lines like
Get-ScheduledTask -Name "Proxy"
return nothing. Hoping someone knows how to make this work again.
The command help for -Name is:
-Name <Object>
The name or name pattern of the scheduled task
Required? false
Position? 1
Default value *
Accept pipeline input? false
Accept wildcard characters? false