@All Users report page, How can I add column LastLogonTime or LastLogonTimestamp
All Users report page, When I click Add / Remove Columns I did not find LastLogonTime or LastLogonTimestamp in the Available Attributes list - and can not Add Custom Attributes
[Free Webinar] Empowering ServiceDesk Plus for Identity and Access Management + Surprise
You can make ServiceDesk Plus a better ITSM solution by integrating with ADManager Plus and ADSelfService Plus. Learn about: Active Directory user management for helpdesk Integrate ServiceDesk Plus with ADManager Plus to empower your technicians to perform AD user onboarding, password management tasks, and user account control right from within the service desk console. Entitle users to generate their help-desk tickets and monitor their self-service actions You can hand over the torch of self-service
Let us celebrate our everyday heroes!
July 28, 2017, is the SysAdmin appreciation day. Let us recognize and thank our IT warriors for their hard work and dedication. Let’s face it. If not for our SysAdmins we wouldn't be able to get through a single business day with zero hiccups. Most of the times, we hardly spare a minute to say thanks for all that we get done by our SysAdmins. Now is our chance to thank them for the year round work they do. To all the SysAdmins out there, we, at ManageEngine, would like to truly thank you for
I can't login by Added Help Desk Technicians
Hi, I am using ADManager Plus. I add new Help Desk Technicians from my AD. But when I try login to ADManager control Panel it show me this error: Username: mydomain\myuser Password: mypassword For input string: "unlimited" please help me what should I do?
For input string: "unlimited"
Hi every body I have installed ADManager Plus on my client and add my AD user to "Help Desk Technicians" the roles is super admin. when I try to login to ADManager Plus it show me this error: UserName: mydomain\usersname Password : my password For input string: "unlimited" Please help me what should I do?
ADManager ports between Win10 client and ADManager service through a firewall
Hi We are currently evaluating ADManager and have the service setup in the cloud behind a firewall using HTTP 8080 and / or HTTPS 8443 We've opened the ports up on the firewall so that clients on premise can access the ADManager portal - http://server:8080 or https://server:8443 (I change the connection settings in Admin/Connection page depending whether I'm trying to access securely or non securely. Unfortunately I get "This page cannot be displayed" every time I try to connect from a Windows 10
ADManager: Cannot Connect To Exchange Server
Whenever I try to create a mailbox for an existing user, I receive the message "Cannot Connect to Exchange Server" when applying to operation on the user account. Is there a problem with a configuration or installation of ADManager. Does the exchange console need to be installed on the server?
Computer template - name formats and drop down lists
In our computer template we have required location and would like to use a drop down list similar to, but not identical to, the office drop down list for the user template. Can AD Manager Plus create and manage such a drop down list? Also, we have a specific format for our computer names with a portion that should be selected from a drop down list. Does AD Manager Plus support formats for the computer name field as it does for usernames and email addresses?
ISSUE: Automated task to modify users via template
We have started a new program on site where past users are coming back into our system. I created a template to update their AD account with settings for Active Users and move them to a new OU. When I run the template with Modify Bulk Users using the same CSV I use in the automation task, I get to select the search criteria and the update criteria. However in the automation process I do not have this option resulting in what appears to be a user lookup by last name. This is problematic as its changing
Notification Profile - Add option for sending notification when user is Suspended
Curiously missing from the list of options is the ability to send a notification when a user is suspended. Unless I'm missing it, this would be nice to have.
Vital Helpdesk Reports buttons missing from Dashboard
Good Morning I wonder if anyone else has experienced this or know how to fix this. Usually when I log into ADManagerplus or AD360 and look at the dashboard, it has a section with buttons under "Vital Helpdesk reports" Can't find screenshot of all 3 buttons now but it used to show three buttons under Vital helpdesk reports: 1. for unlock users 2. for Passwords expiring in 7 days 3. for Passwords Expired Users Last week the "Unlock users" section disappeared from Vital Help Desk Reports, and today
Mail attribute/column in reports does not return data for all users
I've tried a few different reports and for some reason some user's attributes come back as empty but when i look in ADSI i see the attributes are populated. This is happening on a few custom attributes i setup but also with the Mail attribute that's built into the reports. any idea on what could cause the reports to not fetch the data? this is not happening with all users, just a handful.The fields come back empty in the reports but when i check ADSI the attribute is populated.
Exchange Distribution List Managed By Field
Hi, is there a method by which AD Manager Plus can send an automatic email to all members of a Distribution List when the managed by account is disabled? Regards,
Dynamic Security Groups?
I see the option for Dynamic Distribution Groups, but what about Dynamic Security Groups?
ISSUE: Renaming user after update to build 6581
After our recent update to the latest build there seems to be an issue when renaming a user account. In the past we could update a users sAMAccountName,UserPrincipalName and Full Name from within ADManager. However after the update the changes do not stay.
rename computer
to rename computer remotely, takes effect on next restart samar
Adding 'Member of' attribute to Inactive Users Report
Hi, Our team has asked for a report of Inactive Users for the organisation and on this report they would like us to show membership for a specific group as additional actions are required for users that belong to the specified group. I would like to create a scheduled report of inactive users which includes the 'Member Of' attribute and be able to filter this by the group name. Is this possible? Thanks & regards, AG
[Free] ADManager Plus online workshop series
Free ADManager Plus online workshop series July 25th - August 2nd, 2017 Save your seat ManageEngine's most sought-after workshop series on ADManager Plus is back due to popular demand! This series, comprising of 5 workshops, will get up close and personal with various features of ADManager Plus, and explain how you can leverage the product with the help of real-time use cases. Agenda: These workshops will show you how you can: Manage group membership and file server permissions. Build a custom
Errorcode 80071392 when creating User
Hi there, when trying to create a new User via my own Usertemplate in aDManager Plus I receive the Errorcode 80071392: The Object already exists. Unfortunately I created rules, so when ADManager detects a duplicate Username it just adds a Number to it. But I think it isn't working... Then I tried to add the Number manually by myself. But the erorr still exists. I am on the newest Version of ADManager Plus. What could be my mistake? Thank you!
Use-case: How to grant role-specific permissions to specific AD users? For example, how to delegate user creation permissions to an HR and user deletion permissions to an IT technician?
You can easily delegate specific permissions to specific AD users, as per your organizational requirements. For example, user creation permissions can be granted to your HR while user deletion permissions can be delegated to an IT technician. The procedure followed in delegating permissions via ADManager Plus is: Create a help desk role with the required permissions. Add a help desk technician and map the role onto the technician. Steps: Step 1: Go to AD Delegation --> Help Desk Roles --> Create
Sometimes the %variables% pass to the script and sometimes they do not.
Sometimes the %variables% pass to the script and sometimes they do not powershell -File "C:\ManageEngine\ADManager Plus\script.ps1" -displayName "%displayName%" -sAMAccountName "%sAMAccountName%" -mail "%mail%" -ipPhone "%ipPhone%" -mobile "%mobile%" -title "%title%" Are inconsistently being passed as arguments for my script which calls for the parameters as follows Param([Parameter(Mandatory=$true)][string]$displayName,[Parameter(Mandatory=$true)][string]$sAMAccountName,[Parameter(Mandatory=$true)][string]$mail,[Parameter(Mandatory=$true)][string]$ipPhone,[Parameter(Mandatory=$true)][string]$mobile,[Parameter(Mandatory=$true)][string]$title)
Modify User Templates
I have some existing users and want to modify some O365 elements but there do not appear to be any O365 elements on any of the templates and it doesn't look as though I can add them as a new template either. Is this the case? I want to add a remote mailbox element to the user as they were created in AD manually and then an O365 mailbox created. They have no remote mailbox attribute so do not show up in my Exchange Admin Console on prem as we are in a hybrid type state at the moment. Many thanks DrD
Locked out User Account report to show device
Is there a way to get the Locked Out User report to show the device they were using when locked out? I know the information is in Domain Controller event logs. When a brute force password attack happens it would be nice for it to show the PC it was launched from.
Automatically email Manager on AD Account creation
Hi, is there a method by which AD Manager Plus can send an automatic email, containing username and password, to the person defined in the Manager field in AD upon completion of a new user creation task? Thanks, David
Is there a way to export the scheduled reports and automation from one user and import them to another?
We have 200+ reports that we need to move to a new account that will be used specifically for report generation and automation. We'd rather not have to re-create them all again. Your assistance would be appreciated.
Error when setting up Office 365 setting in AD Manager
I set up the Azure AD manager module on the server which AD manager operates on. I followed instructions provided on the page to log in to Azure AD and test connection and all worked. When I then go back to AD Manager and try to connect I get error message (see attachment). My account is set up for Office 365 Administration. What do I need to do to make this work?
Provide a privileged username & password to manage all the accounts in: domain more effectively
AD Manager Plus. Under Domain Settings we have Authentication enabled with an AD account created specifically for this purpose. When we try to perform actions we received the message "Provide a privileged username & password to manage all the accounts in: domain more effectively." Putting the in the Account Operators Group did not work. Modifying the user to grant user creation, modification and deletion privileges did not work. Is there any guidance on the privileges an AD user needs to work effectively
Linked mailbox
Howdy, We are having issues attempting to create a linked mailbox within ADManager. After the creation of the AD account (within ADM) we run a custom script at the end of it. Command in ADM template: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -version 2.0 -noexit -ExecutionPolicy ByPass "C:\Scripts\NewLinkedmail.ps1" -Arg1 %sAMAccountName% -Arg2 %givenName% -Arg3 %sn% -Arg4 %mail% -Arg5 %displayName% The powershell script referenced contains: New-Mailbox -alias %samaccountname% -name
O365 sync issues
Hi all, When creating accounts and attempting to license them in Azure, all appears well but the license info never comes across. The accounts are setup with DirSync and they appear in the Azure portal - they're just unlicensed. Under Admin - Office 365 - the account appears fine and if you enter the password is takes it without issue: If I then click on the modify option I get the following: Again, if I enter the password all appears OK. The Azure AD module is installed on the server in question
Custom PowerShell Scripts
Can you import custom Powershell Scripts into AD Manager Plus and schedule on to run on a regular basis?
Reports Scheduler - User or Global?
Hi There, I'm fairly new to ADManager Plus - We have a small team who'll administer the reporting in AD Reporting and the build in Scheduler What I'm seeing currently is that the AD Reporting Scheduler is specific to each user, meaning we're unable to modify or administer or even check the status of an AD report someone else has created in the scheduler. - I've checked the permissions in AD Delegation and I cant see an option to allow Super Admins access to all the schedulers, and I cant see an
Added 'Detailed Group Members' to the Create Schedule wizard
It would be great if the 'Detailed Group Members' report was a part of the Create Schedule wizard when selecting Group Reports. Not having it available in this wizard causes issues when I or another user that creates a Detailed Group Members report we are unable to see and modify these reports when changes are necessary. Should one of the people that created these reports leaves then no one would have access to the reports except possibly the default admin account which we do not like to use because
User Creation - How do I setup a template to create a mail account in a hybrid environment?
Hello, We currently have a hybrid Exchange environment with Exchange 2013 linked to Office 365. We have been creating our mail accounts on-premises and then migrating them to the Office 365 environment as this maintains the link between the on-prem AD object and the cloud account. We recently solved an issue where our AD Manager Plus was not connecting to Office 365 and I would now like to be able to build into our user creation templates the creation of the Exchange account and Office 365 licensing,
AD Pictures
Hi there. We would like to use AD Manager to possibly show an employee directory with pictures so we can print it out (for the executive assistants). If I create a report in AD Reports I can add a custom attribute thumbnailPhoto but it only shows 1/0/- as the result. Is there a way to show the image in the report? I would rather not introduce another software to show an employee directory. Thanks,
Email password when password has been reset
Hi All we have a set of users that are external users. When our helpdesk resets a users password is there a way to email it to the users email address. We did this for newly created users - (see https://forums.manageengine.com/topic/email-password-to-newly-created-user ) but would like to do it when our helpdesk resets the users password too if possible.
ActiveSync enabled users in Office365
It would be real helpful to have a Office365 report that shows who has ActiveSync enabled. We only enable users that have Mobile devices and MDM through Office365 Apps. Having a report that will run against Iffice365 users would be really helpful
Changes made to a request after te request was added
Hi, I am trialing this product and have found something think could be improved. Once a requestor requests a user, it goes to a reviewer to review, and either approve or reject. Lets say, as a reviewer, I decide some information is incorrect, I am able to correct the information in the request, approve it, which then moves it to the point where a technician will submit the changes. This is all good functionality, however, for accountability, auditability it would be good if any changes were recorded
Exporting not working
I am running some AD reports, and I haven't gotten any report to export successfully. It just opens a new blank tab in the browser and spins. I have also tried in console mode. I am trying this product out to see if it would work for our organization, and the reporting is the main feature I am looking at it for. Any ideas?
Use-case: How to grant role-specific permissions to specific AD users? For example, how to delegate user creation permissions to an HR and user deletion permissions to an IT technician?
You can easily delegate specific permissions to specific AD users, as per your organizational requirements. For example, user creation permissions can be granted to to your HR while user deletion permissions can be delegated to an IT technician. The procedure followed in delegating permissions via ADManager Plus is: Create a help desk role with the required permissions. Add a help desk technician and map the role onto the technician. Steps: Step 1: Go to AD Delegation --> Help Desk Roles -->
ADManager Plus rolls out build 6581
ADManager Plus Build 6580 (June 2017) Enhancements: Sharing Schedule Reports and Automation: It is now possible for the administrator or any help desk technician to share the report schedules and the automations configured by them, with fellow technicians. The technicians with whom the schedules or automation are shared will be able to view their details and also execute them. While exporting the reports, it is now possible to exclude description and export only report data. Fixes: The following
Next Page