→ 🚀What's New? Join Us for the Fall Product Launch! Register Now !
‎12-26-2012 09:08 PM
Solved! Go to Solution.
‎03-25-2015 11:31 AM
‎03-25-2015 11:31 AM
‎01-16-2013 08:09 PM
import-module activedirectory
Get-ADUser -Properties * | Select-Object -Property Name,SamAccountName,thumbnailphoto | Sort-Object -Property Name | ConvertTo-CSV
‎01-23-2013 08:20 PM
blighter wrote:
You could do this pretty easily in PowerShellimport-module activedirectory
Get-ADUser -Properties * | Select-Object -Property Name,SamAccountName,thumbnailphoto | Sort-Object -Property Name | ConvertTo-CSV
This will feedback data in CSV format like:
"Name","SamAccountName","thumbnailphoto"
"Bloggs, J","JBloggs","System.Byte[]" <-- has photo
"Smith, J","JSmith" <-- no photo
‎12-27-2012 02:16 PM
Experience Lansweeper with your own data. Sign up now for a 14-day free trial.
Try Now