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

Arch Linux UEFI with Grub – Installation Guide

crtechtips Oct 7, 2018 5 min read

For those of you who are looking to install Arch Linux on your machines, this guide is for you! I have gone through the process and taken notes along away. …

Change User Account Setting – PasswordNeverExpires

crtechtips Sep 24, 2018 2 min read

After running an audit, it was discovered that some user account passwords on the domain were set to never expire. A few meetings later the team decided to change …

Create User Accounts with Password

crtechtips Sep 18, 2018 2 min read

Below is a quick script to create a user account and password. If no username is typed the script will exit. If the input for for the username is “Exit” …

Adding Hostnames to Security Groups

crtechtips Sep 13, 2018 1 min read

Adding multiple users to a Security Group can be tedious if done individually. Here is a PowerShell script that will improve efficiency when adding computer hostnames to the member section …

Getting Started With PowerShell On Windows Azure

crtechtips Sep 7, 2018 3 min read

There are over 700 PowerShell cmdlets to help you automate routine and complex tasks in Windows Azure. Here’s how you can start taking advantage of what PowerShell has to offer …