Hi
I would like a list of only the user who begins with the samaccountname guichet in my AD how can I do thst:
get-aduser -filter * | where {$_.SamAccountName = "guichet*"} | Select-Object -Property displayName, SamAccountName
Thanks for helping me
Nathalie