Posted On March 31, 2019

Run mmc with elevated domain administrator permissions

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Run mmc with elevated domain administrator permissions
Method 1: Create a link with this path
C:\Windows\System32\runas.exe /profile /env /user:[domain]\[user] “cmd /c mmc C:\Scripts\Toolbox.msc”
 
Method 2: create a batch file with this command
psexec -d -u <domain>\<user> -p <password> “%windir%\system32\cmd /c %windir%\system32\mmc.exe C:\Scripts\Toolbox.msc”

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

PowerShell: Force Outlook to Compact On Exiting

Forcing Outlook to return free disk space to RDS nodes upon user exiting would be…

Windows Special Run Commands

File Function Tabs (number in parentheses is index n discussed below) access.cpl Accessibility controls Keyboard(1),…

CentOS System Rescue on AWS

Once upon a 'right-now' time, an EC2 instance on AWS would not come back online…