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

SonicWall: How to Set Internet Restrictions for Specific Computers

Set their MACs to address .  Then, use firewall rules to restrict outgoing communication:  …

Delegate Administration Priviledges to Junior Admins

View Current Delegated Permissions: MMC Concole >> View Advanced Features >> Right-click desired OU, Properties…

Security Updates for Windows 10 / Windows Server 2016 / Windows Server 2019 (March 2019) (Spectre) (Meltdown) (Foreshadow)

Description The remote Windows host is missing a security update. It is, therefore, missing microcode…