dragonflymr
Aug 16, 2017Cirrostratus
There is something wrong with this check for versions higher than 11.x - for example 12.1.1
if($MajorVersion -gt 11 -or ($MajorVersion -eq 11 -and $Minorversion -gt 3))
With this check enabled I am not getting info about SNAT setting. I had to disable it to get correct data.
Piotr