How to get all the user properties using Powershell in SharePoint 2010
In this article, we will be seeing how to get all the user properties using Powershell in SharePoint 2010.
Get all the user properties
I am getting all the user properties of the current login user on the SharePoint site.
Sometimes you may receive the following error when you are trying to run the above-mentioned powershell script.
![Powershell script]()
To resolve this error refer http://www.c-sharpcorner.com/UploadFile/Blogs/4344/
I want to get the particular property value of the current SharePoint site login user. I used the following script to get the custom property value.
The same thing can be achieved using C# as shown in the following