Hello,
I created a subnet. now i would like to be able to change information such as comment, vlan and location. any ideas ?
in the documentation I see an example but you have to know SubnetId and ParentId. while I would like to avoid going to search for information manually.
(for exemple : how can i get subnetID and ParentId), i've tired this code , but it doesnt work:
$SubnetId = Get-SwisData $swis -EntityType 'IPAM.Subnet' -Properties @{Address='10.10.1.0';}
thank you