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 Update the EmployeeOrgData Value on Entra ID Users

crtechtipsDec 4, 20242 min read

In this article, I’ll explain how to update the EmployeeOrgData for Entra ID users, which includes the Division and CostCenter properties. These properties are typically synchronized from an on-premises Active Directory environment via Entra Connect, but …

Deploy Azure-Firewall-mon to a Static Web App

crtechtipsDec 4, 20247 min read

Overview​ Azure-Firewall-mon (AFM or Azure Firewall Monitor) is a custom solution (currently in a functional beta) created by an Italian Microsoft Cloud Solution Architect called: Nicola Delfino, its worth mentioning that although a Microsoft CSA …

Azure Front Door – Secure Storage Blob Access

crtechtipsDec 4, 20243 min read

This service is a global load balancer for HTTP/HTTPS traffic. You don’t need to manage resiliency, as this service is resilient by default. See what feature you can enable, using …

Build a docker image in a self-hosted agent running on Azure Container Instances

crtechtipsDec 4, 20243 min read

How can a self-hosted agent running on Azure Container Instances create a docker image? Even while the question may seem simple, it is difficult. Suppose you’ve already set up a …

Self-hosted agent on Linux created in 3 minutes

crtechtipsDec 4, 20243 min read

Self-hosted agent on Linux In some cases is necessary, for example, you need to integrate with VNET – because the resources you want to access are not publicly accessible. This can …