dell / OpenManage-PowerShell-Modules

Apache License 2.0
20 stars 8 forks source link

Set-OMEPowerState missing Devices module #3

Closed workmanm closed 3 years ago

workmanm commented 3 years ago

Set-OMEPowerState.ps1 is missing the line below at the beginning.

using module ....\Classes\Device.psm1

Without this line the error below is given.

Unable to find type [Device].

TrevorSquillario commented 3 years ago

Working on a new release, I'll get this fixed. Thanks!

kirzas commented 3 years ago

Hi Trevor, When do you plan the next release? DO you have a roadmap, what is going to be in the new release? It is a pity that the module is not in powershell gallery and that versioning in the manifest is not maintained.

TrevorSquillario commented 3 years ago

The plan is to have it in the PowerShell Gallery eventually. Working on that. This is a side project for me and things will happen when they happen.

I'm currently working on incorporating all the scripts from https://github.com/dell/OpenManage-Enterprise in to the module.

TrevorSquillario commented 3 years ago

Fixed in latest release https://github.com/dell/OpenManage-PowerShell-Modules/releases/tag/2.3.1

Added a better CHANELOG and started testing git actions for publishing to PSG.