Quantcast
Channel: Active questions tagged windows - Super User
Viewing all articles
Browse latest Browse all 9648

Create a tab in Windows Terminal that is run as a different user?

$
0
0

So I can run...

runas /user:PNG\SomeSvc "cmd /c ^"powershell.exe^""

And get a powershell prompt that's run by a different user.

But if I'm using Windows Terminal and I want to run it as a different user, how would I do that? I'm sure it probably has something to do with the json configuration file.

Also, is there anything I would need to use for authentication if I store the file in a secure string or "Windows Credential Manager" via the New-StoredCredential commandlet?


Viewing all articles
Browse latest Browse all 9648

Trending Articles