Skip to content

Commit

Permalink
FInd users data example
Browse files Browse the repository at this point in the history
  • Loading branch information
PrzemyslawKlys committed Aug 29, 2022
1 parent 385f9d4 commit 3b55505
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Examples/Example-FindUsers.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Import-Module .\PasswordSolution.psd1 -Force

$Users = Find-Password
$Users | Format-Table Name, Manager, ManagerSamAccountName, ManagerEmail, ManagerStatus, ManagerLastLogonDays, ManagerType, Domain, UserPrincipalName

0 comments on commit 3b55505

Please sign in to comment.