How to Create a Desktop Connector Deployment and Deploy Using Intune | Step-by-Step Guide In this video, we walk you through the process of creating a Desktop Connector deployment and setting it up with Microsoft Intune for streamlined management and distribution. Whether you're an IT admin or someone looking to simplify software deployment, this guide covers everything you need to know! Also an update on C++ that could help if you are having issues. 🔧 What’s Covered in This Video: How to create a Desktop Connector deployment package for Intune Step-by-step process for configuring the Desktop Connector deployment Intune Install Command: -ExecutionPolicy Bypass -File .\ Powershell: (thanks for the added line @andrewk8847 ) Copy-Item -Path "Autodesk\*" -Destination "C:\Autodesk\" -Recurse -force taskkill /im /f /c ""C:\Autodesk\ \image\ " -i install --silent" Start-Sleep -Seconds 120 Remove-Item -Path "C:\Autodesk\ " -Recurse -Force Registry Key for Detection: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{517AD3B2-DEEA-3AA4-9194-833D3E9F2F9C} Registry Value for Detection: DisplayVersion set to Equals











