PSPHPIPAM
PSPHPIPAM copied to clipboard
Is it possible to get the full subnet hierarchy, including folders from Get-PhpIpamSubnets? Looking in the phpIPAM web UI, each subnet view has a "Hierarchy" display like: Hierarchy | Section...
So issue is.. When using Get-PHPIpamAddress there is no attribute to tell me that it's a range? so I that if I want via API to now break that down...
Devices?
I'm working on a Powershell script that utilizes "PSDiscoveryProtocol" Module to determine the Switch that a Computer is connected to... But We don't have the Powershell CmdLet to interface the...
In file Invoke-PhpIpamExecute.ps1, line 54 contains the entry vfr instead of vrf.
Hi, I able to create a folder with: New-PhpIpamSubnet -Params @{ description = "Test"; sectionId = 1; isFolder = 1 } Now I´m struggling with how I can create a...
Hi , when i run in powershel 7 this: New-PhpIpamSession -useAppKeyAuth -PhpIpamApiUrl https://someserver/api/someaccess/user -AppID someid -AppKey 'somekey' i get this : New-PhpIpamSession: Cannot validate argument on parameter 'UseAppKeyAuth'. CryptoAuth need...
I have the PowerShell Module installed, but dont know how to use it. How would a powershell command looks like? If I want to create a invoke restmethod? do you...
Hi. Is it posible to get data from Changelog? I need take a username who add data to IP-address
Hi there i'm trying to add a new subnet but getting an error. I used Get-PhpIpamSubnetByID to copy the object but no luck. Any help would be great: Create the...