ARS 8.2.1 slow user and group searches

When searching for a user, opening an MU, OU, group member tab, ARS 8.2.1 is noticeably slower than it's predecessor while trying to enumerate the list.  It seems to be querying Entra ID attributes on users, though i'm not really sure.

Parents
  • Hello,

    we work since some months with Quest on this issue. A first workaround in my environment is to configure the machine.config file as we dont use any proxy but FW rules

    C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Config\machie.config

    add these lines:
    <!-- The following section is to force use of Fiddler Classic for all applications, including those running in service         accounts -->  <system.net>
    <defaultProxy>
    <proxy autoDetect="false" bypassonlocal="false" proxyaddress="http://127.0.0.1:8888" usesystemdefault="false" />
    </defaultProxy>
    </system.net>

    At the moment we still wait for Quest as they analyze a dump of AR process.

    When there will be any update, I will let you know.

    Michael

  • Tried that, but it didn't make a difference

    Same result before and after

     measure-command {Get-QADGroupMember "the group" -DontUseDefaultIncludedProperties -proxy -service localhost} | select-object seconds

    Seconds
    -------
         37

Reply Children