usser Posted April 15, 2017 Share Posted April 15, 2017 Hello! I connect via VMware to Windows server and I run applications there, can AutoIt installed in the local pc, work in these applications? Or they have to be installed locally in the server I connect to? Thanks! Link to comment Share on other sites More sharing options...
Subz Posted April 16, 2017 Share Posted April 16, 2017 Just compile your script on the local machine and you can run it remotely or on the local machine without installing AutoIt, I hope that's what you were referring to. Link to comment Share on other sites More sharing options...
Moderators JLogan3o13 Posted April 18, 2017 Moderators Share Posted April 18, 2017 It depends, @usser. Much like your last topic, you're not giving a lot of specifics around what you are trying to do. If you're connecting to the server through the vSphere console and want to run a script that interacts with a window through sends/control commands, then yes, having the script compiled and on the server is going to be easiest. If you're running a script against the machine through remote registry, WMI, powershell, etc., then your script can live on any machine that has connectivity to the server. Unfortunately, without details on exactly what you are trying to do beyond "run applications", it is difficult to offer more assistance. "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum! Link to comment Share on other sites More sharing options...
jdelaney Posted April 19, 2017 Share Posted April 19, 2017 PowerCLI is great too...if you only need to modify things that can be done through the vSphere functions (which is a lot). IEbyXPATH-Grab IE DOM objects by XPATH IEscriptRecord-Makings of an IE script recorder ExcelFromXML-Create Excel docs without excel installed GetAllWindowControls-Output all control data on a given window. Link to comment Share on other sites More sharing options...
Moderators JLogan3o13 Posted April 19, 2017 Moderators Share Posted April 19, 2017 @jdelaney one of these days I am going to sit down and devote the time to a native UDF for PowerCLI, would be such a great addition. jdelaney 1 "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now