I looked at this thread on this google forum and they said that I could update profile pictures. I am not able to find the command to update profile pictures on the Wiki. Has the feature been removed?
Warning : The information contained in this message may be privileged and confidential and protected from disclosure. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. This e-mail transmission and any documents, files attached or any previous e-mail messages accompanying this transmission may contain confidential and protected health information subject to privacy regulations such as the Health Insurance Portability and Accountability Act of 1996 (HIPAA). If you have received this communication in error, please notify us immediately by replying to this message and then delete it from your computer.
--
You received this message because you are subscribed to the Google Groups "Google Apps Manager" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-man...@googlegroups.com.
To post to this group, send email to google-ap...@googlegroups.com.
Visit this group at http://groups.google.com/group/google-apps-manager.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-manager/8da3fdf8-1428-466c-b2a5-e1571c9c5dfa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Jared,The basic command is:gam user <UserEmail> update photo <FileName>But you probably want to update a bunch of users; how you proceed is based on whether the <FileName> can be derived from <UserEmail>.Suppose your email addresses are of the form first...@bar.com and the photos are c:\Photos\first.last.jpg.You have a CSV file UserList.csv with a column labelled UserEmail that contains the email addresses.gam csv UserList.csv gam user ~UserEmail update photo c:\Photos\#username#.jpgGiven the address first...@bar.com, the following substitutions are available in the string following the photo argument:#user# and #email# are equivalent, both are replaced by the full email address, first...@bar.com#username# is replaced by the portion of the email address preceding the @, first.last in this case.If the <FileName> can not be derived from the <UserEmail>, then you need two columns in the CSV file, UserEmail and UserPhoto.gam csv UserList.csv gam user ~UserEmail update photo ~UserPhotoRoss
On Thu, Sep 24, 2015 at 12:17 PM, Jared Monk <jm...@natmedtrans.com> wrote:
I looked at this thread on this google forum and they said that I could update profile pictures. I am not able to find the command to update profile pictures on the Wiki. Has the feature been removed?
Warning : The information contained in this message may be privileged and confidential and protected from disclosure. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. This e-mail transmission and any documents, files attached or any previous e-mail messages accompanying this transmission may contain confidential and protected health information subject to privacy regulations such as the Health Insurance Portability and Accountability Act of 1996 (HIPAA). If you have received this communication in error, please notify us immediately by replying to this message and then delete it from your computer.
--
You received this message because you are subscribed to the Google Groups "Google Apps Manager" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-manager+unsub...@googlegroups.com.
To post to this group, send email to google-apps-manager@googlegroups.com.
Visit this group at http://groups.google.com/group/google-apps-manager.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-manager/8da3fdf8-1428-466c-b2a5-e1571c9c5dfa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thank you for this. This made updating photos super easy.
On Thursday, September 24, 2015 at 3:06:50 PM UTC-6, Ross Scroggs wrote:
Jared,The basic command is:gam user <UserEmail> update photo <FileName>But you probably want to update a bunch of users; how you proceed is based on whether the <FileName> can be derived from <UserEmail>.Suppose your email addresses are of the form first...@bar.com and the photos are c:\Photos\first.last.jpg.You have a CSV file UserList.csv with a column labelled UserEmail that contains the email addresses.gam csv UserList.csv gam user ~UserEmail update photo c:\Photos\#username#.jpgGiven the address first...@bar.com, the following substitutions are available in the string following the photo argument:#user# and #email# are equivalent, both are replaced by the full email address, first...@bar.com#username# is replaced by the portion of the email address preceding the @, first.last in this case.If the <FileName> can not be derived from the <UserEmail>, then you need two columns in the CSV file, UserEmail and UserPhoto.gam csv UserList.csv gam user ~UserEmail update photo ~UserPhotoRoss
On Thu, Sep 24, 2015 at 12:17 PM, Jared Monk <jm...@natmedtrans.com> wrote:
I looked at this thread on this google forum and they said that I could update profile pictures. I am not able to find the command to update profile pictures on the Wiki. Has the feature been removed?
Warning : The information contained in this message may be privileged and confidential and protected from disclosure. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. This e-mail transmission and any documents, files attached or any previous e-mail messages accompanying this transmission may contain confidential and protected health information subject to privacy regulations such as the Health Insurance Portability and Accountability Act of 1996 (HIPAA). If you have received this communication in error, please notify us immediately by replying to this message and then delete it from your computer.
--
You received this message because you are subscribed to the Google Groups "Google Apps Manager" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-manager+unsub...@googlegroups.com.
To post to this group, send email to google-ap...@googlegroups.com.
Visit this group at http://groups.google.com/group/google-apps-manager.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-apps-manager/8da3fdf8-1428-466c-b2a5-e1571c9c5dfa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.