-
Notifications
You must be signed in to change notification settings - Fork 4
Installation
The ACMA installer allows installation of the following separate components.
- The Management Agent itself. This can only be installed on the MIM Synchronization Server.
- The ACMA Editor. This is the user interface used for creating ACMA rules. This can be installed on any 64-bit machine.
- The ACMA PowerShell module
- A MIM Synchronization Server running MIM version 4.1.3441.0 or above
- Microsoft .NET Framework 4.8 or above
- Windows Installer 4.5 or above
- SQL Server 2016 or above (SQL Server 2019+ recommended)
- The account performing the MA installation must have sysadmin rights on the target database. Only integrated Windows authentication is supported by the MA.
The MA components are always installed into the Extensions folder of the MIM installation directory. The installer will prompt for a database server and database name. You must have sysadmin rights on the SQL Server to complete this process. If the database already exists, it will be upgraded to the latest version of the database if required. If the database does not exist, it will be created.
- If your SQL Server is separate from the MIM sync server, you must run the installer from an elevated command prompt, or grant the sync server computer account rights to create a database on the remote server
- If you have additional copies of the ACMA database on the server, you must manually update the databases using the
Update-AcmaDatabasePowerShell cmdlet.
- 64-bit operating system (Windows 10/11 or Windows Server 2016+)
- PowerShell 5.1 or above
- Microsoft .NET Framework 4.8 or above
- Windows Installer 4.5 or above
-
Microsoft.MetaDirectoryServicesEx.dllcopied from the MIM synchronization server (see note below) -
db_ownerrights to the ACMA database for any account using the editor or PowerShell cmdlets
The UI components can be installed on any 64-bit machine. However, if the editor components are not installed on the MIM Synchronization Server, the Microsoft.MetadirectoryServicesEx.dll file from the %ProgramFiles%\Microsoft Forefront Identity Manager\2010\Synchronization Service\Bin\Assemblies folder on the sync server must be copied into the %ProgramFiles%\Lithnet\ACMA Editor folder on the target machine, and placed in the same folder as the MSI during installation.