How to uninstall software by Group Policy (GPO) or intune

There are several ways to uninstall applications via GPO or intune:1. standard gpo tools are limited to msi and what is already installed via gpo(intune supports exe via intunewin)2. PowerShell. The tool is quite complex and time consuming.3. exe installer that starts the removal process, wrapped in an msi package.In this article, we will talk… Continue reading How to uninstall software by Group Policy (GPO) or intune

How to install fonts to gpo using Silent Install Builder

It often happens that, along with all office programs, the system administrator needs to install specific configurations on several computers. One such configuration is installing fonts on Windows. Usually installing fonts via gpo using PowerShell is not convenient and complicated.It’s easy to imagine how long it will take to install the fonts in this way.… Continue reading How to install fonts to gpo using Silent Install Builder

How to create a fully silent package via Silent Install Builder

This example shows how to create a fully silent package via Silent Install Builder. Press the Create New Package button. Choose the option Silent installation from existing file(s): Select the desired installation file from your computer: After uploading the file, Silent Install Builder will automatically detect command line parameters for silent installation. If the program… Continue reading How to create a fully silent package via Silent Install Builder