Releases: dell/OpenManage-PowerShell-Modules
Releases · dell/OpenManage-PowerShell-Modules
Release 3.3.3
Fixed
- Fixed typo in Invoke-OMEApplianceBackup
Release 3.3.2
Changed
- Changed Invoke-OMEApplianceBackupRestore to Invoke-OMEApplianceBackup only. Restore must be done in OME-M at this time.
Release 3.3.1
Fixed
- Another fix for column order issue in Invoke-OMEReport (Issue #7)
Release 3.3.0
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
Added
- New-OMEDirectoryService
- Get-OMEDirectoryService
- Get-OMEDirectoryServiceSearch
- Get-OMERole
- Invoke-OMEDirectoryServiceImportGroup
Release 3.1.1
Fixed
- Fixed issue on commandlet Get-OMEDevice where NetworkAddress is not reported correctly on the MX7000 platform
Release 3.1.0
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
Changed
- Changed the way commandlets exit when authentication fails. Previously all commandlets would stop script execution if not authenticated which isn't a PowerShell best practice. If you would like to maintain this behavior use the -ErrorAction Stop on the Connect-OMEServer or any commandlet. https://devblogs.microsoft.com/scripting/handling-errors-the-powershell-way/#erroraction-parameter
Fixed
- Disconnect-OMEServer checks if auth token exists before trying to remove auth session
Release 2.3.8
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
Added
- Copy-OMETemplate