diff --git a/Examples/Example-FindUsers.ps1 b/Examples/Example-FindUsers.ps1 new file mode 100644 index 0000000..f44e8ba --- /dev/null +++ b/Examples/Example-FindUsers.ps1 @@ -0,0 +1,4 @@ +Import-Module .\PasswordSolution.psd1 -Force + +$Users = Find-Password +$Users | Format-Table Name, Manager, ManagerSamAccountName, ManagerEmail, ManagerStatus, ManagerLastLogonDays, ManagerType, Domain, UserPrincipalName \ No newline at end of file