All Questions
Tagged with user-management active-directory
12 questions
0
votes
1
answer
754
views
Find users who don't belong to multiple groups
My company uses Microsoft Intune. We've got 4 groups in an on-premise AD that controls the conditional access. We'll just call them AllowGroup1, AllowGroup2, BlockGroup1, and BlockGroup2. What I want ...
1
vote
1
answer
235
views
Powershell Loops - New to Powershell
everyone. This question is going to be an easy answer for people whom are experienced in Powershell which I am not.
For unintentional reasons, we have a large number of users who have had a certain ...
5
votes
1
answer
938
views
Principal.IsMemberOf exception for local user account when joined to Domain
I am trying to determine if a given local user account is in the local Administrators group. Everything works fine until the system is joined to a domain. When joined to a domain an exception is ...
0
votes
2
answers
4k
views
Get all users from active directory using filter
I'm trying to use below script to get all active users from AD, however, I don't get any results although I know there are data with value 512.
Do you know what I have wrong here?
Get-ADUser -...
2
votes
3
answers
2k
views
Remove-AdObject with Import-CSV error
I am pretty green at Powershell and if this is simple, I apologize. I have tried to use this example script from user Nick, and run into an error I thought AdObject was supposed to go around. My ...
0
votes
1
answer
669
views
filling attribute with concatenated string
I am looking for a way to concatenate a string and put it in one active directory user account object, to be precise, in altsecurityidentities.
The value to be input will be as following:
" which is ...
0
votes
1
answer
1k
views
Checking for users who are member in on of groups, but not in one specific group
Im looking for a way to identify users who are member of one of few groups (a,b,c) but also are not in a specific group (d), an exception group, to later on perform some tasks on them (filling in ...
2
votes
2
answers
275
views
Developing a Integrated User Manangement, Authentication
We have a requirement to produce a centralised use management and authentication system where users can be assigned roles, have passwords set/revoked etc.
The system will have to be on windows ...
1
vote
2
answers
15k
views
List AD users who do not belong to one of several groups
First up, I am not a script writer, so I apologise if this sounds like a real newbie question.
I am trying to write a Powershell query to list all user accounts within a certain OU sub-tree who do ...
1
vote
0
answers
288
views
Access Management Architecture
I have to come up with a recommendation on how to design and create access rights.
(Just to mention - I am beginner in QlikView, company where I work, decided to buy the tool).
Tale of the tape is:
...
0
votes
1
answer
326
views
Where can I find some MVC User Administration Helpers for AD Users?
So I have an MVC 2 app that uses the Active Directory Membership Provider. Authentication works like a charm! Now I need to add some additional screens to allow the users to:
Change their password
...
2
votes
4
answers
1k
views
How to switch users in a smooth way in a Point-Of-Sale system?
I am designing a Point-Of-Sale system for a small shop. The shop just have one Point-Of-Sale but often they are one to three users (sellers) in the shop. Each user have their own user account in the ...