Ravi
Ravi

Reputation: 53

Can't run command as Administrator

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?

Upvotes: 3

Views: 1015

Answers (1)

HariHaran
HariHaran

Reputation: 4119

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

Upvotes: 1

Related Questions