v1.0.36
What's Changed
- Fix EA definition lookup fields by @PrzemyslawKlys in #5
Full Changelog: Compare v1.0.35 to v1.0.36
Project
PowerInfoblox is a PowerShell module to interact with Infoblox service
Commands generated from catalog metadata.
Install-Module PowerInfoblox -Scope CurrentUsergit clone https://github.com/EvotecIT/PowerInfoblox.gitPackage feeds and release channels for this project.
Release notes generated from GitHub Releases, not a repository CHANGELOG.md file.
Full Changelog: Compare v1.0.35 to v1.0.36
List/enum extensible attributes can now be provided using the display value shown in the UI. The module resolves the display value to the internal ID automatically (single and multi-value).
$addInfobloxSubnetSplat = @{
Subnet = '10.22.35.0/24'
Comment = "Oki dokii"
AutoCreateReverseZone = $true
DHCPGateway = "10.22.35.1"
DHCPLeaseTime = 5000
DHCPDomainNameServers = "192.168.4.56,192.168.4.57"
ExtensibleAttributeCountry = "Poland"
#ExtensibleAttributeName = "Test"
ExtensibleAttributeRegion = "Europe"
ExtensibleAttributeSite = "Site1"
ExtensibleAttributeState = "Mazowieckie"
ExtensibleAttributeVLAN = "810"
}
Add-InfobloxNetwork @addInfobloxSubnetSplat
$addInfobloxSubnetSplat = @{
Subnet = '10.22.36.0/24'
Comment = "Oki dokii"
AutoCreateReverseZone = $true
DHCPGateway = "10.22.36.1"
DHCPLeaseTime = 5000
DHCPDomainNameServers = "192.168.4.56,192.168.4.57"
ExtensibleAttribute = [ordered] @{
#Name = 'Test'
VLAN = '810'
Country = 'Poland'
Region = 'Europe'
Site = 'Site1'
}
}
Add-InfobloxNetwork @addInfobloxSubnetSplat
$addInfobloxSubnetSplat = @{
Subnet = '10.22.37.0/24'
Comment = 'List EA example'
ExtensibleAttribute = [ordered] @{
NetworkType = 'on-prem SDC'
'Support group' = @('Tier1', 'Tier2')
}
}
Add-InfobloxNetwork @addInfobloxSubnetSplat
Remove-InfobloxNetworkExtensibleAttribute -Network '10.22.36.0/24' -Attribute 'VLAN'
Add-InfobloxNetworkExtensibleAttribute -Network '10.22.36.0/24' -Attribute 'VLAN' -Value '811'
Full Changelog: Compare v1.0.31 to v1.0.32
Set-InfobloxDHCPRangeFull Changelog: Compare v1.0.30 to v1.0.31
Add-InfobloxDHCPRangeSet-InfobloxDHCPRange to update DHCP rangeAdd-InfobloxDHCPRangeOptionsSet-InfobloxDHCPRangeOptionsRemove-InfobloxDHCPRangeOptionsGet-InfobloxDHCPRangeSet-InfobloxDNSRecordFull Changelog: Compare v1.0.29 to v1.0.30
Get-InfobloxDHCPLeaseGet-InfobloxDHCPRangeGet-InfobloxNetworkFull Changelog: Compare v1.0.28 to v1.0.29
Get-InfobloxNetworkContainer to get network containersGet-InfobloxNetworkNextAvailableNetwork to search for the next available network within a network containerFull Changelog: Compare v1.0.27 to v1.0.28
Full Changelog: Compare v1.0.26 to v1.0.27
Consulting track
Support for rollout planning, operational design, remediation, and delivery around this project.
We offer implementation, remediation, automation design, and delivery support around the platforms behind this project.