Hi is it possible to create scheduled task, that will periodically check O365 users (only ones that are not synced from onpremise AD) password age and if it is older than 2 years, send email or whatever?
Hello,
Could you, please, specify what version of Adaxes you are currently using? For information on how to check it, have a look at the following help article: https://www.adaxes.com/help/HowDoI.ManageService.CheckAdaxesServiceVersion.html.
3.13.18106.0 but we can upgrade to newer version if needed
Thank you for specifying.
Unfortunately, this cannot be done in the latest version of Adaxes. The thing is that it uses Graph API for Microsoft 365 and the API does not provide the possibility to retrieve required information. You can check the suggestion for Microsoft here: https://feedback.azure.com/forums/169401-azure-active-directory/suggestions/34364833-it-would-be-great-if-user-s-last-password-change-d.
In the version you are currently using it can be done using a scheduled task and a PowerShell script. If this approach meets your needs, please, specify what exactly should be included into the email notification. Any additional details and live examples will be very helpful.
OK I will solve it outside Adaxes using Powershell. Thanks
Is there a way to add Microsoft Defender for Office 365 Plan 2 licenses from Adaxes? Currently it is not showing in the list of available licenses to modify. The endpoint ... the E3 license is showing up no problem, just not the standalone one for O365.
I have a business rule to create a user in our AD, and then have it create a new O365 account and assign it a license. How can I have it create a temporary password that I specify during that business rule?
Hello, We have recently migrated to Office 365 and are experiencing a few problems related to password. When I create a user using Adaxes, Adaxes automatically send out ... during using user creation. How can we solve this problem? Regards, Eirik Zakariassen
We are looking for if Adaxes has a report we can run that will tell us if there are multiple users using the same or similar passwords? Is there any tool that we can ... as another users? I appreciate any information you may be able to provide. Thank You,
Hi, I try to make a report for our SAM to show all users with a specific license. But I fail to even find anything. I tried, among many ... .DirectorySearcher.AppendFilter("(adm-O365AccountLicenses=POWER_BI_STANDARD)") But I get nothing. Please advice.