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
Projekt
PowerInfoblox is a PowerShell module to interact with Infoblox service
Komendy generowane z metadanych katalogu.
Install-Module PowerInfoblox -Scope CurrentUsergit clone https://github.com/EvotecIT/PowerInfoblox.gitKanały pakietów i wydań dla tego projektu.
Notatki do wydań generowane z GitHub Releases, a nie z pliku CHANGELOG.md w repozytorium.
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
Ścieżka konsultingowa
Support for rollout planning, operational design, remediation, and delivery around this project.
Pomagamy we wdrożeniach, remediacji, projektowaniu automatyzacji i dostarczaniu rozwiązań wokół platform stojących za tym projektem.