Insights

Holographic Brain ImageHolographic Brain Image

blog

  • Blog

    Intune: Android & iOS PSK XML Mobile Config Generator

    aking a look at my last two posts you can see how to create a WiFi Policy using a Pre-Shared Key: Intune: Create WiFi PSK Profiles for Android Devices The downside to creating a WiFi policy with a Pre-Shared Key is the hoops you have to jump through. So instead of using Apple Configurator or locating the WiFi XML File on a Windows device…

    Concurrency, Inc.
  • Blog

    Azure Traffic Manager vs. Azure Load Balancer

    I found in some conversations this week that there is a lack of understanding of the differentiation between Azure Traffic Manager and Azure Load Balancers.  The two platforms are extremely important to creating a highly available architecture within Azure.  These concepts were dealt with well in the Azure networking session and high availability session at Ignite.…

    Nathan Lasnoski
  • Blog

    Office-365 -RMS + IRM + external sharing

    I have began working with IRM policies in Office 365 more often recently and ran into a situation that surprised me. The situation revolved around a document that had an IRM policy applied to it and was shared with an external user. What I found out was that: an IRM protected document that is shared…

    Concurrency
  • Blog

    Should you choose a SQL Server Failover Cluster Instance or an Availability Group?

    SQL Server 2012 introduced a new marketing term, AlwaysOn. Under this umbrella are two technologies: Failover Clustering Instances (FCIs) and Availability Groups (AGs). While they share some common traits, there are important differences as well. If you’re wondering which to implement, here are a few questions to help guide you. Are you using DTC? If your…

    Concurrency, Inc.
  • Blog

    CRM Online Server-Side Sync AutoDiscover Fix

    There’s an odd bug that crops up in the CRM Online Email Server Profiles for some organizations which automatically sets the AutoDiscover option to Yes, disables the option on the form, and hides the fields immediately after the Email Server Profile form loads. After a few calls with Microsoft, I was shown the nifty little…

    Concurrency, Inc.
  • Blog

    Workflow Changes in SharePoint Designer 2013

    Introduction There are a number of enhancements that have been added in SharePoint Designer 2013, which provide new functionality as well as streamline the workflow development experience. These added features allow designers to do more with workflows without requiring a developer to write custom code. Please note that this article was written based on the…

    Concurrency Blog
  • Blog

    Filter Dynamics CRM Lookup Values with Javascrip

    Dynamcis CRM added some new features in 2013 related to filtering lookups which have been covered by others in the past, however, in the event you want to filter a lookup value based on another lookup, rather than a string value, there is some additional code required. There are quite a few instances where you might want…

    Concurrency, Inc.
  • Blog

    Setting a Multi-Value Lookup Column Using SharePoint Designer Workflow

    I ran into another request recently which tied closely to a solution that I previously built a blogged about: Utilizing new related items column via workflow.  In that solution we had a custom list tracking project deliverable information and a document library used to stored the final documents.  When final deliverable documents were uploaded, the related…

    Concurrency, Inc.
  • Blog

    Using SSIS to Import Data into Dynamics CRM

    I am constantly being asked to import data into Dynamics CRM from various sources, and over time I have discovered that, even though the sources of data that I am importing vary, the process of performing the import is similar. Which tool I choose to use depends heavily on the source of the data, along…

    Concurrency