📎 AI Summary:
The original poster asks how to block program installations in Active Directory. A responder clarifies that AD is primarily for authentication and suggests using AppLocker through GPO to block executables, but notes it doesn't differentiate between installers and regular programs. They also mention controlling access to the Windows Installer service and recommend restricting local admin rights as the most effective approach. The overall sentiment is informative, providing possible methods and limitations.

fraksipon

New Member
Joined
Feb 4, 2019
Messages
1
Thread Author #1
Hello,
how to block the installation of programs in AD?
 

Solution
Active Directory is for authentication. You can block executables with app locker via GPO, but there ins't anything to distinguish between an installer and an actual user program.

You can also control access to the Windows Installer service via GPO, but not all installers use it. The best method would be to restrict local admin rights to those allowed to installed programs.

Neemobeer

Windows Forum Team
Staff member
Joined
Jul 4, 2015
Messages
8,995
Active Directory is for authentication. You can block executables with app locker via GPO, but there ins't anything to distinguish between an installer and an actual user program.

You can also control access to the Windows Installer service via GPO, but not all installers use it. The best method would be to restrict local admin rights to those allowed to installed programs.
 

Solution