Avatar of Alex
Alex
Flag for United Kingdom of Great Britain and Northern Ireland

asked on 

Get Samaccountname from email

Afternoon

My brain is fried, I'm feeling rough and sweating loads.

$users = Import-csv C:\temp\Manager.csv
foreach ($User in $Users){

 Get-aduser -Properties * -Filter {(mail -like $_.'Line Manager Email')}}

Open in new window



Why isn't this working?
Powershell

Avatar of undefined
Last Comment
Alex

8/22/2022 - Mon