Posts

Administrator is not able to change user’s picture in User Profile in SharePoint Admin Center

For some users Admin is able to change picture by going to User Profile -> Manage user profile option. But for some users , Admin is not able to change pictures & SharePoint is showing the message “ Only user can change this photo ”. Admin can delete the photo but can’t upload. Here is the way to change user’s picture. Just go to Manage User Profile option form SharePoint Admin Center -> User Profile and search for the user. Now modify the user & search for the property “Picture Exchange Sync State”. You will see that it’s value is non zero. Just change it to Zero (0) & save it. Now reopen this profile again. You will see the option to update the image.

JavaScript Related Questions & Answers

1.What is JavaScript? JavaScript is a client-side as well as server side scripting language that can be inserted into HTML pages and is understood by web browsers. JavaScript is also an Object based Programming language 2.Enumerate the differences between Java and JavaScript? Java is a complete programming language. In contrast, JavaScript is a coded program that can be introduced to HTML pages. These two languages are not at all inter-dependent and are designed for the different intent.  Java is an object – oriented programming (OOPS) or structured programming language like C++ or C whereas JavaScript is a client-side scripting language. 3.What are JavaScript Data Types? Following are the JavaScript Data types: ·          Number ·          String ·          Boolean ·          Null ·          Object ·          Undefined ·          Array 4.What is the use of isNaN function? isNaN function returns true if the argument is not a number otherwise it