NetboxPS icon indicating copy to clipboard operation
NetboxPS copied to clipboard

Powershell module for Netbox

Results 23 NetboxPS issues
Sort by recently updated
recently updated
newest added

In Get-NetboxDCIMInterface, Line 13, you have the wrong type declared for the $Name Parameter. I fixed my local copy, and offering this to the maintainer/community here in case it helps...

New-NetboxIPAMAddressRange Set-NetboxIPAMAddressRange The parameter -Mark_Utilized in these functions is defined as a switch, but it needs to be a string where the values are true/false.

Hi community, I have an issue when i am trying to assign value bigger than Unit16 limit to Assigned_Object_Id . This completes fine PS C:\Windows\system32> Set-NetboxIPAMAddress -Assigned_Object_Type virtualization.vminterface -Id 158617...

When using cmdlets with the `Get` verb, I expect to have backend pagination handled for me, rather than having to use the `-Limit` and `-Offset` parameters.

question

- Add the ability to Get/Add Manufactures - Backend Function to generate Slugs for use in slug generation (simple) - Modify Connect-NetboxAPI -URI functionality to allow UriBuilder.Path Property to be...

Need to add/complete function comment-based help where missing/incomplete

help wanted

Hi, Thanks for your module ! There is some plan to publish this module on PS Gallery ? (more easy for install, don't need git...)

enhancement

This should probably have some tests... The tests in here as of 2021/03/31 are old and no longer functional after a major Netbox API change around v2.7

enhancement
help wanted

Dear All, Connect-NetboxAPI -Hostname netbox-test.net PowerShell credential request Enter token for Netbox Password for user username-not-applicable: **************************************** Invoke-RestMethod: No connection could be made because the target machine actively refused it....

The parameter **Device_Role** used in the cmdlet **New-NetboxDCIMDevice.ps1** has been deprecated in Netbox. This causes the cmdlet to no longer function. Proposed fix: change the parameter name $Device_Role on line...