dear Lansweeper-team,
our notebooks are connected to our company network via DirectAccess. After configuring it correctly scanning works fine, but one issue: lansweeper does not directaccess connection's ipv6 address.
is it possible to add powershell commands to scanning the network? wmi win32_networkadapterconfiguration does not contain information about the directaccess tunnel's ipaddress, but the powershell-command get-netipaddress contains this information.
so combining the output of the following two commands returns almost the same information as win32_computersystem does, but with a bit more:
get-netipinterface
get-netipaddress
cheers,
thomas