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

Here’s an example of Terraform code to deploy Azure Virtual Desktop resources

crtechtipsNov 2, 20232 min read

Configure the Azure provider provider “azurerm” {features {}} Create a resource group resource “azurerm_resource_group” “rg” {name = “my-resource-group”location = “westus”} Create a virtual network resource “azurerm_virtual_network” “vnet” {name = “my-virtual-network”address_space …

Copy blobs between Storage Accounts with an Azure Function

crtechtipsOct 4, 20235 min read

Azure Function setup & trigger Firstly, we’re going to create an Azure Function using runtime of PowerShell in a Code publish method. I’m using a consumption plan type to reduce costs. I’ve …

Setting up FSLogix with Azure Virtual Desktop

crtechtipsAug 25, 202311 min read

Implementing FSLogix within your Azure Virtual Desktop environment provides an optimized experience for your end users. For example, a non-persistent Pooled Windows AVD host pool will allow the user to …

Getting started with the Azure Data Factory Copy Tool

crtechtipsAug 25, 20232 min read

Using the Azure Data Copy Tool Browse to the Azure Data Factory page. Click Open Azure Data Factory Studio to navigate the Azure Data Factory homepage. Click Ingest. Properties Taba. Click Build-in copy task.b. Click …

Initiate Failover of Azure Storage Account

crtechtipsAug 25, 20232 min read

Azure Storage is a cloud service that provides scalable, secure, cost-effective storage solutions for various data types. However, data stored in Azure Storage may still be vulnerable to service disruptions, …