> For the complete documentation index, see [llms.txt](https://docs.intunepckgr.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.intunepckgr.com/application-management.md).

# Application Management

<figure><img src="/files/MSocqPmRu9vhv0SLeXvm" alt="" width="375"><figcaption></figcaption></figure>

Once applications are deployed through Pckgr, they can be managed in Microsoft Intune as usual. However, Pckgr provides additional management features through the Dashboard, including options for deleting, redeploying, and automatic redeployment of applications.

***

### Searching & Sorting Applications

***

* Use the Application Library to view and manage deployed apps.
* Applications can be searched by name, type, or recent deployment.
* If managing multiple companies, use the company dropdown to switch views.

### Deleting Applications

If an application is no longer required, it can be removed from Pckgr and/or Intune.

#### How to Delete an Application:

1. Locate the application in the Application Library.
2. Click the three-dot menu next to the app.
3. Select Delete, then choose:
   * Delete from Pckgr & Intune – Removes the app entirely from both platforms.
   * Delete from Pckgr Only – Removes Pckgr’s management, but leaves the app in Intune.

{% hint style="info" %}
If an application is deleted from Intune manually, it will still appear in Pckgr unless removed from Pckgr separately.
{% endhint %}

***

### Redeploying Applications

Redeployment allows an application to be reinstalled, refreshed, or updated in Intune.

#### Why Redeploy?

* Fix failed installations
* Refresh a deployment for devices that missed the initial install
* Apply updated settings or custom configurations
* Streamlining packages code updates: If updates are required to the underlying code Pckgr can seamlessly add these in and push a redeployment of apps.&#x20;

#### How to Redeploy an Application:

1. Find the application in your Application Library.
2. Click the three-dot menu and select Redeploy.
3. Confirm the action and track the status in Pckgr or Intune.

After redeployment, Pckgr will push a fresh install package to Intune, ensuring all settings are applied correctly.

#### **How It Works**

1. **Clone Creation**: Initially, a clone of the application is created in Intune. The new clone will pull the latest install/uninstall and requirement scripts. **Please note that for Update Only deployments all custom requirement scripts will be replaced.**
2. **Configuration Transfer**: Any custom configurations and group deployments that you had set up for the application are copied over to the new clone.
3. **Old Package Removal**: The older version/package of the application is identified and removed from Intune.

***

### Automated Redeployment

Automated Redeployment ensures applications are reinstalled automatically if the underlying deployment package changes. Unlike Auto-Update or Update-Only, this feature is not just about pushing new software versions—it ensures that deployment configurations remain up to date and fully functional when packaging or structural changes occur.

**How is Automated Redeployment Different from Auto-Update or Update Only?**

* **Auto-Update** ensures that the latest version of an application is installed as soon as an update is available, but it does not change how the application was originally deployed.
* **Update-Only** deploys updates only if the application is already installed on the device. If the app is missing, it will not be installed.
* **Automated Redeployment** triggers a full redeployment of the application if there are structural changes in the deployment package, such as metadata updates, installer script changes, or modifications in how the application is packaged.

#### When is Automated Redeployment Triggered?

* A vendor updates the metadata or modifies deployment requirements.
* Pckgr improves the installation scripts or deployment logic.

#### Enabling or Disabling Automated Redeployment:

1. Go to My Companies in the Pckgr dashboard.
2. Select a company from the dropdown.
3. Toggle Auto Redeployment ON or OFF.

{% hint style="info" %}
Note: if Auto Redeployment is disabled, Pckgr will notify you via email when a redeployment is needed.
{% endhint %}

When an application has a redeployment update available it will highlight in Orange and will be pending for redeploy.

<figure><img src="/files/InnukONt3TQEjpHW5C1o" alt=""><figcaption></figcaption></figure>

***

### Viewing Application Status in Intune

* Click View in Intune from the three-dot menu next to the app in the Application Library to open the app’s details in your Intune environment.
* Check the deployment status, group assignments, and installation history.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.intunepckgr.com/application-management.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
