PowerCLIGoodies / DRSRule

PowerShell module with support for managing vSphere DRS Rules and Groups
28 stars 9 forks source link

Module won't load if VMware.VimAutomation.Core not already loaded #14

Closed mtboren closed 6 years ago

mtboren commented 6 years ago

Requiring the VMware.Vim.dll assembly in the DRSRule PSD1 file essentially means that the VMware.VimAutomation.Core module should be imported in the current session. If that module is not loaded (or, if the person as not manually added the given VMware.Vim.dll assembly in the current PowerShell session), importing the DRSRule module fails.

mtboren commented 6 years ago

Fixed in 6d811ba