sense-of-security / ADRecon

ADRecon is a tool which gathers information about the Active Directory and generates a report which can provide a holistic picture of the current state of the target AD environment.
https://senseofsecurity.com.au/
GNU Affero General Public License v3.0
1.64k stars 277 forks source link

ADRecon -Protocol LDAP issue #24

Open dpkfod opened 3 years ago

dpkfod commented 3 years ago

I am receiving an issue where when I run the command:

.\ADRecon.ps1 -Protocol LDAP -DomainController -Credential -Collect Forest,Domain,PasswordPolicy,FineGrainedPasswordPolicy,DomainControllers,Users,UserSPNs,Groups,GroupMembers,OUs,GPOs,GPOReport,DNSZones,Printers,Computers,ComputerSPNs,LAPS,Bitlocker -OutputType Excel

A parameter cannot be found that matches parameter name 'Protocol'. At line:1 char:15

The older version worked fine. This only started after I upgraded to the newer version of the powershell script. Please advise. Thank you.