Sunday, March 27, 2016

Thursday, March 10, 2016

Recover Deleted Emails - office365

If you want to recover deleted emails form office 365 refer the following guide line.

https://spammanager-4.messagelabs.com/login.xsp

also if you a ahave Office 365 E3 Plan you can refer the following artical.

blogs.technet.com/b/praveenkumar/archive/2013/07/19/single-item-recovery-in-new-o365.aspx

Wednesday, February 17, 2016

Azure - NO Subscription Found


 

 If you receive following  in a working azure account error  '' No subscription found ''



  •  First try in Private Browsing mode.
  •  If that didn’t work out go Windows PowerShell and type following command
 # Get-AzureAccount | %{Remove-AzureAccount -Name $_.Id} Clear-AzureProfile nd.

"this will clear the all the azure accounts you have logged form your machine"