Home » Archive by category Windows Servers (Page 3)

PowerShell Direct

PowerShell Direct is a new feature provided by the next release of Windows Server that enables to run PowerShell commands from Hyper-V hosts in a virtual machine. It works without the network and so without WinRM or other features. This is great when a firewall is misconfigured or...
Continue reading

Differences Between Active Directory and Azure Active Directory

  One thing to note is, Azure Active Directory (AAD) and traditional/on-premises Active Directory (AD) are similar yet two very different things. One thing to note is, Azure Active Directory (AAD) and traditional/on-premises Active Directory (AD) are similar yet two very different things. When you’re focusing on traditional On-Premises AD, you have...
Continue reading

Which ports are used by a RDS 2012 deployment

To configure Remote Desktop Services correctly for internet access or any time where firewalls are used, it is useful to know what ports are required.   The information / taxonomy is broken down by role service/component, and lists all inbound/outbound ports used. From Client to RD Resource If using...
Continue reading

Add a computer to an Active Directory domain with PowerShell

Active Directory domain join This PowerShell snippet above connects remotely to the computer NAMEHERE, attempts to join it to the domain domain.here and then afterward restarts it. No more logging on computers and clicking around. This method not only speeds up joining a domain on a single machine...
Continue reading

Adding ESX/vCenter to SCVMM

Adding a Hyper-V host to SCVMM is pretty straight forward, I would only hope so, since they are both Microsoft products. Well, as quick as it is to add a Hyper-V host, adding an ESX/vCenter is just as quick. Here are the steps I took to add an ESX host...
Continue reading

Checking the Operational Status of Microsoft Services

Earlier today Microsoft customers started having some problems signing into several online services with their Microsoft Account. How did we first hear about this? Turns out social media can reveal an issue with an online service very quickly and even before the company itself is aware of a...
Continue reading