Logon as an other user
I want to login as an other user in the profile button.
This can be helpfull il case we have 2 or more accounts or if we want that as super user make a login in our PC.
-
Anonymous commented
You could always start a browser with the identity of the other user using the runas command:
runas /user:test\administrator 'C:\Program Files (x86)\Internet Explorer\iexplore.exe'
Here I am firing up internet explorer as the administrator of the domain TEST. The browser will be running with that user's permissions and the single sign on will hand over that user's credentials to the BT360 web app.
You can open a second Internet Explorer in the regular way and you can log in with the user credentials of the current windows session.