Content Matrix License Check or Organizer License seems to be stuck in the SharePoint environment. Also, license usage of farm is being reported to the Quest license servers even though the product has been completely uninstalled.
Possible incorrect uninstallation of Content Matrix License Check or Organizer.
Run the script below from the SharePoint Powershell to remove the Content Matrix License Check or Organizer's license information from the SharePoint farm property bag:
$farm = get-spfarm $farm.properties.Remove("CONTENTMANAGER_ELIC") $farm.properties.Remove("CONTENTMANAGER_LICENSE") $farm.properties.Remove("CONTENTMATRIX_LICENSE_VALIDATION") $farm.update()
NOTE: This will not cause an IISReset or application pool restart and can be run at any time without affecting the SharePoint farm.
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center