|
executing powershell scripts on server Hi ,
I want to execute powershell script on the server where I am not added as
the admin and Powershell "ExecutionPolicy" is set to "Restcrited" and when I
try to change the ExecutionPolicy to unrestricted by Set-ExecutionPolicy it
throws me an error like
Get-WmiObject : Access is denied. (Exception from HRESULT: 0x80070005
(E_ACCESSDENIED))
is there other way to execute that script.
Thnx in advance |