Skip to main content

All Questions

0 votes
0 answers
79 views

How can I change the IsContainer property of an AD Group?

This question is related to an answer of another question: https://superuser.com/a/1555013/298965 Please, how do I access, view or change the IsContainer property of an AD Group? I have tried it in a ...
Storm's user avatar
  • 121
0 votes
0 answers
343 views

getent passwd | grep my_user not showing result but getent passwd my_user will return output

my_user is an entry in /etc/passwd file. I wrote a test script which called getpwent() to see if my_user can be printed, but it's not showing as well. I'm using aix system.
Clon15323's user avatar
0 votes
2 answers
373 views

External users need access to our domain

We built an application that is configured for single sign-on using our AD with SAML. We use Duo for 2FA. Hence, all users in our domain can access that app with their regular work accounts. However,...
DivZ's user avatar
  • 141
0 votes
2 answers
1k views

Change PC local group members from Active Directory Domain Controller?

Our environment is based on a Windows Server 2003, and more than a hundred computers in the domain. These computers have the usual domain user in the local Administrator group of the respective ...
Andre's user avatar
  • 137
80 votes
3 answers
334k views

How to list the users and groups of an AD Security Group when not a domain admin

I am on Windows 8 connected to domain. I wish to view the users and groups of an AD Security group. I am not the owner of the group. The command: net group /domain TheGroupName shows the direct ...
crokusek's user avatar
  • 1,032
72 votes
1 answer
305k views

How can I find out which user groups my domain user belongs to? [duplicate]

Running Windows 7 on my work PC, how can I check which groups I am a part of on the domain from my PC? I know how to check the local groups using MMC (Microsoft Management Console), just not the ...
codewario's user avatar
  • 932