Avatar of cawasaki
cawasaki

asked on 

powershell script to get all AD user without displayname

hello,

i need a powershell script to get all AD user without displayname and export them to a csv file.

the script must get the user from specific OU.

after that, i need to use the csv file with user to set a displayname like that:
displayname =  SN + Givenname

thanks for help
PowershellActive DirectoryScripting Languages

Avatar of undefined
Last Comment
cawasaki

8/22/2022 - Mon