Skip to content
This repository was archived by the owner on Jun 23, 2026. It is now read-only.

Commit 905ff7a

Browse files
Update
1 parent fd01728 commit 905ff7a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Examples/Example-01-GetPasswordQuality.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
# Using built-in password list (just one password P@ssw0rd!)
44
$Passwords = Invoke-ADPasswordAnalysis
5-
$Passwords.'ad.evotec.xyz'.DomainPasswordDuplicatePasswordGroups | Format-Table -AutoSize
5+
$Passwords.'ad.evotec.xyz'.DomainPasswordDuplicatePasswordGroups | Format-Table -AutoSize 'Duplicate Group', *
6+
$Passwords.'ad.evotec.xyz' | Format-Table *
67

78
return
89
# Using a list of passwords

0 commit comments

Comments
 (0)