HI
I would like to extract all users thaht don't have anything in the field intials
?
Get-ADUser -Filter * | where { $_.initials -eq " " } | Select-Object -Property SamAccountName,surnameu
Thank you
HI
I would like to extract all users thaht don't have anything in the field intials
?
Get-ADUser -Filter * | where { $_.initials -eq " " } | Select-Object -Property SamAccountName,surnameu
Thank you