Hello,
I have a problem to remove users and domain groups of the local group Administrators of Windows 8.
Before, my domain had trust relationship with other domain, but now, this relation was removed. And now, some groups of the my domain are with name of the other domain included in it when I see in User manager of Windows. for example:
Members of Local Group Administrator:
Administrator, Domain Admins, Support Group and Contoso Group (this is the example).
The Contoso Group is showed as Domain\Contoso Group (Old_Domain\Contoso Group).
In this way I can't to remove this group by command line because the sintax is not correct.
If I type only:
net localgroup administrators Domain\Contoso Group /delete
The member Contoso Group is not found.
If I type:
net localgroup administrators Domain\Contoso Group (Old_Domain\Contoso Group) /delete
It is not found too.
Therefore, I need to know where the informations about user and groupos are stored on Windows Registry. If I to find I will remove this members by Windows Registry. I have a script running in the network and I will add this informations to remove the unwanted
members of local group administrators.Hello,
I have a problem to remove users and domain groups of the local group Administrators of Windows 8.
Before, my domain had trust relationship with other domain, but now, this relation was removed. And now, some groups of the my domain are with name of the other domain included in it when I see in User manager of Windows. for example:
Members of Local Group Administrator:
Administrator, Domain Admins, Support Group and Contoso Group (this is the example).
The Contoso Group is showed as Domain\Contoso Group (Old_Domain\Contoso Group).
In this way I can't to remove this group by command line because the sintax is not correct.
If I type only:
net localgroup administrators Domain\Contoso Group /delete
The member Contoso Group is not found.
If I type:
net localgroup administrators Domain\Contoso Group (Old_Domain\Contoso Group) /delete
It is not found too.
Therefore, I need to know where the informations about user and groupos are stored on Windows Registry. If I to find I will remove this members by Windows Registry. I have a script running in the network and I will add this informations to remove the unwanted
members of local group administrators.
Regards.