Skip to content

Releases: dell/OpenManage-PowerShell-Modules

Release 3.3.3

23 Jan 16:50
Compare
Choose a tag to compare

Fixed

  • Fixed typo in Invoke-OMEApplianceBackup

Release 3.3.2

20 Jan 22:51
Compare
Choose a tag to compare

Changed

  • Changed Invoke-OMEApplianceBackupRestore to Invoke-OMEApplianceBackup only. Restore must be done in OME-M at this time.

Release 3.3.1

20 Jan 18:50
Compare
Choose a tag to compare

Fixed

  • Another fix for column order issue in Invoke-OMEReport (Issue #7)

Release 3.3.0

19 Jan 23:40
Compare
Choose a tag to compare

Added

  • Get-OMEApplianceInfo
  • Invoke-OMEApplianceBackup
  • Invoke-OMEResetApplication
  • Remove-OMECatalog
  • Remove-OMEFirmwareBaseline

Fixed

  • Column order issue in Invoke-OMEReport (Issue #7)
  • Issue where RebootNow wasn't actually rebooting in Update-OMEFirmware (Issue #10)
  • Issue where commandlets were failing when IE wasn't installed. Added -UseBasicParsing to all Invoke-WebRequest
  • PowerShell v5 fix for Invoke-OMEDirectoryServiceImportGroup

Release 3.2.0

12 Jan 15:23
Compare
Choose a tag to compare

Added

  • New-OMEDirectoryService
  • Get-OMEDirectoryService
  • Get-OMEDirectoryServiceSearch
  • Get-OMERole
  • Invoke-OMEDirectoryServiceImportGroup

Release 3.1.1

06 Jan 18:57
Compare
Choose a tag to compare

Fixed

  • Fixed issue on commandlet Get-OMEDevice where NetworkAddress is not reported correctly on the MX7000 platform

Release 3.1.0

07 Dec 16:55
Compare
Choose a tag to compare

Added

  • Invoke-OMEOnboarding

Changed

  • Install-Module script will detect default PowerShell module installation path from $env:PSModulePath

Fixed

  • Fixed issue with column sorting in Invoke-OMEReport (Issue #7)
  • Fixed private fuction Resolve-Error to print error in red

Release 3.0.0

16 Mar 16:31
Compare
Choose a tag to compare

Changed

Fixed

  • Disconnect-OMEServer checks if auth token exists before trying to remove auth session

Release 2.3.8

11 Mar 21:20
Compare
Choose a tag to compare

Added

  • Examples/DiscoverAddToStaticGroup.ps1 will run a Discovery, create a static group and add the devices to the group

Fixed

  • Fixed column ordering in Invoke-OMEReport to properly match Report
  • Fixed filtering with paged results in Get-OMEDevice. OME does not automatically add the filter parameters to @odata.nextLink

Release 2.3.7

16 Feb 17:03
Compare
Choose a tag to compare

Added

  • Copy-OMETemplate