Powershell Universal 1.2.8 installed, but missing Connect-PSUServer ? (UniversalAutomation.psd1)

Hi,

Trying to follow the examples from this Youtube: https://www.youtube.com/watch?v=LaZA90UzLPw to get results of my jobs that have been completed.
But I am unable to locate where the Universal Automation is installed?

The commands Connect-PSUServer is not available, and the universalautomation.psd1 is not on my machine.

Do I need to install anything else to get this up and running, thought Universal Automation and the Dashboard was included in the PowerShell Universal (This collects the two other products?) Or am I missing something :wink:

You will need to import the module from the installation directory at the moment. It’s stored in: C:\Program Files (x86)\Universal\Cmdlets

The module is Universal.psd1

We will be adding that to the PSModulePath in 1.3

1 Like