Active Directory Administrative Center - AD groups not opening

Rhys Thomas 26 Reputation points
2023-01-23T23:34:45.2266667+00:00

Hi all! I have an issue where I am unable to open groups via Active Directory Administrative Center on a Windows Server machine, no error but just hangs instead, no window opens visibly but does show a dead window when you hover over its icon in the taskbar. Doesn't affect all users, and attempted restart as well as a repair using software center.

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,634 questions
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,243 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Thameur-BOURBITA 32,636 Reputation points
    2023-01-24T00:19:35.2833333+00:00

    Hi,

    You can use dsa.msc console instead of Administrative Center to open group properties.

    Please don't forget to mark helpful answer as accepted


  2. Limitless Technology 44,121 Reputation points
    2023-01-25T09:59:05.4966667+00:00
    Hello
    
    Thank you for your question and reaching out. I can understand you are  having query\issues related  to unable to open groups via Active Directory Administrative Center.
    
    First of please reboot your Computer and check if the issue resolved automatically.
    If still issue persists follow below steps which should help you to resolve the issue.
    
    1. Disable any Antivirus program or Windows firewall you may have for temporary purpose.
    
    2. Cleanup below Temp folders location -> Open Start -> Run -> Type below location one-by-one and press enter 
         C:\Windows\Temp
         %USERPROFILE%\AppData\Local\Temp
    
    3. Run Disk Cleanup from Select C:\ Drive from Properties- > General -> Disk Cleanup - >Cleanup system files
    
    4. Run sfc /scannow from elevated prompt.
    
    5.  Run below DISM commands  from elevated prompt.
    
    DISM /Online /Cleanup-Image /CheckHealth
    DISM /Online /Cleanup-Image /ScanHealth
    DISM /Online  /Cleanup-Image /RestoreHealth
    
    6. Try to open   Administrative Center from different user on this server.
    
    --If the reply is helpful, please Upvote and Accept as answer--
    
    0 comments No comments