“CrackMapExec (a.k.a CME) is a post-exploitation tool that helps automate assessing the security of large Active Directory networks.” - https://github.com/mpgn/CrackMapExec/wiki. This command will perform password spraying over SMB against the domain controller.
Command Reference:
Domain Controller IP: 10.10.10.1
Username List: users.txt
Password: password123
crackmapexec smb 10.10.10.1 -u users.txt -p password123