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

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 …

How to Automate Software Package Installations in Server 2016 via PowerShell

crtechtipsSep 7, 20184 min read

Here are some of the ways you can automate software package and modules installations in Server 2016, using some of the new package management cmdlets that come with PowerShell. With …