03-22-2022, 10:19 PM
The command below is used to generate the SCAN list. If you are able to run it and the unfiltered cmd and report what it outputs in your environment it might be help to understand why its not reporting anything.
-Tim
Code:
sudo nmblookup -S -T '*' | grep '*<00>' | cut -f 1 -d '*'
# Without the grep filter
sudo nmblookup -S -T '*'
-Tim