Im trying to do something very very simple, i want to call an exe from powershell using different credentials. for my test i run this command while powershell session is the root of the exe file:
Start-Process ".\blabla.exe" -Credential $(Get-Credential)
i then enter the credentials i want (checked 10 times) and still get the following error:
The Credetials are good, any idea why do i get this error?