hi, My current windows 11 has a "AP BSSID" as text. This makes the script fale on the bssidMatch because it is not present. I changed it to: $bssidRegex = '^\s*AP.BSSID\s+:\s+(\b([0-9A-Fa-f]{2}[:-]){5}[0-9A-Fa-f]{2}\b)' Regards, Jeroen
hi,
My current windows 11 has a "AP BSSID" as text.
This makes the script fale on the bssidMatch because it is not present.
I changed it to:
$bssidRegex = '^\s*AP.BSSID\s+:\s+(\b([0-9A-Fa-f]{2}[:-]){5}[0-9A-Fa-f]{2}\b)'
Regards,
Jeroen