powershell-block-windows-attack icon indicating copy to clipboard operation
powershell-block-windows-attack copied to clipboard

Property 'remoteaddresses' cannot be found on this object; make sure it exists and is settable.

Open gqqnbig opened this issue 9 years ago • 3 comments

Property 'remoteaddresses' cannot be found on this object; make sure it exists and is settable.
At C:\Users\Administrator\Documents\banIP.ps1:33 char:7
+         $ar. <<<< remoteaddresses += ',' + $_.Name
    + CategoryInfo          : InvalidOperation: (remoteaddresses:String) [], RuntimeException
    + FullyQualifiedErrorId : PropertyNotFound

I got this error. It runs with admin privilege. Please advice.

gqqnbig avatar Jan 12 '16 06:01 gqqnbig

Based on further reading, disable NLA and NTLM. traffic deny all

rflowers200 avatar Dec 28 '18 15:12 rflowers200

Same problem

NibblyPig avatar Feb 21 '22 08:02 NibblyPig

Please ensure the firewall rule named 'BlockAttackers' is created. (must be created manually)

binnychan avatar Apr 28 '23 01:04 binnychan