Business Productivity Online Standard Suite Deployment Guide

If you’re looking for help deploying BPOS and or Exchange Online then look no further, this very handy guide is what you need.  It covers all the bases from configuring mailboxes, setting up email coexistence, migrating existing mail boxes synchronising with AD to setting up Office Communications Online.

Well recommended to any IT Pros thinking about deploying BPOS.

Download details: Business Productivity Online Standard Suite Deployment Guide



Posted in BPOS, My TechNet Blog | View Comments

Stunning list of game titles for Windows Phone 7

crackdown 2

I’m stunned at the list of games titles we released today that will be coming to Windows Phone 7, it’s very complete, covering all the gaming bases…but some of favourites:

  • Guitar Hero 5
  • Assassins Creed
  • Crackdown 2: Project Sunburst *
  • Castlevania (that’s retro!)
  • Earthworm Jim (ditto!)
  • Fruit Ninja (ala iPhone fame)
  • Halo Waypoint
  • Splinter Cell Conviction
  • UNO
  • Zombies Attack! (gotta love the undead)
  • Zombies!!!! (gotta love even more undead)

One of the titles we’re calling out is Crackdown 2.  In this version there’s integration with Bing maps so you can defend your own home, or major building in your town…or your Data Center!  There’s much more info in the Presskit and at the Windows blog.

Posted in Windows Phone 7 | View Comments

Simons Weekly Wrap-up August 9th to 14th

Eek I totally forgot to post the wrap up for last week, here we go

Posted in My TechNet Blog, weekly wrap up | View Comments

Super mini speakers

X_mini____II_4c03038d9088a

Love the look of these found by Steve

Posted in ITEMS, wish list | View Comments

Manually configure Outlook 2010 for Exchange Online (BPOS)

I live in Outlook, I think most people probably do too, so having recently moved the email for my domain over to something a little more reliable – BPOS – I thought it’d be nice to have access to that inbox through my Outlook, in addition to my Microsoft email.  To help with the setup of email the Sign In application can do it all for you the client’s available from the Administration Center or the download site.

This however results in you having a separate profile within Outlook so it’s not quite what I wanted.

