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 set up a Windows Server 2012 VPN

crtechtips Jun 22, 2017 2 min read

Install the Remote Access Server Role We will be doing this through a GUI. Open Server Manger and click on Manage and select Add Roles and Features. A wizard comes …

Configuring Password Replication Policy for Read Only Domain Controllers

crtechtips Jun 22, 2017 4 min read

What is Password Replication Policy? Password Replication Policy (PRP) determines which users’ credentials can be cached on a specific RODC. If PRP allows an RODC to cache a user’s credentials, …

Install Read Only Domain Controller on Windows Server 2008 R2

crtechtips Jun 22, 2017 4 min read

Let me give you a basic introduction first before we jump right into the installation. From here on I will refer to Read Only Domain COntroller as simply RODC. What …

Junction – Free up disk space using Symbolic links

crtechtips Jun 22, 2017 2 min read

I came across a brilliant solution that will blow your mind away and save all you System Admins out there having similar issue. The solution that I am referring to …

Powershell – Remove Members from AD Groups in bulk

crtechtips Jun 22, 2017 2 min read

Now there are several ways that you can remove members from a group. The simplest of all is by using Remove-ADGroupMember. Let us see the examples associated with this cmdlet. …