Results 90 comments of BornToBeRoot

I think it would make sense to throw an error (like any other powershell function) and then handle it with `-ErrorAction` or `try/catch` I've looked into the function and i...

Thanks! I will test it. For me it broke my ps script in azure automation runbooks to check for software updats :)

Hi, thanks for you suggestion. I already monitor if a network connection is up/down or the ip changes. It's should be possible to implement "custom actions", maybe with a powershell...

Hi @lukeattard the IP scanner currently don't support IPv6. I have a library included who already can calculate the ranges, but i didn't implement it yet. At some point it...

Hi, you can disable the status window in the settings: ![issue222](https://user-images.githubusercontent.com/16019165/70856728-1ca15a00-1ee2-11ea-9816-93d31b887683.png) I can reproduce this issue on a windows 10 when i use windows remote assistance... the status window should...

I use two events to detect if the network has changed: https://docs.microsoft.com/de-de/dotnet/api/system.net.networkinformation.networkchange.networkavailabilitychanged?view=netframework-4.8 https://docs.microsoft.com/de-de/dotnet/api/system.net.networkinformation.networkchange.networkaddresschanged?view=netframework-4.8

DNS should be possible, but i need to test if the performance is ok when automatically refreshing the view... or somehow cache the result... I don't know if i get...

Hi @webprofusion-chrisc this is what the profiles are for. The devices can be stored in a profile and used across the tools. You can copy the MAC address from the...

Can you check if the general tab is correct: ![image](https://user-images.githubusercontent.com/16019165/136358243-579cb31c-2f7b-4a27-b3db-8b149c0ae193.png) Name, Host and Group are required. An the host doesn't allow a space

Hi, i already opened an issue in the library i use. https://github.com/lextm/sharpsnmplib/issues/74 Maybe i will find a workaround...