SharePoint How to view / change web site properties in SharePoint by PowerShell In SharePoint, Property bags are usually used to store values / configurations related to a web site. Reading / Writing them via PowerShell is really easy just fire up "SharePoint 2010 Management Shell" from the Start Menu and type the following commands: $web = Get-SPWeb "http://yourwebsite" $web.Properties[
SharePoint How to change OSearch14 account (user)? How to change search service account using SharePoint Central Administration The simplest way to change the account of a service in SharePoint is to: 1. Run Central Administrator 2. Go to Security > Configure service accounts 3. Select "Windows Service - SharePoint Server Search" 4. In "Select
Windows Communication Foundation (WCF) MEX vs WSDL Since I have answered this question a few times now I decided to write a post about it. maybe it helps some others who have the same question: "What is the difference between MEX and WSDL as a meta-data description for WCF service" and probably the next question: