TechEd 2013 Media Leeching

This was my first year at Microsoft’s TechEd, and I have to say that I was blown away by the volume of content. There were several different times that I was unable to attend a session that I wanted because I was triple if not quadruple booked. Now that I’m back at the office, I … Read more

PowerShell & BlackBerry 10 Web Services (Part 1 – Preparation)

This is a follow-up to my previous four-part post about PowerShell & BlackBerry Web Services. If you need a primer on where this is coming from, see the first series. Like before, I’m going to run through each step that I used when setting this up, though there will be fewer references to the specifics … Read more

PowerShell & BlackBerry 10 Web Services (Part 2 – Coding)

In my first post, I explained how to get started with the BlackBerry 10 Web Services. Mostly it revolves around downloading and compiling a DLL that contains all the BlackBerry Web Service objects. In this post, I’ll be going over the PowerShell code that I wrote to leverage this DLL. We’re going to start with … Read more

PowerShell & BlackBerry Web Services (Part 1 – Preparation)

UPDATE: I’ve made an update to this posting for BlackBerry Enterprise Server 10.1. See the posting here. If anyone is running BlackBerry Enterprise Server 5.0.3 or later, you should be aware that the new web front end also includes what Research in Motion is calling “BlackBerry Web Services.” This allows you to use Java (ew), … Read more