runas
Verified for current stable LTS
Runas Command: Run Active Directory Users Computers As Specific User
Use for run active directory users computers as specific user with Runas. Exact CLI syntax to run active directory users computers as specific user using Runas.
When to use this: Use for run active directory users computers as specific user with Runas.
Command Syntax
runas /env /user:<domain\username> "mmc %windir%\system32\dsa.msc" runas /env /user:<domain/username> "mmc %windir%/system32/dsa.msc" Live Command Builder
Final Command
runas /env /user:<domain\username> "mmc %windir%\system32\dsa.msc" Command Breakdown
runas is the base executable for this command.
FAQ
Purpose: Exact syntax to run active directory users computers as specific user using Runas.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Runas Command: Open Command Prompt As Another User
runas /user:<domain\username> cmd Runas Command: Run Notepad As Specific User With Env runas /env /user:<domain\username> "notepad \"{C:\path\to\file.txt}\"" Runas Command: Run Program As Admin runas /user:. Administrator "<command>" Runas Command: Run Program As Specific User runas /user:<domain\username> "<command>" Runas Command: Run Program Without Loading Profile runas /noprofile /user:<domain\username> "<command>"