AnythingOverIP
AnythingOverIP
Inner depth as in rail-to-rail distance or door-to-door? I would personally like to have rail-to-rail tracked, and maybe even have a min/max rail depth added to the device types. We...
> So far I have implemented them as "unracked" devices. I do the same here. Although it would be nice, I don't think that 0U devices _needs_ to be represented...
you might want to check here: https://github.com/inexio/pysmi
That would be great! :) We work in a mixed environment and we are not always logged under our domain admin account, or even on a domain joined PC (or...
Bonjour! I am facing the same issue here. Looking at the 101 600 lines debug output, I realize that at some point, the accessed API URL is missing information and...
@darkoperator , could you help me figuring out the Invoke-SSHStreamShellCommand. There are no examples nor detailed documentation on this command, and I cant figure out why it does not catch...
It's aggainst a set of Motorola's GGM8000 router. Probably not working due to numbering. Each console prompt is numbered: ``` [1]hostname_here# set sl = n [2]hostname_here# cd Current file source...
I have the same issue when trying to update with accents Using: `foreach ($site in $sites) { $values= [PScustomObject]@{ name = $site.site_EngNumber status = $site.site_status region = $site.site_region tenant =...
I was able to fix updates by changing line #121 of Invoke-nb-Api.ps1 from `ContentType = 'application/json'` to `ContentType = 'application/json; charset=utf-8'` That fixes the uploads and accents are well represented...