Replies: 3 comments
-
Hi, Do you have found the solution ? you want to change tag for IPAMAddress ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, No, I haven't found a solution. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Late to party but this works. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Unfortunately, I don't see any way to remove or add an existing tag to an IP address, for example.
Sorry in am new here, can you please help me out?
$nbIp = Get-NetboxIPAMAddress -Address '172.172.172.172/32'
nbIp.tags = $nbIp.tags | ? { $_.Name -ne 'offline' }
Set-NetboxIPAMAddress -Id $nbIp.id -??? $nbIp.tags
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions