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

6 Benefits Nano Server Will Bring to Hyper-V

crtechtips Jun 7, 2016 5 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?

crtechtips May 27, 2016 1 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

crtechtips May 6, 2016 2 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.               …

File Screening via de commandline

crtechtips May 4, 2016 1 min read

Filescreening is a method used to control what files can be placed in a directory. You might want to prevent storage of MP3 files or executables. I wil use an …

Overview of Scheduled Tasks

crtechtips May 4, 2016 1 min read

I like the tree view for scheduled task as you can categorize the tasks, but the GUI offers no way of an overview of all tasks. The command line helps …