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 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 …

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 …