Monday, September 21, 2015

Changing Password in cloud identities with Windows PowerShell

I had come ac-crossed to the accounts which are stored within Azure Active Directory and they need to be integrated in office 365.I imported bulk users specially formatted CSV file into Office 365.After importing the user I had changed the password for the particular user with below command

Changing Password: 

Set-MsolUserPassword –UserPrincipalName sid.ali@spadministration.onmicrosoft.com
–NewPassword Pa$$w0rd –ForceChangePassword $true

Sunday, September 20, 2015

Unable To Locate Package Source

Recently while installing visual studio 2012 ultimate I had come ac crossed to the error
"Unable To Locate Package Source" .

Solution:  Install latest update version of Visual Studio 2012  . Then run the visual studio 2012 with admin privileges  and select modify option to resume the installation

Friday, April 24, 2015

Enable Anonymous Access for Survey List

Go to Survey Settings-> General Settings - click 'List name, description and navigation' and select "Yes" for "Allow Multiple Response?


Missing "Save site as Template" Option in SharePoint 2010
Due to activating the SharePoint Server Publishing feature in manage site features under "Site Actions" the option gets disabled .By deactivating the feature the option gets enabled .And once the requirement is completed activate the feature