Monday, September 21, 2015

Never expires Password in cloud identities with Windows PowerShell

After importing the user from  Azure Active Directory I had written the below command for making the user password gets never expired.

Never expires password: 
Get-MsolUser | Set-MsolUser –PasswordNeverExpires $true

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