Intune – You now have more application deployment options for Intune packages
As you know, you can use Intune/Endpoint Configuration Manager to deploy software, either MSI package, LOB exe or store applications.
1 min read
cubesys : Aug 18, 2021 12:00:00 AM
As you know Intune/Endpoint Configuration Manager can be used to deploy applications (either LOB [MSI, MSIX, APPX…] or Win32 apps [Intune package]).
While deploying applications with Intune, the description field of the deployment is a mandatory field and not much look at as this is usually prepopulated by Intune using the application name.
Well, you can provide a better description by formatting it using markdown.
The markdowns available will let you:
The corresponding codes are
Formatting | Code |
Italic |
*Italic* |
Bold |
**Bold** |
Bold and Italic |
***Bold and Italic*** |
Strikethrough |
~~Strikethrough~~ |
Link |
[Link](<link to include>) |
Inline Code |
`Inline Code` |
Unordered list |
* Unordered list |
Ordered list |
1. Ordered list |
Block quote |
> Block quote |
Header 1 |
# Header 1 |
Header 2 |
## Header 2 |
Header 3 |
### Header 3 |
This is available for any type of application (LOB, Win32) you deployed
Which then will make you application description looks like
As you know, you can use Intune/Endpoint Configuration Manager to deploy software, either MSI package, LOB exe or store applications.
Well, this has been a long awaited feature in Intune which is now available in preview: deploy application which supersede a previous one.
By now, you already know that Intune/Endpoint Configuration Manager is the Microsoft solution for managing devices (either Windows, iOS or Android)...