klep

Comments

  • the simple algorithm for IPv4 is just the hexadecimal representation of each octet in reverse followed by a string of "0's" making up the remainder of the 128bit addy .. I wrote a quick PS function to generate them for me, feel free to use it. function klep_guid($ip) { $ipx = @() foreach ($ipa in $ip.split(".")) { $ipx +=…
  • Do you have a concise sample of how to add nodes using powershell or over the API?