Frequently Asked Questions

Usage

  • How can I enable WinRM on my Windows Server or PC?
    Simply run winrm quickconfig in PowerShell. If you prefer encrypted communication between ServerEngine and your server, we have documentation to guide you through the setup.

    πŸ‘‰ Configure WinRM 

  • Can I run PowerShell and Python scripts in the same Package?
    Yes, you can run PowerShell and Python scripts in the same package. We recommend adding numbers β€œ01” or β€œ02” to the beginning of script names, so you can easily control the execution order. This method ensures that the scripts are executed based on their naming order. πŸ‘Œ
  • Can I use my existing scripts without modification?
    Yes, we made sure you don’t have to waste any time. Just move them to a package and you are ready to automate!πŸš€

Limitations

  • How can I run multiple jobs at the same time?
    If you need more performance you can upgrade to Automation Agents+ and choose how many Agents you would like to have. Each Agent can handle one remote job. Meaning if you want to run 10 jobs at the same time you will need 10 Agents. πŸ“ˆ
  • Is there a script execution limitation?
    No Limit! You can execute as much as your PC can handle. 😎