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

Join Computer to Domain with Desired Computer Name and OU

crtechtipsSep 7, 20185 min read

Step #1: This is the simplest method to add a computer to a domain. In this example you will be prompted for credentials followed by the required reboot. PowerShell   …

How To Build An Active Directory Site Inventory Report With PowerShell

crtechtipsSep 7, 20183 min read

If you’re having to deal with hundreds of subnets and multiple Active Directory sites, this PowerShell script will allow you to quickly build an inventory report listing all of your …

Invoke Command Examples

crtechtipsAug 21, 20182 min read

If you aren’t using Invoke-Command on your network, you should really think about upgrading your life and enabling WinRM in your environment. Here are a few examples of Invoke-Command used …

Remotely Rename Computer’s Hostnames

crtechtipsAug 20, 20183 min read

Below is a PowerShell script that will change the Hostname of a domain computer remotely. You will need to build a .csv file of computer’s Hostnames you wish to change …

Zip Files to New Folder

crtechtipsAug 19, 20181 min read

If you need to zip up all the files in directory and send them to a new folder here is a quick PowerShell script that will work. This script will …