Enterprise Operating Systems

Troubleshooting and Guides for: Microsoft Server, Linux, and VMware

Read More

Dell Hardware/Software Guides

Dell Servers – PowerEdge, Blades, and Cloud
integrated Dell Remote Access Controller (iDrac)
OpenMange Server Administrator (OMSA)

Read More

Scripting Guides

PowerShell, Bash, JSON, and Python Scripting Guides

Read More

How to Logoff Remote Desktop Sessions from the Command Line

crtechtipsJul 19, 20161 min read

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

crtechtipsJun 23, 20168 min read

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

crtechtipsJun 7, 20165 min read

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?

crtechtipsMay 27, 20161 min read

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

crtechtipsMay 6, 20162 min read

When you try to star the MSSQL service using a Managed Service Account and it does not start, you get MSSQLServer Event ID 26014.               …