Jump to content

TLAM

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by TLAM

  1. and manually, no problem, it starts really well
  2. If I do not wait for loading the web page to return the window, I cannot see IE so I think that it does not start at all.
  3. Hello, I am working on an autoIT script for CyberArk which is running Internet Explorer and connecting the user to a web application. For an unknown reason (I cannot explain why), IE has some trouble to start, only after a long disconnecting period (morning or after lunch). If he tries again, no problem, IE starts. I open a case with CyberArk but I am also searching a workaround, I thought to kill the process directly, or set a timeout with _IELoadWait but the process is not really created.. May do you have any ideas for helping me ? Thanks in advance
  4. Thanks to remind me the documentation, My problem is more specific, about gpmc.msc..
  5. Hey the community, I'm trying to run GPMC from a local user (on a domain machine) As domain admin user. First, I wanted to find the right command runas from CMD. With a "runas /netonly /user:Domain\user "mmc gpmc.msc" " I got "To manage Group Policy, you must log on to the computer with a domain user account" Finally, I found a kind of workaround with runas a cmd : runas /user:DOMAIN\user "cmd /c Start /B gpmc.msc" Is there a way to not run a specific cmd ? And if it is the only way, I do not find the corresponding Global Const $CLIENT_EXECUTABLE, I try some like 'mmc "cmd /c Start /B <Path/to/gpmc.msc"' Maybe someone already tried to runas gpmc with AutoIt. Thanks in advance, TLAM
×
×
  • Create New...