Connect to Microsoft Intune

Establish a connection to Intune using Microsoft Graph API.

# Install Intune PowerShell module if not installed
Install-Module -Name Microsoft.Graph.Intune -Force

# Connect to Microsoft Graph
Connect-MSGraph