Hi,
you can simply call this method and SWQL query that returns first Available IP for selected subnet: Get-SwisData $swis 'SELECT TOP 1 I.DisplayName FROM IPAM.IPNode I WHERE Status=2 AND I.Subnet.DisplayName = ''192.168.1.0 /24'' '
Hi,
you can simply call this method and SWQL query that returns first Available IP for selected subnet: Get-SwisData $swis 'SELECT TOP 1 I.DisplayName FROM IPAM.IPNode I WHERE Status=2 AND I.Subnet.DisplayName = ''192.168.1.0 /24'' '