v1.4.0
Added
- Pipeline input for the following cmdlets:
Add-OPZoneRecordSet-OPZoneRecordRemove-OPZoneRecordRemove-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
-Provideris not specified, it defaults to "openprovider" DomainandNameis now seperated in the output (beforehandNameincluded the name + domain)ZoneIDis included in the output of this cmdlet (for pipelining)
- Is now
-
Set-OPZoneRecord- This cmdlet now accepts a new parameter
-Record,-OriginalRecordand-NewRecordhave been depricated. - Made changing a record much easier and intuitive, just define which parameters you want to change, all parameters are optional.
- This cmdlet now accepts a new parameter
Fixed
- Get-OPDomain is fixed withing PowerShell 7
- throws have been replaced by a milder Write-Error for non-terminating errors
Removed
New-OPZoneRecordObject