Insights

Holographic Brain ImageHolographic Brain Image

All categories

  • Blog

    Alternant routing on a 404 with AudioCodes

    I recently wanted to do are route based on a user not found. I have Teams Direct Routing migration from Cisco. If a user doesnt exist in Teams, I want the call to go to Cisco while we are migrating users. Here are the steps to put in a reroute, or failover to another IP group.…

    Concurrency, Inc.
  • Blog

    Disable Voicemail transcription for select users in Microsoft Teams

    First need to create the new policy. https://docs.microsoft.com/en-us/powershell/module/skype/new-csonlinevoicemailpolicy?view=skype-ps From there you can “grant” users the new policy. https://docs.microsoft.com/en-us/powershell/module/skype/grant-csonlinevoicemailpolicy?view=skype-ps Modify an already existing Policy. https://docs.microsoft.com/en-us/powershell/module/skype/set-csonlinevoicemailpolicy?view=skype-ps To add a list of users we can use a recursive script to run through a txt file Putting a txt file in the same location that you run the script…

    Concurrency, Inc.
  • Blog

    Microsoft Teams with on Prem Exchange

    With most Orgs working in this work from home pandemic the need for more collab is very High. I wanted to give some input in to the topic sounding using Microsoft Teams and what your organization needs to get Teams deployed fast. Scenario 1: On Prem Exchange, Skype for Business. SharePoint Online  In this scenario there will…

    Concurrency
  • Blog

    Checking for Phone plan licenses for Microsoft Teams users

    I had to find if users had a phone system licenses in order to assign them a direct routing number. Phone system Licenses = MCOEV When working with Direct Routing, the user cannot have Calling Plan Licenses installed for the accounts. MCOPSTN2, MCOPSTN1 and MCOPSTN5 If the user has for an example ENTERPRISEPREMIUM This includes phone system so no need…

    Concurrency
  • Blog

    Azure Function Published with Azure DevOps is missing .python_packages

    I was publishing an Azure Function with Azure DevOps vs. deploying with VS Code and was finding the function was failing because the .python_packages folder was missing. Reviewing the build code the standard python package was populated with “pip install -r requirements.txt”, which was working on my local client to ensure the published environment included the necessary packages.…

    Concurrency
  • Blog

    Running the Data Migration Assistant – Part Two – PowerShell

    In the previous post, I introduced the Data Migration Assistant (DMA) from Microsoft.  In this post I will introduce PowerShell modules from Microsoft that can be used to run the DMA against an inventory of instances and databases. A .zip file containing the PowerShell modules can be downloaded from this page.  Once the modules are downloaded…

    Concurrency, Inc.
  • Blog

    5 Disciplines of Cloud Governance

    The best organizations are ones that balance growth mindset in the cloud with effective cloud governance. The growth mindset is the company challenging itself, its previous assumptions, it’s understanding of what the future looks like. The partner is governance that accelerates the transformation while ensuring protection and responsibility. The goal of cloud governance is not…

    Concurrency
  • News

    Concurrency, Inc. receives two 2020 Microsoft US Partner Awards: Industry – Manufacturing & Azure – AI and Machine Learning

    BROOKFIELD, WI (July 16, 2020) — Concurrency, Inc. today announced it has been awarded two 2020 Microsoft US (MSUS) Partner Awards: Industry – Manufacturing and Azure – AI and Machine Learning.   The company was honored among a field of top MSUS partners for its leadership in customer impact, solution innovation, deployment and exceptional use…

    Concurrency
  • Blog

    Firewall Settings for Connecting to Azure SQL Databases from an Azure VM

    Recently, I was helping a colleague troubleshoot connectivity issues between an Azure VM and Azure SQL Database.  The client architecture looks like this: The failing connections were coming from the DMZ.  Watching network traffic using Wireshark, we saw an attempt to connect to the Azure SQL Database on port 11029.  A Google search led me…

    Concurrency, Inc.