Automate Run As Different User in IE

Hi Team,

We have a requirement where we need to open IE using ‘Run as Different User’ option.

Please let us know if that step can be automated using AssistEdge CE/EE?

Hi,

Using this powershell command you can launch IE as a different user:

runas /user:Domain\username “C:\Program Files\Internet Explorer\iexplore.exe”

Regards,
Amit Anand

How to use the powershell command in AE?

Hi,

User power shell activity

Regards,
Amit

Can you please share a sample value for this line?

Hi,

You have to pass domain and user name with which you want to launch IE browser

Regards.
Amit

Hi Amit,

I have used the below script to “Run as different user” in IE and it’s working manually. But not working through AE Power shell activity.

runas /user:Domain\username “C:\Program Files\Internet Explorer\iexplore.exe”

While executing manually, It’s asking to enter the password. Do we have to add any argument for password in AE?

If yes, Kindly share an example.

Thanks & Regards,
Rathidevi S