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

The initial configuration of WSUS 2016

crtechtipsSep 7, 20194 min read

After the WSUS installation has been completed on Windows Server 2016, you are ready to configure the initial WSUS settings. This is a necessary step that you can not skip so that WSUS can be active. Depending on the infrastructure, you…

How to Install Microsoft’s New Windows Terminal

crtechtipsAug 9, 20192 min read

Check this out… ==================== First you will need to download Chocolatey ( https://chocolatey.org/ the package manager for Windows – Software Management Automation ). ***Before you start, make sure you have the “Windows 10 1903 update” installed on your computer***…

How to Install Microsoft’s New Windows Terminal

crtechtipsAug 9, 20192 min read

Check this out… ==================== First you will need to download Chocolatey ( https://chocolatey.org/ the package manager for Windows – Software Management Automation ). ***Before you start, make sure you have the “Windows 10 1903 update” installed on your computer***…

How to Deploy OVA / OVF Template Using VMware vSphere Desktop Client

crtechtipsJun 18, 20192 min read

Deploy OVF Template Note: The current version of vCenter in the example below is version 5.5. To deploy an OVF template, open the vSphere Desktop Client. On the top-left, click File and select Deploy OVF Template. In the next window, browse to the path containing…

Using Crontab and Selenium

crtechtipsJun 13, 20191 min read

I have been setting up a python script using Selenium to automate some web tasks. One of the tasks I wanted to automate completely. I ran into a few problems trying to run the python script in crontab. The…