Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources: Active Threads
Viewing all articles
Browse latest Browse all 8411

FInd users where initials is empty

$
0
0

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


Viewing all articles
Browse latest Browse all 8411

Latest Images

Trending Articles



Latest Images