Updated: Microsoft Lync Mobile released this week!

It has been reported that Microsoft Lync for iOS, Android and WP7, will be released later today. An announcement was made last Friday that Lync would be available on all major smart phones on 12th December, it has not yet been made available so we can only assume that it’ll be appearing in app stores later today.

Update: It appearls that Lync is actually coming out the week of 12th December, so expect to see it later this week.

Here is a feature comparison of Microsoft Lync on all supported smart phones:

Update: Microsoft released Lync 2010 for Windows Phone on Monday. Today the app has become available on the Android Market place. It is still yet to appear on the App Store.

Update 2: Microsoft have now released apps for both iPhone and iPad.

Windows PowerShell Command Builder

Recently we have been researching how Windows PowerShell could help with the some of the more advanced administration tasks of SharePoint Server 2010 and Office 365. Our most recent discovery of Windows PoweShell is an online Command Builder, which enables users with limited knowledge of Windows PowerShell the ability to create commands to perform certain functions. The command builder, shown below, lets users select the product they have, either SharePoint Server 2010, SharePoint Foundation 2010 or Office 365. There is then the option to filter all the commands based on what you wish to do.

It is through exploring this command builder that we have seen the difference of what Windows PowerShell can do for SharePoint Server 2010 and Office 365. The difference in functionality is greater than what I expected. With Office 365 you appear to only get basic functionality such as ‘Get’, ‘Set’, ‘Add’, ‘Remove’ and ‘Update’ etc. In comparison SharePoint Server 2010 offers much more. As shown in the image above there are functions to revoke and grant permissions, publish and un-publish content, and also options to install and uninstall.

Here is an example of a command that was built in the command builder and sent to clipboard:

“Set-SPUser -Identity “Robert Everatt” -Group “Administrator Extraordinaire” -MobileNumber “666” -IsSiteCollectionAdmin”

Lync for Smartphones – Coming Soon

Quick Update

Yesterday, the official Microsoft Australia Twitter confirmed that Microsoft Lync will be coming to smartphones’ in the next four weeks, however Microsoft have yet to make an official announcement.  The tweet does mention Android, iOS, Blackberry and Windows phone 7, but does not mention Symbian, which had previously been reported as a supported platform.

Why I’m starting to dislike Office 365

When I was hired, I was told that we would mainly be looking at migration into Office 365. Five months’ in we were told that instead, we will be looking closer at SharePoint Server 2010, and I couldn’t be happier.

We have now been using 365 for over 5 months’, to begin with it was terrible, service interruptions for days at a time, style sheets wouldn’t load properly, and we got an error for almost every other page click. In time, Office 365 began to be more stable, and it began to work great for what we were doing, until we wanted to see how far we could go with it. Turns out, it can’t really go as far as we wanted it to, despite being built for enterprises. In my opinion, Office 365 is just a shadow of SharePoint Server 2010, despite the fact that SharePoint Online is modelled from 2010.

One of the biggest losses on SharePoint Online is the use of Windows PowerShell, PowerShell is a powerful command line administrative tool that can remove repetitive tasks using scripts. These scripts can also be activated by workflows, allowing complex administrative tasks to be completed quick and easy, even by a user without the appropriate permissions’.

SharePoint Online also lacks a great many other features that come with SharePoint 2010, we have gone through these in a previous post.

As well as these missing features’, I’m finding that the service provided by Office 365 is deteriorating, the website has gradually become slower and slower, errors’ are becoming more common, and Microsoft don’t admit to any service interruptions on the health check page. The support staff don’t appear to know anything about problem solving, we’ve had to deal with them on multiple occasions for problems that have occurred in the past, these service requests can last weeks at a time, the task is often swapped between service staff who then ask the same question the previous person did.

All in all, Microsoft Office 365 is a very frustrating platform to work with, and despite Microsoft’s 99% up time guarantee, is very unstable. I cannot imagine any business, let alone a university, using Microsoft Office 365 as a long term solution. Unfortunately, until we get a copy of SharePoint Server 2010 installed on a university server, we’re stuck with Office 365.

RE

Administration With PowerShell

SharePoint workflows’ aren’t as complex as I would like them. without Visual Studio, the options that you are given are quite limited, and not very flexible when you want to do something a little more complicated. The action that I wished to carry out was to edit a users properties from the workflow, however the workflow can only read user properties, and not write to them.

After searching the internet for an answer, I saw someone talking about Windows PowerShell scripts.

PowerShell in SharePoint 2010 is an administrative tool that carries out its work in a command line. This allows the administrator to carry out commands’ and is great for repetitive process’. One of the features that intrigues me the most is the ability to easily create PowerShell scripts, they can also be initiated by workflows which makes the task of editing User properties very simple, if the PowerShell can grab data from the workflow then the Powershell uses this to find the relative data and edit it accordingly.

Unfortunately I still don’t know much about this as it is only usable on SharePoint 2010, which we do not yet have. More info when I get it.

RE