Hi
We run most of our Systems on Linux and we tried to install PowerCLI on Powershell Core. This worked fine, but to automate Tasks with the Update Manager I need the VMware.VumAutomation Module, but this one is not working on Powershell Core.
Import-Module : VMware.VumAutomation module is not currently supported on the Core edition of PowerShell.
At line:1 char:1
+ Import-Module VMware.VumAutomation
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : OperationStopped: (VMware.VumAutomatio\u2026tion of PowerShell.:String) [Import-Module], RuntimeException
+ FullyQualifiedErrorId : VMware.VumAutomation module is not currently supported on the Core edition of PowerShell.,Microsoft.PowerShell.Commands.ImportModuleCommand
Is there any plan to support this module on Powershell Core as well?
Do I have an other way to automate tasks for Vmware Update Manager over Linux?
It looks like Ansible with pyvmomi is also not working for Update Manager.
Thanks, for your help.