Community

Centralizing Your Chat Clients – Including Multiple Microsoft Teams Accounts!

I ran into a scenario where I wanted to use Microsoft Teams more. I am one of those odd people who have accounts in multiple Office 365 organizations. Having multiple accounts was no issue for me when I used Slack; I am still in a few of those too! Oh yea, don’t forget Telegram and Discord and Whatsapp and the million other chat apps that different groups of friends think you should be using!

While digging into how to address the significant lack of functionality in Microsoft Teams to log into multiple accounts, I made sure to log into the Microsoft Teams UserVoice and vote to add this functionality! I stumbled across a comment by Jeff Angama. He had written a blog post about a neat tool called Franz. This tool integrates 50+ chat and other social media services into a single application that synchronizes across multiple devices. The best part is that you can get this functionality completely free. Still, I strongly recommend you pay for the premium version to at least support development efforts!

Reflecting on Ignite 2015 – The Good, The Bad and The Ugly

I know I am late to the game, Ignite ended over a week ago! I would just like to share my perspective on how the week went, as it was quite different than I am used to. This year I went to Ignite as Staff, I’ve never worked a conference, let alone one the size of Ignite.

Note: I thought it would be a good idea to shave - not doing this again for a long time!
Note: I thought it would be a good idea to shave – not doing this again for a long time!

My week of Ignite actually started quite early, I arrived Friday May 1st in the evening to Chicago. My first thought it holy cow I’m going to hate Chicago, they had the NFL Draft going, and traffic was crazy. I’ve been to Chicago before but did not remember how much traffic there was! After missing a turn and adding an additional 20 minutes to my 2 1/2 hour drive from Indianapolis I was ready to unwind in the hotel. Check-in was fairly easy, aside from the long wait to check in.

Building a Desired State Configuration (DSC) Lab

Recently I presenting at the Indianapolis PowerShell User Group and talked about Desired State Configuration. The presentation was 100% demonstrations, and I decided it would be a good idea to provide all of the PowerShell commands/instructions I used to build my lab environment for the presentation.

Note: Please note that these instructions were written using multiple Experimental DSC Resources, Microsoft and I myself provide no guarantee that these will work in a production environment. I strongly encourage that you use test environments that do not matter until you feel comfortable with DSC.

Pre-requisites

  • Licensed/Trial Media for Windows Server 2012 R2
  • An installed/updated Sys prepped VM Parent Disk
    • Stored at D:\Templates\Server2012R2.vhdx
  • a Virtual Switch within Hyper-V Configured as a Private, named “Private Network”
  • At least 7GB of free memory
    • You can adjust this all the way down to just 4GB
  • Downloaded copy of the latest DSC Resource Kit – Download Here

Now before we dive into the scripting component of this blog post I want you to know that this is not 100% automated. You will have some manual steps here and there, it is possible to 100% automate – but that will require significantly more effort. Please continue reading for instructions on this demonstration.