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

Migrating SFTP Workloads to Azure Blob Storage

crtechtipsAug 25, 20233 min read

Azure Blob Storage supports SFTP (SSH File Transfer Protocol), allowing users to leverage object storage economics and features for their SFTP workloads. Users can provision a fully managed, highly scalable …

Restrict Azure VM SKU with Azure Policy

crtechtipsAug 25, 20233 min read

Azure Policy is a powerful tool that allows you to enforce compliance and governance rules for your Azure resources. One way to use Azure Policy is to restrict the VM sizes …

Using Managed (System) Identities to access Azure Key Vault

crtechtipsAug 25, 20233 min read

A common challenge that integrators run into is managing secrets and subsequently, managing access to secrets. Azure Key Vault is a service that developers can use to store their secrets, …

How to Configure Exchange Server 2016 for SMTP Application Relay

crtechtipsJun 16, 20239 min read

In most organizations there are several devices or applications that need to use an SMTP service to send email messages. An Exchange 2016 server can provide that service for you, however the …

Cloning Azure VMs

crtechtipsMar 9, 20232 min read

Cloning an Azure virtual machine is something I thought it was directly integrated (as in, one click/command and that’s it, but no, it involves several steps. However, it is not …