Lync User Picture Upload

Hi
We are deploying the Lync 2013 for the users in our organisation. There will be more than 6000 users who will be using the Lync across organisation. We have Active Directory Single Forest/Single Domain Infrastructure. The users in Lync will be getting authenticated
using AD.
We have a requirement to upload user pictures in Lync and it has been told to us that the Pictures of users to be uploaded in AD and Lync will sync from there.
We do not want to upload the pictures for so many users in AD as it will increase the AD Database size. Is there any other way to upload the pictures in Lync or any other place from where Lync can synchronise.

Hi,
Users custom pictures by themselves on Lync Clients(Lync options-My pictures-show a picture from a web address).
Kent Huang
TechNet Community Support

Similar Messages

  • How to enable anonymous users to upload pictures inside a picture library?

    I have a sharepoint site. i have created a picture library inside this sharepoint site. i am trying to enable anonymous users to upload pictures in this picture library without login into the site.
    Please let me know if that's possible or is there a way that anonymous users can upload files or pictures inside sharepoint site without login into the site.Visit: http://yagyashree.wordpress.com
    MCP & MCTS [WSS 3.0/MOSS]

    Hi,
    You need to at least enable anonymous access for the picture library.
    To enable anonymous access for individual lists
    Go to the home page of your Web site and, in the left navigation pane, click View All Site Content.
    Click the list on which you want to enable anonymous access.
    On the Settings menu, click List Settings.
    On the Customize List page, in the Permissions and Management section, click Permissions for this list.
    On the Permissions page, on the Actions menu, click Edit Permissions. A dialog box is displayed informing you that you are about to create unique permissions for this list. Click OK.
    On the Settings menu, click Anonymous Access.
    Select permissions for users who have anonymous access to the list, and then click OK.
    In the step 7, make sure you have checked Add Items option.
    See Configure anonymous access (Office SharePoint Server) (http://technet.microsoft.com/en-us/library/cc263363.aspx) for more information.
    Hope the information can be helpful.
    -lambert
    Lambert Qin | Microsoft Online Support Engineer
    How to ask a question in the forum (http://support.microsoft.com/kb/555375)
    Posting is provided "AS IS" with no warranties, and confers no rights.

  • Any way to see ios exchange email user picture like in outlook on my iphone?

    Any way to see ios exchange email user picture like in outlook on my iphone?

    There are 2 ways that the contacts are being pulled down to your phone/tablet with Exchange.  Your personal contacts (those created in Outlook) will pull down any picture that you have uploaded to it (be cautious of the file size on these as the initial sync will take a long time to pull these down) - and it appears nicely for caller ID and such.
    If you are talking about the Global Address Book lookup - this is a setting that is in both Exchange and AD that could be preventing this.  Our company has turned this off for privacy concerns - and they have restricted the size limits on the pictures (this was overloading some of the other collaboration clients for those that had numerous people in their groups - like Lync or SharePoint).
    We have suggested that people who want pictures of co-workers create a personal contact card for them and attach them there.  We are using Exchange 2010 SP3 in this scenario.

  • How can i add a picture upload function to my forms

    hi all,
    i designed a forum for a survey , but i need a function to upload a picture to the form then only the meaning of the survey fullfilled , any body know how to put a "Insert image function to my forms .
    please let me know
    saji

    Hi;
    There is an "Attachment" field that allows a user to upload an attachment (Image, PDF, document etc).  It is one of the fields on the form fields toolbar:
    Make sure you are in "Web View" as opposed to "Page View" on the Design tab authoring your form to add the attachment field, the "View" setting is under the View menu and also at the bottom right corner of the page.
    Here is a tutorial on the attachment feature: http://forums.adobe.com/docs/DOC-1413
    Thanks,
    Josh

  • Picture Upload only works in IE

    I created a picture upload routine to allow users to store their picture in the DB. The routine works fine in IE, but not in any other browsers. Am I missing something? Here is what I did:
    Created item:
    'P164_FILENAME' as file browse
    onChange="javascript:xtractFile(this.value)";
    In Page Header:
    <script>
    function xtractFile(data){
    var m = data.match(/(.*)[\/\\]([^\/\\]+\.\w+)$/);
    { $x('P164_FILENAME').value = m[2]}
    </script>
    Created Process:
    declare
    get_pk stu_pic.pk_id%TYPE;
    begin
    get_pk := sis_express.get_sys_guid();
    BEGIN
    insert into "#OWNER#".stu_pic
    (pk_id,fk_stu_base,student_picture,filename,mimetype,last_update_date,last_update_user)
    select get_pk,
    :P104_PK_ID,
    blob_content,filename,mime_type,sysdate,:APP_USER
    from wwv_flow_files
    where filename = :P164_FILENAME;
    EXCEPTION when dup_val_on_index then null;
    END;
    delete from wwv_flow_files
    where filename = :P164_FILENAME;
    end;
    Created Item: 'P164_DISPLAY_PICTURE' with source of:
    <img src='#OWNER#.SIS_express.display_student_picture?l_fk_student_id=&P104_PK_ID.' height=150 width=150 valign="top" align="center">
    Created DB package to display picture:
    PROCEDURE display_student_picture (l_fk_student_id in varchar2) IS
    l_mime varchar2(255);
    l_length number;
    l_file_name varchar2(2000);
    lob_loc BLOB;
    BEGIN
    SELECT mimetype, student_picture, filename,dbms_lob.getlength(student_picture)
    INTO l_mime, lob_loc, l_file_name, l_length
    FROM stu_pic
    WHERE fk_stu_base = l_fk_student_id;
    OWA_UTIL.mime_header (NVL (l_mime, 'application/octet'), FALSE);
    HTP.p ('Content-length: ' || l_length);
    OWA_UTIL.http_header_close;
    WPG_DOCLOAD.download_file (lob_loc);
    EXCEPTION when NO_DATA_FOUND then null;
    when OTHERS then null;
    END display_student_picture;
    Edited by: bobmagan on Apr 23, 2010 7:03 AM

    I don't understand the previous post. Here's what seems to work--remove these tags: <p class="text"> </p>
    Here's the code:
    <br />
    <br />
    <span class="textbold">Appointments Online</span><br />
    <br />
    <a href="bbmd_doc_mailform.html">We are now accepting appointments online. Click here to schedule your next appointment.</a><br />
    </p>
    <p class="text"> </p>
    <!-- InstanceEndEditable -->
    <p> </p>
    Remove the tags in red.

  • The enhanced picture uploaded for ebay is not visible in Firefox but is in IE

    I sell on ebay and like using the enhanced picture uploader. I still able to use this uploader on IE but Firefox does not even allow ebay to show it as an option. I am very new to Firefox so I am certain it is a setting I need to change. Any and all assistance is very much appreciated.

    Hello gokulaan, '''try Firefox Safe Mode''' to see if the problem goes away. Safe Mode is a troubleshooting mode, which disables most add-ons.
    ''(If you're not using it, switch to the Default theme.)''
    * You can open Firefox 4.0+ in Safe Mode by holding the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * Or open the Help menu and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''
    Thank you.

  • Help- After upgrading to Mountain Lion 10.8.4 all of my default user pictures are missing

    Hello,
    After ugrading to Mountain LIon 10.8.4 on my 2010 1.4 GHz Macbook air and now all of my default user pictures are missing.
    I found a similar situation on the net in which the guy says to do this: "logged in as root and trashed the old user icon images file the copied the folder froma ML factory disk image".  I have no idea what any of that means or if is for real as an answer or just a way to screw up my computer even more. I need help, and really basic simple instructions like your talking to some one who barely know how to turn on a computer.  I would be really grateful to anyone who will help me. Thank you for your time.

    I found a simple solution that worked on my Macbook Air running 10.8.4 which was missing all the User pictures when I tried to access them as the computer administrator even through they wer all there in the User Pictures folder in the Library.
    I went into the Library Folder and trashed the "User Pictures" Folder.
    I then copied the User Pictures folder from my Macbook Pro (also running 10.8.4) that did not have this issue and installed in on the Macbook Air in place of the User Pictures folder I had trashed.    Then it all worked fine.

  • How to allow users to upload a flat file to BW

    Hi All,
    For a planning application I would like to permit our users to upload a flat file on their local desktop to the infopackage and execute the load.
    We would like to empower the users to prepare and upload their flat files into BW from their desktop without asking for BW support.
    Please let me know if any of you have followed this approach.
    Thanks
    Karen

    Hi,
    The possible steps..
    1. Create a small program and then give
    Selection Screen:
    FIle name : -
    Note: Ask users give always same file name i.e. xyz.csv
    Once user will give file name and execute it then file will save in Application Server (You fix the path like  /usr/sap/BI1/DVEBMGS00/work, you create seperate folder in Application server)
    2. Create a small Program with is using Events..
    REPORT  ZTEST_EV.
    DATA: EVENTID LIKE TBTCJOB-EVENTID.
    DATA: EVENTPARM LIKE TBTCJOB-EVENTPARM.
          EVENTID = 'ZEVENT1'.
          EVENTPARM = 'ZEVENTPARAM'.
    CALL FUNCTION 'RSSM_EVENT_RAISE'
              EXPORTING
                I_EVENTID                         = EVENTID
                I_EVENTPARM                  = EVENTPARM
              EXCEPTIONS
               BAD_EVENTID                            = 1
               EVENTID_DOES_NOT_EXIST       = 2
               EVENTID_MISSING                     = 3
               RAISE_FAILED                           = 4
               OTHERS                                    = 5
            IF SY-SUBRC <> 0.
                     MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                     WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
            ENDIF.
    3. Once user will upload the file in Step 1, then he need to run this Program,.
    4. You craetea Process Chain using this Event, then once User will run this program then the Data Loads will happen through Process Chain.
    Note: Eventhough this is lengthy process, it is protected 100%, because we are not giving any access to User, we just given reports/programs to execute.
    Thanks
    Reddy
    Thanks
    Reddy

  • How to allow the user to upload a file from their desktop to MII Server?

    Hi,
    Is there a way for the user to specify a file on their local computer to upload to the MII server for processing?  We have a method that works for uploading from a shared network drive, but now the need/desire is to allow the user to upload a file from their desktop.
    Ideally, this would be a file browser that the user would click on to browse their local desktop and select the file and click "Upload" but not sure what's possible?
    This is using 12.1 SP4.
    Thanks for the help.
    Kerby

    [Uploading Documents|Uploading Documents]

  • As a mobile me user I uploaded my photographs for clients to view and download. How do I do this in ICloud?

    As a mobile me user I uploaded my photographs for clients to view and download. Can and how do I do this in ICloud?

    You can't.  The Gallery service in MobileMe does not exist in iCloud.  You will need to switch to another photo hosting web site.

  • Time Machine on my iMac won't open iPhoto. It goes to desktop screen automatically. When I select User/Picture/Iphoto library it only brings up the preview page with the size of the folder. I can't get into the library to look for lost photos.

    Time Machine on my iMac won't open iPhoto. It goes to desktop screen automatically. When I select User/Picture/Iphoto library it only brings up the preview page with the size of the folder. I can't get into the library to look for lost photos.

    Thank You. This helps me alot to get into the masters and to see events and photos in a utilitarian way, but it is not as easy as viewing the normal iphoto format to find photos.  Can I do something else or did I not do something right to not see normal iphoto in Time Machine ?

  • How to get users picture field displayed via _api/Web/Lists - SharePoint Online

    I have created a field of type Person or Group with "show field  picture only".
    When I look at the result I get back from the _api/web URL what I see is this as the field name:
        <d:OData__x0061_wo9Id m:type="Edm.Int32">25</d:OData__x0061_wo9Id>  
    I need to get the right properties like username,accontname etc..out and I think need to build this url below: 
        /_layouts/15/userphoto.aspx?size=M&accountname=name%40domain.com.au&url=https%3A%2F%2Fdomain-my.sharepoint.com%3A443%2FUser%2520Photos%2FProfile%2520Pictures%2Fusername_domain_com_au_MThumb.jpg
    to be able to get each users picture.
    Thanks in advance

    Hi,
    To get the UserName or AccountName of a Person or Group column, you can take the URL below for a try:
    siteUrl + "/_api/web/lists/getbytitle('" + listName + "')/items(" + itemId + ")?$select=Title,OData__x0050_G1/Name,OData__x0050_G1/UserName,OData__x0050_G1/Title&$expand=OData__x0050_G1/Name,OData__x0050_G1/UserName,OData__x0050_G1/Title"
    If you want to get the Picture URL of an user, you can send another request to User Information list:
    siteUrl + "/_api/web/siteUserInfoList/Items"
    Best regards,
    Patrick
    Patrick Liang
    TechNet Community Support

  • User pictures are not shown when users are added to person field in custom list

    Hi,
    Recently we have migrated our intranet from SP2010 to SP2013. We upgraded User profile service application, My sites and Intranet site to new environment. We haven't upgraded sites to use SP 2013 templates due to some business decisions. Everything
    is working fine and as expected.
    There are few lists in our environment where we have added users in a persons fields and allowed to show their pictures with details along with name. these user pictures are not being shown on to the page. After looking in picture property I found that "white
    Space" in a picture library name is replace by %2520 instead of %20 (/user%2520photos/profile%2520pictures).
    I tried reproducing problem on a new team site with SP 2010 template and it is reproduced however it is not occurring for a team site with SP 2013 template.
    Any suggestions would be very helpful for resolving this issue. Thanks in advance.
    -Amol Meshe

    We are experiencing the same issue. We get a /User%2520Photos/Profile%2520Pictures/ path anytime we use the people picker field with the option to display picture or the picture and details option.
    EDIT: This is only a problem on the list view. If you open the display form the image shows just fine. I can't see any setting view Edit Page and updating the web part that contains the list data to correct this.
    Michael Allen (.NET and SharePoint 2010 Developer)

  • I have multiple libraries in iPhoto. When I follow the instructions User/Pictures/iPhoto library/Show package contents/Master /Duplicate I have no problem. When I go thru the same sequence but with iPhoto Galapagos I cannot duplicate its master file. What

    I have multiple libraries in iPhoto. When I follow the instructions:  User/Pictures/iPhoto library/Show package contents/Master /Duplicate I have no problem importing these image. When I choose the file titled...Pictures/iPhoto Galapagos I am unable to show package contents/Master and duplicate the images in this file. What am I doing wrong?
    Thanks

    have multiple libraries in iPhoto. When I follow the instructions:  User/Pictures/iPhoto library/Show package contents/Master /Duplicate I have no problem importing these image. When I choose the file titled...Pictures/iPhoto Galapagos I am unable to show package contents/Master and duplicate the images in this file. What am I doing wrong?
    Thanks

  • Lync User Phone Number Changed in AD - Still Showing Old (Normalized) Number Days Later in Lync Client Contact Detail

    Environment:  Lync 2013 backend; Lync 2010 and Lync 2013 clients.  Enterprise Voice not implemented.  November 2013 CU Applied on Server.
    Issue:  Lync user (User A) phone number changed in AD but still showing old number for others days later.
    Believed Cause:  User A has not logged into Lync since change to republish new phone number?
    So after reading this http://masteringlync.com/ I am beginning to think that something I perceived as an issue may actually be by design?
    Action:
    User A work phone number changed in AD.  User A has only one phone entry in AD.  Normalization rule in place to basically leave number unchanged (working)
    Result: 
    New phone number propogated fine to Exchange/Outlook fine.  Old number displaying only in Lync client when viewing User A contact card detail
    Lync 2010 Client displays only old number when looking at Client A contact detail (this client only presents phone numbers if they are actually normalized)
    Lync 2013 Client displays two work numbers. 
             One that we identify as a "display number" just as entered in AD - this shows correctly as the new number.  Another that we identify as the "normalized number" which is still the old
    number (same as 2010 Client)
    Same results whether contact is saved in Lync Client or not and is not related to Outlook contacts - in fact one test was with a Lync account that is not Mail Enabled.
    I did a dbanalyze to view the SQL database detail for User A and see that Category 'userInformation' has the old phone number and the time stamp on it seems to coincide with a Lync Cllient database change (user login or refresh on that end) so this seems
    to futher confirm my findings thus my reaching the point of conceding it might be out of my control.
    My Question I guess is ....
    Have others discovered this?  Is this a bug or do normalized phone numbers actually requre a client login to accept/republish the number correctly to others even though the information is updated in AD?  User detail and how it propogates seems to
    be the biggest mystery and it gets harder and harder to explain to users why changes aren't displaying accuralely.

    Thanks Richard... your blog definitely hit home with what I was seeing but guess I just didn't want to accept that as the end of the road on this.  I'm still in a little misbelief that client interaction is necessary to update a backend change.
    This process really makes phone numbers in Lync an unreliable source given a user will never know if it is it up to date.  And the problem with Lync 2013 client is it shows both numbers in the client ... the address book one with the
    updated AD numbers and the one the normalized AD one that the user has to login to republish.  I now more fully understand the process but trying to explain that to users when they see different work numbers .. ugh. 
    Oh well, guess the important part is to understand the process so thanks again.

Maybe you are looking for

  • TS3212 i still cant unlock my ipad from home computer..why?

    I still can't unlock my ipad from my home computer ..why?

  • Wireless KB Connection

    I have a Mac Mini and wireless keyboard that have been terrific for about three years. My KB just stopped responding and I can't log on to diagnose the issue. When I turn the KB on, the green LED on the base of the KB lights up green then begins a pa

  • Assignment of Logical Structures to Users

    Hi, I have a question regarding the assignment of logical structures to users of a database. The following is what Sam Alapati states in his book "Expert Oracle9i Database Administration:" "By organizing space into logical structures and assigning th

  • Order Quantity in BAPI_Salesorder_change becomes zero when changed.

    Hi, As a requirement , I have to delete line item on a sales order and create one line item with the same data except delivering plant. I am using BAPI_SALESORDER_CHANGE. I need to change ship to party and line item data. Ship to party and other line

  • Find ASM Home

    Hi, My question is : To find the ORACLE HOME we use the "echo $ORACLE_HOME" and to find the CRS HOME we use the "echo $ORA_CRS_HOME"; In the same way, What variable i have to use to find ASM HOME ? $ ps -ef |grep smon oracle 7416 1 0 Apr08 ? 00:00:00