# Microsoft Intune Service Deployment Without Storage Account ## How to Deploy Microsoft Intune Service Without a Storage Account This document provides a step-by-step guide for deploying the Microsoft Intune Service without utilizing a storage account. It covers downloading the required agent, creating an installation package, and configuring the deployment in Microsoft Intune. ## Table of Contents - [Prerequisites](https://www.manageengine.com/products/desktop-central/intune_service_withouta_storageaccount.html#prerequisites-for-Microsoft-Intune-Service-Deployment-Without-a-Storage-Account) - [Download the Agent](https://www.manageengine.com/products/desktop-central/intune_service_withouta_storageaccount.html#download-agent-prerequisites-for-Microsoft-Intune-Service-Deployment-Without-a-Storage-Account) - [Create the IntuneWin Package](https://www.manageengine.com/products/desktop-central/intune_service_withouta_storageaccount.html#create-intunewin-package-for-Microsoft-Intune-Service-Deployment-Without-a-Storage-Account) - [Configure the Application in Microsoft Intune](https://www.manageengine.com/products/desktop-central/intune_service_withouta_storageaccount.html#configure-application-Microsoft-Intune-Service-Deployment-Without-a-Storage-Account) - [Set Installation and Uninstallation Commands](https://www.manageengine.com/products/desktop-central/intune_service_withouta_storageaccount.html#installation-and-uninstallation-commands-Microsoft-Intune-Service-Deployment-Without-a-Storage-Account) - [Define System Requirements](https://www.manageengine.com/products/desktop-central/intune_service_withouta_storageaccount.html#define-system-requirements-Microsoft-Intune-Service-Deployment-Without-a-Storage-Account) - [Establish Detection Rules](https://www.manageengine.com/products/desktop-central/intune_service_withouta_storageaccount.html#configure-detection-rules-for-Microsoft-Intune-Service-Deployment-Without-a-Storage-Account) - [Assign the Application](https://www.manageengine.com/products/desktop-central/intune_service_withouta_storageaccount.html#assign-application-Microsoft-Intune-Service-Deployment-Without-a-Storage-Account) ## Prerequisites - A valid Microsoft Intune subscription. ## Step 1: Download the Agent 1. **Access the Console:** - Log in to the web interface. 2. **Download the Agent:** - Navigate to **Agent** > **Computers** > **Download Agent**. - Rename the downloaded file to `agent.exe`. 3. **Set Up the Directory:** - Create a new folder and place `agent.exe` inside it. - **Note:** Ensure that this folder contains only the `agent.exe` file. 4. **Directory Path Reference:** - Use the path of the folder containing `agent.exe` as ``. - Specify your preferred output path as `` in the upcoming steps. ## Step 2: Create the IntuneWin Package 1. **Download IntuneWinAppUtil:** - Download the zip file from the provided [link](https://github.com/microsoft/Microsoft-Win32-Content-Prep-Tool/archive/refs/heads/master.zip). - Extract `IntuneWinAppUtil.exe` from the zip. 2. **Generate the IntuneWin Package:** - Double-click `IntuneWinAppUtil.exe` and provide the following inputs: - **Source Folder:** `` - **Setup File:** `agent.exe` - **Output Folder:** `` - **Catalog Folder:** When prompted, select `N`. 3. **Output Confirmation:** - An `agent.intunewin` file will be created in the specified output folder. [![Double-click IntuneWinAppUtil.exe and provide the following inputs:](https://www.manageengine.com/products/desktop-central/images/intunestorage1.png)](https://www.manageengine.com/products/desktop-central/images/intunestorage1.png) ## Step 3: Configure the Application in Microsoft Intune 1. **Log Into Intune:** - Access the Microsoft Intune Admin Center. 2. **Add New Application:** - Go to **Apps** > **All Apps** > **Add**. [![Go to Apps > All Apps > Add.](https://www.manageengine.com/products/desktop-central/images/intunestorage2.png)](https://www.manageengine.com/products/desktop-central/images/intunestorage2.png) 3. **Choose App Type:** - Select **Windows app (Win32)**. [![Select Windows app (Win32)](https://www.manageengine.com/products/desktop-central/images/intunestorage3.png)](https://www.manageengine.com/products/desktop-central/images/intunestorage3.png) 4. **Upload the Package:** - Choose the package file and navigate to `agent.intunewin`. [![Choose the package file](https://www.manageengine.com/products/desktop-central/images/intunestorage4.png)](https://www.manageengine.com/products/desktop-central/images/intunestorage4.png) [![navigate to agent.intunewin](https://www.manageengine.com/products/desktop-central/images/intunestorage5.png)](https://www.manageengine.com/products/desktop-central/images/intunestorage5.png) 5. **Input Application Details:** - Provide the application name and publisher information, then click **Next**. [![Provide the application name and publisher information, then click Next.](https://www.manageengine.com/products/desktop-central/images/intunestorage11.png)](https://www.manageengine.com/products/desktop-central/images/intunestorage11.png) ## Step 4: Set Installation and Uninstallation Commands 1. **Program Configuration:** - **Install Command:** `Agent.exe /silent` - **Uninstall Command:** `msiexec.exe /x{6AD2231F-FF48-4D59-AC26-405AFAE23DB7}` [![configure installation command and uninstallation command](https://www.manageengine.com/products/desktop-central/images/intunestorage10.png)](https://www.manageengine.com/products/desktop-central/images/intunestorage10.png) ## Step 5: Define System Requirements 1. **Requirements Tab:** - **Operating System Architecture:** Choose either **32-bit** or **64-bit**. - **Minimum Operating System:** Set to **Windows 10**. [![define system requirements](https://www.manageengine.com/products/desktop-central/images/intunestorage6.png)](https://www.manageengine.com/products/desktop-central/images/intunestorage6.png) ## Step 6: Establish Detection Rules 1. **Configure Detection Rules:** - Select **Manually configure detection rule**. - Click the **+ Add** icon. 2. **MSI Detection Rule:** - **Rule Type:** MSI - **MSI Product Code:** `{6AD2231F-FF48-4D59-AC26-405AFAE23DB7}` - **MSI Product Version Check:** No [![configure detections rules](https://www.manageengine.com/products/desktop-central/images/intunestorage7.png)](https://www.manageengine.com/products/desktop-central/images/intunestorage7.png) 3. **Registry Detection Rule:** - Click **Add** again. - **Rule Type:** Registry - **Key Path:** `HKEY_LOCAL_MACHINE\SOFTWARE\AdventNet\DesktopCentral\DCAgent` - **Value Name:** `DCAgentVersion` - **Detection Method:** Value exist - **Associated with a 32-bit app on 64-bit clients:** Yes [![configure registry detection rules](https://www.manageengine.com/products/desktop-central/images/intunestorage8.png)](https://www.manageengine.com/products/desktop-central/images/intunestorage8.png) ## Step 7: Assign the Application Assign the application to selected pilot users or to all users based on your deployment needs. [![assign the application](https://www.manageengine.com/products/desktop-central/images/intunestorage9.png)](https://www.manageengine.com/products/desktop-central/images/intunestorage9.png) ## Conclusion This guide provides clear instructions for deploying the Microsoft Intune Service without a storage account. Follow these steps for an efficient setup and deployment process.