Enterprise Operating Systems
Troubleshooting and Guides for: Microsoft Server, Linux, and VMware
Dell Hardware/Software Guides
Dell Servers – PowerEdge, Blades, and Cloud
integrated Dell Remote Access Controller (iDrac)
OpenMange Server Administrator (OMSA)
How to Logoff Remote Desktop Sessions from the Command Line
It’s happened to all of us. You try to logon to an administrative remote desktop on a server, but you can’t because both administrative RDP sessions are in use. Oftentimes …
Step by Step : Deploy DFS in Windows Server 2012 R2
Today, let’s go through a step by step on how to deploy Distributed File System (DFS) in Wndows Server 2012 R2, but before we start, you should know what is DFS …
6 Benefits Nano Server Will Bring to Hyper-V
In April 2015, Microsoft announced a new feature available in Windows Server 2016 called Nano Server. It is similar to Windows Server Core mode but remarkably smaller. Apparently there are …
How to get all groups that a user is a member of?
Open PowerShell with administrator privileges and run: Get-ADPrincipalGroupMembership username | select name name —- Domain Users Domain Computers Workstation Admins Company Users Company Developers AutomatedProcessingTeam Example:
Unable to start the MSSQLServer service – MSSQLServer Event ID 26014
When you try to star the MSSQL service using a Managed Service Account and it does not start, you get MSSQLServer Event ID 26014. …