May 25th, 2011 | Tags: , ,

For those interested in downloading my deck from Microsoft UK TechDays 2011 on Monday, I have made the slides available below. It appears the folks at Microsoft have, not surprisingly, had their hands full and videos/resources are yet to be made available via the TechDays site (watch this space).

Until then my slides are below: (note: certain slides will only render correctly via PowerPoint, for this I’d recommend downloading the deck via the SlideShare interface)

May 24th, 2011 | Tags: ,

I just received an e-mail from Digium – see below (the makers of Asterisk), informing Skype for Asterisk customers that MicroSkype have chosen not to renew their agreement. 

Fingers crossed this is not a sign that Microsoft intend on restricting 3rd party integration with the Skype service?

Product notification:

Skype for Asterisk will not be available for sale or activation after July 26, 2011.

Skype for Asterisk was developed by Digium in cooperation with Skype. It includes proprietary software from Skype that allows Asterisk to join the Skype network as a native client. Skype has decided not to renew the agreement that permits us to package this proprietary software. Therefore Skype for Asterisk sales and activations will cease on July 26, 2011.

This change should not affect any existing users of Skype for Asterisk. Representatives of Skype have assured us that they will continue to support and maintain the Skype for Asterisk software for a period of two years thereafter, as specified in the agreement with Digium. We expect that users of Skype for Asterisk will be able to continue using their Asterisk systems on the Skype network until at least July 26, 2013. Skype may extend this at their discretion.

Skype for Asterisk remains for sale and activation until July 26, 2011. Please complete any purchases and activations before that date.

Thank you for your business.

Digium Product Management 

May 12th, 2011 | Tags: ,

A few months back I was asked by the kind folks at Train Signal if I’d be interested in creating Lync training videos, specifically geared towards the IT community – and accessible at no cost!

I really liked the idea and my first contribution has now gone live – here (a video version of my Step-by-step Microsoft Lync 2010 Consolidated Standard Server Install Guide)

I’d welcome any comments or suggestions for subsequent video topics? (if Train Signal will have me back of course :))

(Video now embedded below)

May 11th, 2011 | Tags: ,

I recently had a requirement to run through a new lab installation of Lync Server, I wanted to use my existing test Active Directory and ensure that once I’d completed testing I could roll back to my initial test server/topology.

For those that have tried to create an entirely new installation in this scenario, you’ll be familiar with the need to remove references to your existing Central Management Store location, in my case I didn’t want to migrate or move my existing topology, just disregard it – albeit temporarily.

So first off I needed to remove the existing reference, this is achieved by running the following PowerShell command:

Remove-CsConfigurationStoreLocation (see illustration below)

 

You’ll then be asked to accept the likelihood that you could be breaking your Lync deployment – in actual fact this was not my experience, Lync clients still worked as per normal (of course once this change is accepted a change to the existing topology will not be possible). 

After this is completed you’re able proceed with a new installation of Lync with a new server name and the creation of a shiny new CMS. Once I was happy that my work had been completed I re-created my pointer to the original CMS by running the following PowerShell command:

Set-CsConfigurationStoreLocation -SqlServerFqdn <oldlyncserver.domain.local> -SqlInstanceName Rtc (see illustration below)

 

If you are nervous you could also export your current topology, settings and policies by running the following PowerShell command:

Export-CsConfiguration –FileName “C:\Config.zip”

To also include any LIS based configuration within your backup run the following PowerShell command:

Export-CsLisConfiguration –FileName C:\E911Config.bak

Both of these could be imported into the Central Management Store or local computer by executing the Import-CsConfiguration cmdlet. For more information on this head here

May 10th, 2011 | Tags: , ,

Just a few hours ago Microsoft announced that they had purchased Skype for a whopping $8.5 billion, so now begins the predictions – how will this change Microsoft’s suite of communications products, most notably Lync.

Short of asking SteveB (sorry not even us MVPs only get an opertunity to do this more than once a year – if we are lucky!), all we can do dream up ideas and hope for the best. After a day of pondering I thought I’d share some of my own ideas with you…

First the consumer space:

  • Windows Live Messenger integration – perhaps in longer term a unified client? I know many would be against this, but is the Skype client really all that great, in my experience Skype-bloat has definitely been on the rise in the last 2 years!
  • Obviously Skype clients for WP7 & XBOX – the WP7 client was previously confirmed at MIX11 – perhaps this was where talks began?

Lastly but not least my Lync ideas:

  • Lync optimised SIP trunks – The could take advantage of Skype’s global PSTN breakout and low-cost rates
  • PIC for Skype (R.I.P. my Skype-to-Lync integration blog post) – okay so it was a workaround and PIC would be far superior!
  • Lync Online with full telephony

One things for sure, this isn’t going to rest easy for the telcos, Google or Cisco – hopefully it will stack up well for us. Time will tell, but I’m optimistic!

May 3rd, 2011 | Tags: ,

Time does fly when you are having fun, or in my case on what felt like a mammoth (2 weeks) vacation with the family/kids. We decided to bite the bullet and do the Orlando/Disney World thing following the success of Disneyland Paris a year back. Of course I’m not quite sure who enjoyed it more me or the kids, I guess I’m a big kid at heart.

Whilst I was away there were some interesting Lync related announcements and bits released to the web, apologies to those already in the know, otherwise feel free free to review my list (in no particular order) below:

  • Lync Server support for SQL 2008 R2, this is welcome news for those that want to utilise existing SQL licenses/implimentations – more information on this here
  • With official Lync backup and restore IT pro documentation still pending a useful script has been written by Traci Herr, this is available via his blog here
  • An updated Lync client April CU was issued, essentially KB2540951 supersedes KB2496325
  • Lync Server Web Scheduler has been released, for those that are Outlook impaired, yet still need to create, amend, delete and join Lync-based meetings
  • Lync Server Bandwidth Calculator has been released, this Excel based tool assists an IT pro in specifying WAN bandwidth requirements

That’s it for now, but stay tuned for more Lync related resources…