Can't run command as Administrator

1

On one of our Windows Server 2012 R2 machine, I can't run Get-ScheduledTask as an Administrator. I can run it as normal user. Following is the error message, I receive when I try to execute the command, if I run PowerShell as an Admin.

Get-ScheduledTask : The parameter is incorrect.
At line:1 char:1
+ Get-ScheduledTask
    + CategoryInfo          : InvalidArgument: (MSFT_ScheduledTask:Root/Microsoft/...T_ScheduledTask) [Get-ScheduledTask], CimException
    + FullyQualifiedErrorId : HRESULT 0x80070057,Get-ScheduledTask

Can someone please advise, why is it so?

powershell
asked on Stack Overflow Dec 17, 2018 by Ravi • edited Dec 17, 2018 by Ansgar Wiechers

1 Answer

0

Seems to be a transient framework issue. Restart the machine should fix it . Reference

answered on Stack Overflow Dec 17, 2018 by HariHaran

User contributions licensed under CC BY-SA 3.0