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
Projet
PowerInfoblox is a PowerShell module to interact with Infoblox service
Commandes générées depuis les métadonnées du catalogue.
Install-Module PowerInfoblox -Scope CurrentUsergit clone https://github.com/EvotecIT/PowerInfoblox.gitFlux de packages et canaux de publication pour ce projet.
Notes générées depuis GitHub Releases, pas depuis un fichier CHANGELOG.md du dépôt.
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
Parcours de conseil
Accompagnement pour la planification du déploiement, le design opérationnel, la remédiation et la livraison autour de ce projet.
Nous intervenons sur la mise en œuvre, la remédiation, la conception d’automatisations et la livraison autour des plateformes liées à ce projet.