This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Is it possible to update IPAM.GroupNode via powershell

I am trying to use Powershell to change folder names in IPAM and I am getting the following error

Set-SwisObject $swis -Uri 'swis://OrionServerName/Orion/IPAM.GroupNode/GroupId=15577,ParentId=13709,AncestorId=15577' -Properties @{Comments='TEST';}

Set-SwisObject : Operation not supported on IPAM.GroupNode

At line:1 char:1

+ Set-SwisObject $swis -Uri 'swis://OrionServerName/Orion/IPAM.Gro ...

+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    + CategoryInfo          : InvalidOperation: (:) [Set-SwisObject], FaultException`1

    + FullyQualifiedErrorId : SwisError,SwisPowerShell.SetSwisObject