[Solved] How to filter users with powershell script
[ad_1] try something like this: Get-ADUser -Filter “*” | where UserPrincipalName -eq “[email protected]” | select name, surname, SamAccountName 2 [ad_2] solved How to filter users with powershell script