Skip to content

Releases: dell/OpenManage-PowerShell-Modules

Release 3.8.0

23 Feb 23:20
Compare
Choose a tag to compare

Fixed

  • Support 200 and 201 status codes in all commandlets from PR #18
  • Tested against OME 4.0, no code changes required

Changed

  • New-OMEDiscovery to support all Protocol types supported in OME
  • Edit-OMEDiscovery to support all Protocol types supported in OME. Closes #19

Release 3.7.0

27 Oct 17:19
Compare
Choose a tag to compare

Added

  • Get-OMEProfile
  • Remove-OMEProfile
  • New-OMEProfile
  • Invoke-OMEProfileAssign
  • Invoke-OMEDeviceReseat
  • Invoke-OMEProfileRename

Fixed

  • Wait-OnJob MAX_RETRIES calculation is set based on the SLEEP_INTERVAL

Changed

  • Update-OMEConfiguration added -UpdateSchedule parameter with the option to "StageForNextReboot" or "RebootNow"
  • Invoke-OMEProfileUnassign added -ForceReclaim parameter

Release 3.6.2

08 Sep 15:50
Compare
Choose a tag to compare

Fixed

  • Issue with Set-OMETemplateNetwork when not specifing the -Mode parameter
  • Issue with Update-OMEFirmware when -DeviceFilter is specified but no device is found. The null return value will select all devices in baseline. (Issue #15)

Changed

  • Get-OMEFirmwareCompliance and Update-OMEFirmware to allow multiple values for -ComponentFilter (Issue #12)

Release 3.6.1

11 Jul 16:35
Compare
Choose a tag to compare

Fixed

  • Issue with Get-OMEJob not listing all execution histories when using the -Detail parameter

Release 3.6.0

08 May 19:14
Compare
Choose a tag to compare

Added

  • New-OMEAlertPolicy
  • Get-OMEAlertPolicy
  • Enable-OMEAlertPolicy
  • Disable-OMEAlertPolicy

Fixed

  • Issue with Get-OMEAlert

Release 3.5.2

26 Apr 16:22
Compare
Choose a tag to compare

Fixed

  • Fixed bug with -FilterBy Id in Get-OMECatalog, Get-OMEConfigurationBaseline, Get-OMEDiscovery, Get-OMEFirmwareBaseline

Release 3.5.1

25 Apr 22:23
Compare
Choose a tag to compare

Fixed

  • Fixed bug with RunLater Scheduled Discovery in New-OMEDiscovery (Issue #11)

Release 3.5.0

14 Apr 17:10
Compare
Choose a tag to compare

Added

  • Invoke-OMEQuickDeploy
  • Set-OMEChassisName
  • Set-OMEChassisSlotName
  • Get-OMEApplicationSettings
  • Set-OMEApplicationSettings

Release 3.4.1

23 Mar 19:44
Compare
Choose a tag to compare

Changed

  • Get-OMEGroup added support for paging results to return over 100 groups

Release 3.4.0

02 Feb 20:31
Compare
Choose a tag to compare

Added

  • Get-OMEFabric
  • Get-OMEFabricUplink
  • New-OMEFabric
  • New-OMEFabricUplink
  • Edit-OMEFabricUplink
  • Set-OMEIOMPortBreakout
  • Set-OMETemplateIdentityPool
  • Set-OMETemplateNetwork
  • Remove-OMEDevice
  • Remove-OMEDirectoryService
  • Remove-OMEUser
  • Improved Pester test coverage
  • Tested against OME 3.10 and OME-M 2.00.00

Changed

  • New-OMEMcmGroup to allow for VIP creation