A little while ago I was demonstrating some of the functionalities of the Windows Event Viewer. It has been around for so many years, and yet there are people who have not used it. One of the functions that I demonstrated was attaching a task to an event… so when a particular event happens, a... Continue Reading →
Domain Controller Ports
Recently I was asked by a client to produce a list of firewall ports that are used by Active Directory Domain Services (AD DS), specifically those for domain controllers. This is what I came up with: TCP and UDP 389 Directory, Replication, User and Computer Authentication, Group Policy, Trusts LDAP TCP 636 Directory, Replication, User... Continue Reading →
Server 2016 Versions & Builds
When Microsoft introduced the Operating System as a Service with Windows 10, a lot of people got started getting confused because of the different version numbers and build numbers, all the while Microsoft was telling us it was really the same operating system. Okay, I think we have it clear now... three years later. So... Continue Reading →
Delegating Control in Active Directory
I have been saying for years that a good IT department in a secure, well-managed infrastructure will give their end users the tools they need to do their job… and nothing more.If that is true for end users, shouldn’t it also be true for the IT department themselves? It is frustrating to see the number... Continue Reading →
What is in a Name?
Renaming servers is a snap with PowerShell!
Offline Files: Groan!
You’ve configured Folder Redirection in Group Policy, and it works as expected… as long as you are connected to the network. As soon as you disconnect, things stop working. That may be a real inconvenience if you are redirecting your Photos, but if you have redirected your Desktop folder to a network share, there is... Continue Reading →
KB4103723: DO NOT APPLY!
Hey folks, if you know what is good for you, do not apply this patch yet. KB4103723 protects against a CredSSP vulnerability that has not yet been compromised. However, it will break lots of things in your system, including RDP and Hyper-V connections. Errors will include CredSSP errors when trying to connect via RDP (or... Continue Reading →
Automated Virtual Machine Activation
Let's face it... Microsoft wants you to use Microsoft, so when it can, it creates technologies that make it easier for you to do so. Automatic Virtual Machine Activation (AVMA) is one of those tools. I remember when Microsoft got into the server virtualization game, it really had very little to compete with VMware, other... Continue Reading →
Windows Server 2016: A pet peeve
Over the next few weeks, as I do my first production infrastructure implementation based on Windows Server 2016 and System Center 2016, I am sure this list will grow longer. In the meantime, I have uncovered my first pet peeve in the new version. Don’t get me wrong, overall I like Server 2016… but to... Continue Reading →
Scheduling Server Restarts
If you manage servers you have likely come to a point where you finished doing work and got a prompt ‘Your server needs to reboot. Reboot now?’ Well you can’t reboot now… not during business hours. I guess you’ll have to come back tonight… or this weekend, right? Wrong. Scheduling a reboot is actually pretty... Continue Reading →
Remotely Enable RDP
Like most IT Managers I manage myriad servers, most of which are both remote and virtual. So when I configure them initially I make sure that I can manage them remotely... including in most cases the ability to connect via RDP (Remote Desktop). But what happens if you have a server that you need to... Continue Reading →
Since When…?
Those of us who have been in the IT industry for a while remember the heady days of never having to reboot a server... otherwise known as 'The days before Windows Server.' Those days are long gone, and even non-Windows servers need to be patched and restarted. But how do you know when it last happened?... Continue Reading →
Server Core on VMware
When I was a Virtual Technical Evangelist for Microsoft Canada I spent a lot of time telling you why you should use Server Core… especially if you were on Hyper-V. Why? You save resources. It is now over two years since I turned in my Purple Badge, and I still think Server Core rocks. In... Continue Reading →
SQL Server: How to tame the beast!
One of the benefits of virtualization is that you can segregate your SQL Servers from your other workloads. Why? If not then Microsoft SQL Server will hoard every last bit of resources on your machine, leaving scant crumbs for other workloads. Seriously… when you start the Microsoft SQL Server you will immediately see your memory... Continue Reading →
UNC Path Nightmare
Anyone who has taken a basic networking course will understand that UNC (Universal Naming Convention) paths are one of the common ways we in IT access file shares across our local networks. They will usually look like this: \\oak-mgt-01\Sharename. Of course, you can see all of the shares on a particular server by just entering... Continue Reading →