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

crtechtipsOct 7, 20185 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

crtechtipsSep 24, 20182 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

crtechtipsSep 18, 20182 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

crtechtipsSep 13, 20181 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

crtechtipsSep 7, 20183 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 …