Hi there,
I would like to allow for my support team to disenroll some user from SelfService Password Policy.
Is it possible to allow via web interface?
Thanks!
Lopes
Hello Lopes,
Yes, sure. For this purpose you can create a Custom Command that disenrolls a user. To create it:
Create a new Custom Command.
On step 2 step of the Create Custom Command wizard, select the User object type.
On step 3, add the Run a program or PowerShell script action and paste the following script in the Script field:
if ($Context.TargetObject.IsEnrolled) { $Context.TargetObject.DisenrollUser() }
Enter a short description for the script and click OK.
Finish creation of the Custom Command.
Hi Support,
It's working. Thanks!
I'd like to implement an architecture whereby all Domain Users can request membership in any domain security group. I'd also like to allow the OU Owners to have ... from their groups without granting them the ability to remove users from all security groups?
I would like to change department without a script just yet if possible on multiple accounts. If I cant do this then I will entertain custom script Thanks :)
Hi we have bunch of custom commands that HR uses, to create new user employee or offboard someone. They can see the execution log on the web interface, but we would like to recive a copy of the log in an email to IT to make sure there arent errors etc.
My situation is we give user's mailbox delagation without automapping somewhat randomly so in the web ui form we would like them to be able to select ad users in the input field
Every manager has an overview, where you can see to whom he/she is reporting to and who is reporting to the manager. This will be visible in Microsoft teams ... purpose for this is to use it for email communication (account/password expiration notifications).