stacks outlook categories

Pushing Outlook Categories to All Users

I needed to push a uniform set of categories to all users so that they could use the same set when categorizing Contacts in Outlook. This would facilitate the gathering up of information for marketing purposes. For example, we could then search across all mailboxes for Contacts in the Alternative […]

computer browser

Unable to access some network shares from Windows 2012 R2

This morning I worked with a client who had added a Windows 2012 R2 server to an SBS 2011 environment. That environment had several other member servers and a stand-alone server as well. The complaint was that on any server except for the new server, he could open up the […]

Flow and Power Automation

Automation: Get an alert when someone updates a SharePoint list

Please note that since the original publication of this blog that Microsoft has renamed Flow to Power Automate Microsoft has integrated the apps Flow and PowerApps into modern SharePoint lists. Flow lets you configure work flows in the if this then do that format and PowerApps lets you turn your […]

autodiscover

Setting up Autodiscover for SBS 2011 and single name domains

If you are using Exchange 2007 or Exchange 2010 (SBS or non-SBS) and are using a single-name certificate, this article is for you. When you migrate to SBS 2008 or SBS 2011 and you already have a domain name, you don’t need to use the built-in domain registration wizard that […]

remove iphone pin

How to use Intune to Remove a passcode from an iPhone

Recently I applied a new compliance policy to our corporate iPhones. This included the requirement that the passcode be changed occasionally. The time came to change my passcode. It was late at night. I typed in something twice and successfully changed it. However, in the morning the passcode I thought […]

Introducing Windows 10 into your SBS 2011 Standard Network

NEEDED FIXES FOR SBS 2011 STANDARD (with Exchange) Adjust the supported client operating systems: As noted in http://windowsserveressentials.com/2015/08/17/small-business-server-2011-standardwindows-10/ you need to adjust the client supported operating systems. Add the following lines to your client operating system Admin needs to add the following two lines to the XML file on the […]

coding

Set Exchange 2010 and 2013 Internal and External Virtual Directory URLs in PowerShell

Here are the elevated PowerShell commands to run to set the virtual directory URLs Get-ActiveSyncVirtualDirectory -server EXCHANGE | Set-ActiveSyncVirtualDirectory -ExternalUrl ‘https://mail.DOMAIN.ca/Microsoft-Server-ActiveSync’ -InternalUrl ‘https://mail.DOMAIN.ca/Microsoft-Server-ActiveSync’ Get-AutodiscoverVirtualDirectory -server EXCHANGE | Set-AutodiscoverVirtualDirectory -ExternalUrl ‘https://mail.DOMAIN.ca/Autodiscover/Autodiscover.xml’ -InternalUrl ‘https://mail.DOMAIN.ca/Autodiscover/Autodiscover.xml’ Get-ECPVirtualDirectory -server EXCHANGE | Set-ECPVirtualDirectory -ExternalUrl ‘https://mail.DOMAIN.ca/ECP’ -InternalUrl ‘https://mail.DOMAIN.ca/ECP’ Get-OabVirtualDirectory -server EXCHANGE | Set-OabVirtualDirectory -ExternalUrl ‘https://mail.DOMAIN.ca/OAB’ -InternalUrl ‘https://mail.DOMAIN.ca/OAB’ […]

sending from an oulook alias

How to send email from an alias

To save a few bucks, I added a second domain to my existing Office 365 account which gave me two email addresses under that account – amy@thirdtier.net and amy@sellmymsp.com but it means that amy@sellmmsp.com is an alias of amy@thirdtier.net and by default you can’t send email from an alias in […]

remove old domain controllers

Domain join error cannot complete this function

In our newly recovered SBS 2008 environment we have not restored our client’s Windows Server 2012 DC. When attempting to join a freshly installed Windows 7 VM via http://connect we hit the following error: Connect Computer Error Details ERROR: Connecting to the network Cannot complete this function Now, we then […]