All,
I'm trying to use the below process to add some devices. I'm getting ip2Guid is not recognized on the latest version of NPM. Any ideas?
https://thwack.solarwinds.com/t5/SAM-Documents/Bulk-import-ICMP-nodes/ta-p/527283
ip2guid : The term 'ip2guid' is not recognized as the name of a cmdlet, function, script file, or operable program.
Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
At C:\Users\xxxxxx\Desktop\SWISAddICMPNodes.ps1:88 char:15
+ $ipGuid = ip2guid($ip)
+ ~~~~~~~
+ CategoryInfo : ObjectNotFound: (ip2guid:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException