Tuesday, July 15, 2014

Change FARM Account Password in Central Admin Server

Login to Central Admin server and open SharePoint Management Shell as administrator.

Run the below command (Replace Credentials with your new Credentials of the farm)

stsadm -o updatefarmcredentials -userlogin sp\<Account Name>  -password <Account Password>

Have Fun :)

Friday, December 6, 2013

Sideloading of apps is not enabled on this site

In order to publish a SharePoint hosted apps
create a developer site in which developer feature enabled on it.
to publish a app on normal site enable developer on it. it's a hidden feature to be enabled from powershell.

Enable-SPFeature e374875e-06b6-11e0-b0fa-57f5dfd72085 –url <site URL>

Time Intelligence Functions in Power BI: A Comprehensive Guide

Time intelligence is one of the most powerful features of Power BI, enabling users to analyze data over time periods and extract meaningful ...