Posts

Showing posts with the label Winget

Microsoft Store app (new) in Microsoft Intune

Image
The Microsoft Store for Business that we know will be retired in the first quarter of 2023 . In the meantime, Microsoft has made new tools available to improve the way we manage our application deployments. There's the Windows Package Manager (Winget). (https://www.ccmtune.fr/2022/12/winget-presentation-and-usage.html) And recently, the new Microsoft Store App has appeared, followed by a new application deployment feature, called Microsoft Store app (New) , in the Microsoft Intune console. How to deploy an application with the new feature Go to Endpoint.microsoft.com Select Windows and click Add Select Microsoft Store app (new) and click Select Click "Search the Microsoft Store app (new)" Search and select an application and click Next Select a device or user group for deployed this application and click Next Review + create , click Create Client side verification Installation of vlc is successful.

Winget - Presentation and usage

Image
Winget is a tool using the command line to install, uninstall or update applications on a computer equipped with Windows 10 or 11. Winget installation Winget Tool is already present in Windows 11 and as well as in recent versions of windows 10. For other versions of Windows 10, the application is available in the Microsoft Store :  Link for download Winget The winget command-line tool is only supported on Windows 10 1709 (build 16299) or later at this time. Supported installer formats Below is the list of installers supported by the Winget tool EXE (with Silent and SilentWithProgress indicators) INNO NULLSOFT MSI and MSIX APPX BURN PORTABLE Using Winget 1. Search an application For search an application, Use the following command line : winget  search   ApplicationName For example, with Adobe Reader application : 2. Application installation Before starting the installation of an application, it is important to know the list of available command options. To do th...