First post! Can’t wait!

Just had to! :wink: let us know when we can see/preview/play with it!

2 Likes

SOON ™

Check your email :wink:

Same boat as @mkellerman, can’t wait!

Building up a little list of things I need to test once it’s available.

Though, scheduling via CRON syntax is going to be enough to sell it to me. The gimped PS Scheduled Job scheduling options have been killing me.

1 Like

I’ll be working on docs\bugs the next couple days. You can watch the docs here: http://docs.universalautomation.io/

I hope to have builds out sometime next week.

2 Likes

The doc looks very promising in that early state. Looking forward to see more.

do {
    Install-Module -Name UniversalAutomation -AcceptLicense -force
    Start-Sleep -Seconds 5
} while ((Import-module UniversalAutomation) -eq $null)
5 Likes