How to set the name and pin of my JY-MCU Bluetooth adapter 30 November 2014 Donovan-Brown (0) Problem: I want to change the name and pin of my JY-MCU Bluetooth Board v1.05. Solution: Use an Arduino and send AT commands to the JY-MCU. Explanation: Open the attached sketch into the Arduino IDE and upload to your Arduino. Connect the RX pin to pin 2, TX pin to pin 3, GND to GND and V... [More]
Building Ubuntu Servers in Hyper-V 30 November 2014 Donovan-Brown Work (0) Download Ubuntu server Ubuntu Server 14.04 LTS ISO from http://www.ubuntu.com/download/server In Hyper-V Manager select New / Virtual Machine Before You Begin Click Next Specify Name and Location Name: <Stage> i.e. Dev, QA, Prod Click Next Specify Generation Select ... [More]
Never forget -Verbose again 28 November 2014 Donovan-Brown Work (0) Working with DSC I am constantly having to type –Verbose on my Start-DscConfiguration calls. However, I stumbled across this cool feature of PowerShell that I thought I would share that will set the –Verbose switch on all your calls for you. PowerShell has a collection of Preferen... [More]
PowerShell Desired State Configuration (DSC) Journey by Jacob Benson 28 November 2014 Donovan-Brown Work (0) I just wanted a list of all the post in one place. PowerShell Desired State Configuration (DSC) Journey by Jacob Benson: Day 1 (First Configuration) Day 2 (Parameterizing the Configuration) Day 3 Day 4 Day 5 Day 6 Day 7 Day 8 Day 9 Day 10 Day 11 Day 12 Day 13 Day 14 ... [More]
How to use VSO and RMO to deploy an Azure Website 21 November 2014 Donovan-Brown Work (0) This is a neat post because we are going to be using all three Azure offerings SaaS, PaaS and IaaS.& [More]
How to deploy the Fabriakam Call Center application with DSC 20 November 2014 Donovan-Brown Work (0) Because there is not an Update 4 version of the Keller VM using the Visual Studio 2013 Update 3 Keller VM I will show you how to upgrade Release Management to Update 4 and create a vNext deployment for the Fabriakam Call Center application. First we have to uninstall Release Management Update 3. Lo... [More]
Visual Studio 2013 Update 3 Keller VM share issue 20 November 2014 Donovan-Brown Work (0) Problem: When I attempt to open the drop folder of a build on the Update 3 version of the Visual Studio 2013 Keller vm I get the follow error. Solution: Give Everyone read permission to the c:\ffdrops folder. If you get promoted by a Network discovery and file sharing dialog select "Yes, tur... [More]
Trigger a vNext Release from team build 18 November 2014 Donovan-Brown Work (0) Using Release Management you can implement true Continuous Delivery. With the latest update of Release Management you can trigger a release via a REST api call to Release Management. In this post I will share the script and build definition I used to trigger the release and how to use th... [More]
How to run Microsoft Test Manager Suite in vNext Deployment 18 November 2014 Donovan-Brown Work (0) While preparing to speak at TechEd Europe I really had to run Release Management and Desired State Configuration (DSC) through their paces. I already blogged about one of my challenges of implementing tokenization in a DSC based deployment here. I also wanted to run Coded UI tests as part of ... [More]