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

Rolling A Die

crtechtipsNov 28, 20181 min read

Here is a script that can be used to roll a die. The number of sides of the die can be adjusted. The amount of rolls and roll results …

JSON Example Code for Chrome’s Managed Bookmarks

crtechtipsNov 5, 20182 min read

Google has created Chrome ADMX files for administering Chrome via Active Directory. One of the features you might want to add in your environment are your companies websites to …

How to Add Computers to a Domain Using PowerShell

crtechtipsNov 3, 20182 min read

Performing a Domain Join Using PowerShell Once you’ve established correct DNS resolution for the domain name, start a PowerShell prompt with local administrative privileges. Press the Windows key to switch …

How to Get the Serial Number of a Remote Computer Using PowerShell

crtechtipsNov 3, 20182 min read

Retrieving the Serial Number from a Local Computer The get-ciminstance PowerShell command was introduced in PowerShell 3.0. It allows administrators to run WMI queries on local or remote computers. To retrieve the …

How to Defrag Drives using Powershell in Windows Server 2012

crtechtipsNov 3, 20182 min read

Defrag Drives with Optimize-Volume The new cmdlet we will use is called Optimize-Volume. It is part of the Storage module which utilizes the new CIM infrastructure. You can use this cmdlet …