Skip to content

Commit

Permalink
Update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
PrzemyslawKlys committed Jan 17, 2023
1 parent 471efaf commit 7014c30
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Examples/Example-FindUsersPasswordQuality.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
Import-Module .\PasswordSolution.psd1 -Force

#$Users = Find-PasswordQuality
#$Users | Format-Table

Show-PasswordQuality
$Users = Find-PasswordQuality
$Users | Format-Table
3 changes: 3 additions & 0 deletions Examples/Example-FindUsersPasswordQualityReport.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Import-Module .\PasswordSolution.psd1 -Force

Show-PasswordQuality -FilePath $PSScriptRoot\Reporting\PasswordQuality.html -Online -WeakPasswords "Test1", "Test2", "Test3"

0 comments on commit 7014c30

Please sign in to comment.