Link to home
Start Free TrialLog in
Avatar of janhoedt
janhoedt

asked on

Powershell: starting installed Windows applications via 1 command in Powershell?

Hi,

I logon to my Windows with a user which has no rights in the domain (ADUC etc). However, when I need to run a Powershell or Activey Directory etc, I need to "run as" which is a pita.
Isn't there a way I can enter f.e. ADUC and then launch Active Directory users & computers?

Please advise.
J
Avatar of footech
footech
Flag of United States of America image

Isn't there a way I can enter f.e. ADUC and then launch Active Directory users & computers?
I'm really not sure what you're asking.  ADUC and "Active Directory users & computers" are the same thing.  Enter ADUC where?

Your options really are:
 - using "Run as a different user"
 - logging on to a machine as the user with needed rights.  This could be a special machine accessed via RDP that is only used for administrative tasks (a jump box).
 - for many things in PowerShell there is a credential parameter.
Avatar of janhoedt
janhoedt

ASKER

no that's not what I m looking for
ASKER CERTIFIED SOLUTION
Avatar of footech
footech
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial