Can you sketch a idea for me, on how to “have scheduled task that picks up “instructions” from your UD instance and executes them”. Because I like to start, but I don’t really know where to start.
As first script I created a script to monitor Hyper-V replication and run some resume / repair commands if needed, based on the replication state. So I was thinking to use Powershell Universall as a new central place for my scripts and execute them to the clients.
But now I think that I maybe make a mistake by my idea, to push the script scheduled to the clients. On my own clients it’s working, but they are in the same domain. But now I want to run the scripts to some client outside the domain.
I did a little test with the cmdlets, that I installed on a client. But it looks like it’s just starting the script on the Universal server and not on the client. Is it possible to run the scripts with the cmdlets on the client, or did I understand that wrong? And do I need to go complete another way, to my goal?
Kind regards