Everyone who has used Skype for Business/Lync/OCS/LCS etc will be familiar with the power you get from having presence: seeing who is available, what they’re doing (to a degree) and the contextual knowledge of whether they are contactable; all very valuable. Many years back, OCS added the capability to present different custom states too – but it’s always been a bit of a faff to achieve consistently. Skype for Business doesn’t make it a great deal easier, but thanks to a few enterprising types, it is still possible to enable without too much trouble. Custom presence allows users to have up to 4 custom status fields defined, in the status of Online, Busy or Do Not Disturb, which can be used to show even more context – like I’m in a meeting but can IM, or I’m busy presenting with customers so don’t disturb. There are a couple of ways to achieve said nirvana… Try running Skype for Business Presence Control – download this tool, save it locally, right-click on it and Run as administrator, then enter your own Skype custom status in a dialog box. After entering your chosen phrases, hit the Set … Presence button, then sign out of Skype for Business to apply the changes, which you’ll see next time you sign in. It’s that easy. The downside is that the Presence Tool starts with 4 blank presence states, so you can’t easily modify what you have already – and setting 4 empty entries will clear all custom presence from the client. Also, it only lets you choose online or busy as the available status. A more complex but more comprehensive approach would be to use a technique developed by MVP Ståle Hansen, to use a PowerShell script to create the config file which sets presence states. It’s relatively straightforward if you follow these steps:
The benefit of using this script rather than manually configuring everything is that it can be easily shared with others, or just re-run across multiple PCs so you have a consistent set of presence options. Now look at your friends in Skype for Business to see who has the most creative custom state …
NB: If the above doesn’t work (and you’ve checked the registry entry points to a correctly-formatted XML file etc etc) then it may be a policy on the server that’s preventing it. One possible solution would be to host the XML file on a suitable web site that lets you reference it directly using https:// and point to that in the registry instead. |