Showing posts with label msc. Show all posts
Showing posts with label msc. Show all posts

Wednesday, March 14, 2012

Running SCCM Console as another user

As a personal best practice I log into my main workstation with a user ID that does not have access to anything but my exchange mailbox and my personal network drive.  I had grown tired of shift right clicking to run as another user so I looked up how to always launch a shortcut as a different user.

What you would typically do is put c:\windows\system32\runas.exe /user:domain\user /savecreds before the link to the exe.  Since the SCCM admin console is an mmc snap-in it looks a little different.

This is what I ended up with - C:\Windows\System32\runas.exe /user:domain\user /savecreds "mmc \"C:\Program Files (x86)\Microsoft Configuration Manager Console\AdminUI\bin\adminconsole.msc""

Yes that extra floating \ is necessary.

Remote Mailboxes - Hybrid Config - Missing

The Remote Mailbox exists on the On Prem Exchange server and linked to the Office 365 mailbox. Without one of these for each Office 365 mail...