Questions tagged [group-membership]
52 questions
0
votes
1 answer
Azure AD including groupMemberClaims in app manifest fails
I have read a number of blogs including this:
https://www.codeproject.com/Articles/1254806/Authentication-and-Authorization-in-ASP-NET-Core-2
I am building building applications that use OpenIdConnect using Azure active directory. My desire is to…

WiKi
- 13
- 3
0
votes
1 answer
PowerShell AD Foreign security principle - Group Membership
I have two different domains with trust relationship. I would like to query both domains to extract the group membership of the user in both domains.
Ex:
“User1” belongs to Domain1 and a member of “Domain1_group11” group in "Domain1". But same user…

Venu
- 13
- 5
0
votes
1 answer
Moving user to a specific Group n months after membership
Following is the use case I have to complete:
User registers on a drupal site and the admin assigns him/her to a Group (Amateur Group). Say after 6 months of registration to that Group, user has to be moved to another group (Expert Group), removing…

Kunal Aggarwal
- 301
- 4
- 18
0
votes
3 answers
CheckTokenMembership in VB6
I'm having a hard time converting this C++ code to VB6 code. I've search the net and haven't found anything. PInvoke.net only has reference to VB.NET code. Here's the code from MSDN:
BOOL IsUserAdmin(VOID)
/*++
Routine Description: This routine…

Ian
- 5,625
- 11
- 57
- 93
0
votes
1 answer
Powershell 2.0 - Remove Group Membership for List of Disabled Accounts
I'm trying to remove AD group membership for a list of users whose accounts have been disabled but not sure how to properly combine the cmdlets. This is my attempt...
Import-CSV T:\temp\users.csv | ForEach-Object {Get-ADPrincipalGroupMembership…

user2731132
- 3
- 1
- 3
-1
votes
1 answer
vba - Check Active Directory Group Membership Offline
Is there in vba the possibility to check an Active Directory group membership offline?
I have managed the online and offline user credential check (username, password).
Online = Layer 3 connection to company domain network (LAN or Wifi)
Offline =…

CookieKiller
- 29
- 8
-2
votes
1 answer
Active Directory computers not contain certain group
I have to audit whole Active Directory domain computers with software.
I find out that old admin deployed Audit software for Group 'Audit_Software'.
My goal is find all computers in domain which dont have 'Audit_Software' membership.
eg.…

Curl User
- 115
- 1
- 3
- 12