HI
I am getting error on all commands executing in Windows Powershell (even CD\ command) below is the error:
Set-Location : The term 'Set-Location' is not recognized as the name of a cmdlet, function, script file, or operableprogram. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
+ Set-Location \
+ ~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Set-Location:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
please help to resolve issue