This is what you need to do to add an Exchange Online mailbox to an existing Outlook profile in Outlook 2010 (the basic steps are universal):

  1. Close Outlook
  2. Open Mail32 (32-bit") from Control Panel
  3. Click E-mail Accounts… and then New… account settings
  4. Select E-mail Account and click Next on the wizard mail32
  5. Select Manually configure server settings or additional server types and Next again
  6. Select Microsoft Exchange or compatible service and Next again add new account
  7. Now fire up your browser of choice, IE nach, and log into your Outlook Web Apps.
  8. Look in the top right and you’ll see Options, then select About and copy the name next to Mailbox server name
  9. Go back to the mail settings dialogue and paste the name of your Exchange Online server in Server and your full Exchange Online email address in User Name
  10. Click the More Settings… button in the lower right and select the Connection tab, tick Connect to Microsoft Exchange using HTTP and click Exchange Proxy Settings… exchange proxy settings
  11. Next you’ll need the address of the mobile device URL for your region which you’ll enter in the first field, then click OK a couple of times to get back to the wizard

Done, if you start Outlook you’ll find your new account is available for you

multi accounts

 


 










Posted in BPOS, My TechNet Blog | View Comments

6 Steps to real enterprise email with BPOS

online services

I’m just starting to learn my way around BPOS so I thought I’d move all the mail for my domain, simon-may.com, over to it and enjoy all the benefits of real enterprise level email (like really, really good sync, calendaring, tasking and the like).  I have to say, it was a very simple setup…in fact that surprised me.  Essentially 6 steps and I have Exchange running for me with all it entails.

  1. Signup for a trial of BPOS or use a partner if you’d like to help you manage it
  2. Make a simple change to your DNS records to verify ownership of the domain
  3. Enable inbound messaging within BPOS and change your MX record with your DNS service
  4. Create a user (the trial includes 20 users with 25GB mailbox each)
  5. Sign in to Outlook Web Access (which is basically Outlook and useable wherever you are)
  6. Send a test email to kick the tires.

Done.  That is it.  The longest thing was waiting for about an hour for my DNS records to propagate.

And that’s me off of Gmail



Posted in BPOS, My TechNet Blog | View Comments

Tech·Ed 2010 is coming #TEE10

Get Microsoft Silverlight

I’m pretty psyched to be going to my first ever Tech·Ed and having checked out the behind the scenes video above I already know it’s going to be great…a full week of talking to IT Pros about our best tech and learning stuff too.  There’s so much Ed at Tech·Ed (Ed being education obviously) that’s its hard knowing which sessions to hit, I recon the Cloud Computing & Online Services session looks cool, so does Management and Windows Server, and Phone and … ok it’s all cool.  The BOF sessions sound fun too.

Posted in My TechNet Blog, TechEd2010 | View Comments

When to use i.e. and e.g.

i.e.

This really appealed to me, not because of the IE but because it reminded me of my classical Latin class where I learnt this.  It wasn’t as fun as Oatmeal.

Posted in ITEMS, Uncategorized | View Comments

Blog Wrap Up Creator (a tool by me)

wlwwrapup

Every week I write a simple wrap up of all the things I’ve posted during the week you can subscribe to them here.  Creating it can be slow going if I’ve posted tons of stuff and copy and pasting all the links creating some spiffy text to flow around it and that sort of thing can be a pain.  So I decided to automate it.

I wanted to be able to use Windows Live Writer to create the post so that I had maximum flexibility and a really great editor to be able tweak the post in.  I’m currently using the Windows Live Writer Beta from the Live Essentials Beta, which really is the best blogging tool available and it has super cool plug-in framework.  I went looking for a way of getting those posts and producing the wrap-up post but there weren’t any plug-ins out there.

So it was time to do some digging into what resources are available for creating plug-ins.  The Windows Live Writer SDK came up containing a bunch of useful APIs, there are three really: Application (for manipulating the Application), Content Source Plugin (which really is used to do stuff inside a post) and the Provider Customization API (used to customise how WLW works with different blog engines).

I went directly for the Application API.  Also just so you know, I’m not a very good coder.

The Application API is what’s used to poke stuff into WLW, essentially it’s how the Blog This stuff in IE works.  I have an idea, an API, now what…err…..I grabbed Visual C# Express 2010, a free download and tried to remember how C# works (I’m a VB guy and any chance I get now I move my botched programs skills to C#).  Express is great for having your first play with code.  The next thing I did was to work out how the UI was going to work, I wanted it to be really obvious how to use this thing.  I thought about 2 calendars and some text boxes and a REALLY big button.

I created a WPF form and found the calendar control.  Then I started to read up on it and found out that it’s possible to use it to select a date range…brilliant, I only need one calendar control which is far less clutter.  A couple of text boxes and a button and we’re done.

I’m not going to go through all the code but Windows Live Writer MVP Scott’s Live Spaces page guided me through what I needed to do.

Essentially the core of the code is this:

wlwapp = new WindowsLiveWriterApplication(); ((IWindowsLiveWriterApplication2)this.wlwapp).BlogThisHtml(textBox2.Text, BuildHTML);

All I’m doing is creating a new instance of the wlwapp and passing it a prepopulated string of HTML called BuildHTML.  That kind of begs the question, where does BuildHTML come from?  The answer is that I use SyndicationFeed (part of .net 4) to read my blogs RSS feed and poke it into Build HTML.  It’s very simple stuff as you can see… I’ve also been very lazy and not renamed my TextBoxes or any other controls oops… Embarrassed smile

XmlReader reader = XmlReader.Create(textBox1.Text); SyndicationFeed feed = SyndicationFeed.Load(reader); ///parse the feed items foreach (var item in feed.Items) { ///check that the item is within the range we want if (calendar1.SelectedDates.Contains(item.PublishDate.Date)) { BuildHTML = BuildHTML + "<li><a href='"; //within each item we look for the link foreach (var link in item.Links) { BuildHTML = BuildHTML + link.Uri.ToString() + "'>"; } BuildHTML = BuildHTML + item.Title.Text + "</a></li> "; } } reader.Close();

There’s not much more to this application really other than the fact that I’ve published it (Project > Publish xxx in Visual C# Express 2010) to the internet and that built me an install on my server to publish and maintain the application.  This simple tool will save me 1 hour a week from here to eternity.  If you do it once, great, if you do it twice, automate.

Check out my tool at its application page.

Posted in My TechNet Blog, Visual Studio, WPF, Windows Live, Windows Live Writer | View Comments

SharePoint Saturday

I'm Attending SPSUK

Sharepoint?  On a Saturday?  In Birmigham? yep I’m up for that!  Sharepoint Saturday has been a big success across the pond and it’s coming to the UK and it’s looking like a super line up.  Myself and Andrew Fryer (aka @deepfat) will be on hand to talk about stuff – it will be more learn about stuff in my case – along with a superb cast of speakers.

You can and should sign-up just here  and when you do make sure you tweet it with #spsuk!

 




Posted in My TechNet Blog, SharePoint, UK events | View Comments