top of page
From Raw Telemetry to Business Intelligence: Building a Custom Intune Analytics Pipeline
Building a custom business analytics engine for Microsoft Intune is a high-impact project for any modern IT leader. Native reports are great, but for a truly data-driven organization, you need to own your data. By moving Intune telemetry into a dedicated Azure Database for MySQL and visualizing it with Grafana , you unlock historical trends and cross-platform insights that standard dashboards just can't match. Here is a comprehensive guide on how to build this pipeline. The
Jitendra Singh
Feb 132 min read
Automating Azure VM Deployment with Python
I recently completed a project automating Azure Infrastructure-as-Code (IaC) using Python's requests library and the Azure REST API. While tools like Terraform and Bicep are great, interacting directly with the API provides a deeper understanding of how Azure’s Resource Manager (ARM) actually works. 🛠️ The Tech Stack Python: The engine for automation. Azure Identity: Securely fetching OAuth 2.0 tokens using DefaultAzureCredential. REST APIs: Performing GET and PUT operations
Jitendra Singh
Feb 22 min read
Migrate IpSets From NSX V Manager to NSX T Manager
Scenario : If you are trying to Migrate your work loads from NSX V to NSX T This solution / tool could save you some...
Jitendra Singh
May 17, 20211 min read


PowerShell Script to Fetch Esxi Host Details for Multiple vCenter Servers
https://github.com/j33tu/powershell/blob/master/VI/multiple%20-vcenter-host-count.ps1 #Automation #DevOps #vSphere
Jitendra Singh
Jul 28, 20201 min read


How to Install AzSk for securing your Subscription / Resources and Workflows in Azure
The "Secure DevOps Kit for Azure" ( or 'AzSK' ) is a collection of scripts, tools, extensions, automations, etc. that we need to...
Jitendra Singh
Aug 5, 20191 min read


Copy Nsx Ip Sets from One Nsx Manager to Another Nsx Manager
In a complex Nsx Environment when you want to make sure all Environments are consistent for Firewall services (Yes we are talking about...
Jitendra Singh
Jul 19, 20191 min read
bottom of page

