Skip to content

v1.4.0

Choose a tag to compare

@jeshuaedgar jeshuaedgar released this 28 Jul 11:02
· 11 commits to master since this release

Added

  • Pipeline input for the following cmdlets:
    • Add-OPZoneRecord
    • Set-OPZoneRecord
    • Remove-OPZoneRecord
    • Remove-OPZone

For examples on how to use these new pipeline features please see the example section here

  • New cmdlets
    • Remove-OPZoneRecord

Changed

  • Get-OPZoneRecords

    • Is now Get-OPZoneRecord ("s" dropped to comply to PowerShell cmdlet naming)
    • When -Provider is not specified, it defaults to "openprovider"
    • Domain and Name is now seperated in the output (beforehand Name included the name + domain)
    • ZoneID is included in the output of this cmdlet (for pipelining)
  • Set-OPZoneRecord

    • This cmdlet now accepts a new parameter -Record, -OriginalRecord and -NewRecord have been depricated.
    • Made changing a record much easier and intuitive, just define which parameters you want to change, all parameters are optional.

Fixed

  • Get-OPDomain is fixed withing PowerShell 7
  • throws have been replaced by a milder Write-Error for non-terminating errors

Removed

  • New-OPZoneRecordObject