Hi ,
Thanks for the reply.
I have managed to register the dll.
Now I have another problem when I try the example in SDK API document.
PS H:\> Invoke-SwisVerb $swis Orion.Nodes Unmanage @("N:1",$now,$later,"false")
Invoke-SwisVerb : Account limitations prevent this object from becoming unmanaged.
At line:1 char:16
+ Invoke-SwisVerb <<<< $swis Orion.Nodes Unmanage @("N:1",$now,$later,"false")
+ CategoryInfo : InvalidOperation: ( , FaultException`1
+ FullyQualifiedErrorId : SwisError,SwisPowerShell.InvokeSwisVerb
Btw, I have tried commands Connect-Swis , Get-SwisData successfully.