Friends:
I am trying to execute a powershell script. But i am getting the below listed error.
File C:\Users\Sudhakaran\AppData\Local\Temp\c93574f5-a465-4e64-b76d-09ed03ce77d1.ps1 cannot be loaded because the execution of scripts is disabled on this system. Please see "get-help about_signing" for more details.
At line:1 char:2 + . <<<< 'C:\Users\Sudhakaran\AppData\Local\Temp\c93574f5-a465-4e64-b76d-09ed03ce77d1.ps1' + CategoryInfo : NotSpecified: (:) [], PSSecurityException + FullyQualifiedErrorId : RuntimeException
Even when i am trying to execute Get-Help about_signing also, i am getting the same error. Could you please assist me or guide me on this error?
Regards,
Sudha.