0 votes

Hello, Before deleting a user, how can I create a PDF with their details and a sentence confirming that the user has been deleted? And then save this document on a server. is this solvable via code?

thanks

by (300 points)

1 Answer

0 votes
by (289k points)

Hello,

There is no built-in functionality for such a thing in Adaxes. However, it should be possible to create a PDF using a script executed in a business rule triggering Before deleting a user. The following thread should be helpful: https://stackoverflow.com/questions/59824182/generate-pdf-with-powershell.

Related questions

0 votes
1 answer

Hi, is it possible to export automatically the exchange online mailbox of a user to a .PST file on our archive server before the user is deleted? Kind regards, Fabian

asked Oct 26, 2023 by fabian.p (380 points)
0 votes
1 answer

I have a scheduled task that runs the following PowerShell script. $user = New-AdmUser -Server $domain -AdaxesService localhost -Path $workdayDn -ChangePasswordAtLogon $true -PassThru - ... ) over all objects. I'm stumped! Any help would be super appreciated.

asked Sep 5 by emeisner (100 points)
0 votes
1 answer

Some of us are old school and prefer to take the manual home to be read with a highlighter. Is there no PDF user manual?

asked Aug 22, 2012 by It_helpdesk (280 points)
0 votes
1 answer

I need to delete several user shares when I delete AD accounts (more than just a simple home drive deletion, we also need to delete terminal services profiles, and ... commands work just fine when I test them by themselves with sample accounts. Thoughts?

asked Feb 20, 2013 by scottyyyc (100 points)
0 votes
1 answer

Hi all, I have a condition during new user creation - Where the corporate email is entered into the email address field, but a custom drop-down for "Mailbox required?" is No. ... screen, and be able to save the result of this choice to a variable? Thanks all,

asked Oct 24 by dshortall (80 points)
3,548 questions
3,239 answers
8,232 comments
547,814 users