PowerCLIGoodies / DRSRule

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

Improvement: start using modern Class capabilities #18

Closed mtboren closed 5 years ago

mtboren commented 5 years ago

Might be about time to move to the Class capabilities introduced in PowerShell v5 -- the "hopefully find and eventually refer to some DLL" game grows ever less fun, and we can modernize the module a bit, anyway.

That we already require the VMware.VimAutomation.Core module will have us already ready to use many VMware type references in our new PowerShell classes.

mtboren commented 5 years ago

Working on this in branch feat_PSClasses

mtboren commented 5 years ago

Completed in 49fef76. Hurray!