- Products
- Solutions
- Resources
- Trials
- Support
- Partners
- Communities
Hi everybody,
In our environment we need to create temporary users in active directory and deprovision them after X hours (with a maximum of 12 hours).
We thought of using AD group temporary memberships.
Specifically, when a user is created, it is added...
Read more.The code found in this post will be helpful.
Specifically, the removed user is identified thus:
$Request.Attributes.Get("member") - i.e. the modification of the member attribute of the target group.
So in your case, you could do something like...
I do something similar. When I am next at my laptop I will dig out some details for you.