Search weak passwords in active directory with powershell
>> YOUR LINK HERE: ___ http://youtube.com/watch?v=q8OLqOvLIok
Enforcing a strong password policy is crucial to safeguard organizational data and resources. One effective approach is to ensure that users are not using weak or commonly used passwords that are easily guessable. This can be achieved by comparing user password hashes in Active Directory (AD) against a list of banned passwords. You can copy the powershell script from below URL. • Need to install DSinternals module with below command on the system where you will execute the powerhell script • Install-Module -Name DSInternals • https://www.infoalias.com/how-to-dete... • #windows • #securitybreach • #security • #activedirectory • #windowsoperatingsystem • #activedirectory • #powershellscripting • #powershell • #powershelltraining • #viralvideo • #microsoft
#############################