Office 365 and Windows Phone Mango – an awesome team

WindowsPhone7Office365Now I am still working with Office 365. I am still try to test all the features and also the support for mobile devices like the iPhone or Windows Phone 7. As a Windows Phone 7 developer I could get the beta for the next update of Windows Phone 7 called Mango. Now Mango will support Office 365. You can simply add your Office 365 account on your phone and this will connect you to Exchange Online and SharePoint Online.

What is missing in first beta of the Windows Phone 7 Mango update is Lync, but Microsoft is working on that.

Powershell: How to connect to Office 365 with Powershell

Powershell Header

You can simply manage and administrate Office 365 from your Powershell prompt or with your own Powershell scripts.

office365

Here is how you can connect to Office 365 with Windows PowerShell:

First create a object with your Windows Live Credentials. This command will open a Windows in which you can enter your Windows Live Credentials for your Office365 Accout. In my case tmauer@tmaurer.onmicrosoft.com and my password.

$LiveCred = Get-Credential

You can open a new Session:

$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell/ -Credential $LiveCred -Authentication Basic -AllowRedirection

Now join the session with:

Import-PSSession $Session

To close the Session:

Remove-PSSession $Session

Now if you join the PS session with Enter-PSSession you can now work online and run commands like Get-User. More about working with Powershell and Office 365 in the next posts.

Microsoft Office 365

office365

In the last days I started to work with the Microsoft beta of Office 365. After testing it for a while I think this could be a great solution for small & medium businesses. And its a really hard competitor to Google Apps. There are a lot of advantage which Office 365 has agains Google Apps and I think because it is a Microsoft Solution for a lot of companys this is the better way to go, if they already used Microsoft Products or have a Microsoft enviroment.

  • More options and features instead of  Google Apps, for example in Exchange or Forfront which protects Exchange and SharePoint Online for free.
  • Microsoft Solutions – the most people and companys already use them.
  • Powershell - This is a really cool feature. You can administrate  the whole Office365 online serivce with Windows Powershell.

In the next few weeks I will post some blog post about how to use Office 365 and some Powershell How To posts.

Import Evernote notes to OneNote 2010

Microsoft OneNote 2010Since I work more and more with Windows 7 I had a look at Microsoft OneNote 2010. Before I used Evernote and I was happy with it. But as I saw OneNote and startet using it, I can’t think being without it. There are alot of features I really love and OneNote 2010 is really nice integrated into Windows 7 and the Office products.

So if you wish to migrate from Evernote to Microsoft OneNote 2010 you can do that in diffrend ways.

  • Import Notes via Outlook (send Evernote Notes via email and import them in Outlook via the Send to OneNote button)
  • Export Notes as HTML and Import Them Into OneNote
  • Import Notes via the OneNote Printer

You can read a great HowTo on howtogeek.com

Btw. Microsoft released also OneNote for iPhone