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 […]

unverified remote app

RemoteApp – The digital signature of this RDP File cannot be verified

The following error was received on a client’s system this morning: RemoteApp The digital signature of this RDP File cannot be verified. The remote connection cannot be started. In this case the RDSH is using self-issued certificates for both Broker services. They had expired. Server Manager –> Remote Desktop Services […]

time server ntp

How to setup an NTP time server

Having a reliable external time server for your domain controller to sync with is important. By default some Windows servers are now configured to sync with the NTP server windows.time.com. My personal experience and that of some of my colleagues is that the windows time service is not the most […]

sharing between guest and host

Hyper-V: Set Up An Internal Network For Host/Guest File and Service Sharing

Here’s a quick and simple How-To for setting up network communication between a Hyper-V host, both Server and Windows 8/8.1, and any guests. Hyper-V Manager –> R.Click ServerName –> Virtual Switch Manager –> New –> INTERNAL. Note the description for the internal vSwitch. Click APPLY and OK Assign the newly […]

block permission inheritance

Folder permissions: properly disinheriting

We run into a lot of ACL corruption issues and access issues when a folder has not been disinherited properly. The following is the best method for disinheriting permissions a folder receives from its parent: Right click on the folder and click Properties Click the Advanced button Click the Change […]

join computer to domain again

How to rejoin a computer without losing it’s SID

This trick comes to be via my Active Directory study group. I suggest that everyone join a usergroup and/or a study group. It’s not that we don’t know AD, it’s that we forget or miss new features. A refresher course is fun too. Occasionally a computer will come “disjoined” from […]