diff --git a/NetboxPS.psproj b/NetboxPS.psproj index 7e9a731..2e7e6c3 100644 --- a/NetboxPS.psproj +++ b/NetboxPS.psproj @@ -39,6 +39,7 @@ Functions\DCIM\FrontPorts Functions\DCIM\RearPorts Functions\Extras + Functions\IPAM\Range NetboxPS.psd1 @@ -149,6 +150,9 @@ Functions\DCIM\Sites\Remove-NetboxDCIMSite.ps1 Functions\Extras\Get-NetboxTag.ps1 Functions\Setup\Clear-NetboxCredential.ps1 + Functions\IPAM\Range\Get-NetboxIPAMAddressRange.ps1 + Functions\IPAM\Range\New-NetboxIPAMAddressRange.ps1 + Functions\IPAM\Range\Remove-NetboxIPAMAddressRange.ps1 R:\Netbox\NetboxPS\Test-Module.ps1 \ No newline at end of file