I have a need to have a remote server run Adaxes PowerShell commands, but I keep getting "No Adaxes services found on <servername>."
I've tried targeting the Adaxes server with Invoke-Command with -AdaxesService localhost, but I get "No Adaxes services found on 'localhost'".
If I log directly into that server and run the same PowerShell command with -AdaxesService localhost, it works fine. How do I get it to work remotely?