I'm hoping to get some help here..I do see a couple other people asking similar questions, but none of them have answers either - so I'm hoping someone with knowledge of this will be able to help this time..
I'm looking for a way to import user photos in bulk. The user accounts already exist.
I've got GAM installed and configured, but can't seem to get find the syntax to make this work.
Ideally, it'd cover all users regardless of group/OU
I've got the photos in a single local directory, and have currently labeled them with the user's email/login and .jpg - so for example - smi...@mydomain.com.jpg
I see a few references to a solution that makes it sound easy, but that method doesn't work (as noted by some of the other posts here from people looking for help).
That method says it's as simple as :
Assuming all your photos are named us...@domain.com.jpg and stored in c:\photos you can run a GAM command like:
gam all users update photo c:\photos\#user#.jpg
GAM will subsitute #user# with the user name for each user
However, from the result of that, it appears that the variable #user# isn't working properly on my system.
Is there a correct equivalent variable?