chape87 Posted January 19, 2022 Report Share Posted January 19, 2022 Creating some macros to get called on via XSOAR automation. One involves logging into a website and and performing a button press. I have a dedicated VDI for macros and a dedicated account for running macros on said VDI. Currently i can hop in vpshere and local logon to the VDI. Then have xsoar modify a directory, which acts as an activation for the macro. Issue there is when vdi goes down for maintenance, user gets logged out and macro fails to activate when needed. Outside of enablign auto log-on, what are some other ways to essentially create a remote session to call on a macro. I tried some ps-remote through powershell then calling on an MXE, but it doesn't seem to be a full fledged session, so no website opening/logon actually happens. Quote Link to comment Share on other sites More sharing options...
Cory Posted January 19, 2022 Report Share Posted January 19, 2022 I don't know what VDI you use, but in most like Remote Desktop the Windows controls are all paused when not connected. This makes even having a VM often pointless. I've even had clients who have had racks of old PCs that ran macros for this reason. The way we would do it with them is to connect to the console session of a headless Windows machine, typically using VNC. By doing this one can disconnect from the machine but the console session doesn't pause like a RD session. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.