Managed Objects shows more than just the computer. Is ther a way to just get the users computer name and display it on the webpage?
Hello Derek,
Yes, it is possible. You can use the built-in Objects managed by user or group report and add it to the Web Interface Home page with corresponding settings. By default, the report is located in container Reports\All Reports\Object ownership. For information on how to add reports to the Home page, have a look at section Content panes of the following tutorial: https://www.adaxes.com/tutorials_WebInterfaceCustomization_CustomizeTheHomePage.htm.
Hi, We would like to run an AD sync (Start-ADSyncSyncCycle -PolicyType Delta) after a new user is created. Unfortunately, it looks like this script only works for servers that ... in any of the domains. What is the recommended way to achieve this? Thanks, Max
We're delegating admin rights to our various IT departments, only giving them access over their stuff under their OUs. They're missing the option to see the group membership ... on user's management history, is there another approach that I'm not aware of?
We have four OUs in Active Directory (Pending Deletion, Disabled with Mail Delegates, Disabled with HR Extensions and Disabled_Temp_Leave) that users are moved to prior to their eventual ... past 7 days have been moved to one of 4 of these OUs. Thanks!
Hi, is there a way through the Adaxes SDK to check all users against a specific group and determine wether or not they are part of it (must include direct and indirect ... Forrest root domain which holds the group, members of the group can be in every domain
I've got the following script so far using the SDK but running into an error: You cannot call a method on a null-valued expression. At line:1 char:1 + ... .BindToObjectByDN("$object.SearchResult.AdsPath.DN") $Context.Items.Add($item, $columnValues) } } } }