Llyr Posted August 8, 2024 Posted August 8, 2024 Hi, When we are re enabling one of our Customers in AD we have an attribute we need to change the status of it. "msExchHideFromAddressLists" to "False". Im using the Active Directory User Management Package and the Update module. The field im using is AdditionalAttribues and im entering msExchHideFromAddressLists=False. When i test the action i get the following error output - errors: Set-ADUserThe parameter is incorrect. I have been googling and found that it might be the use of the word False, and suggested to use 0 instead, but even with this i get the same error. Any help would be greatly appreciated.
Joshua Howitt Posted August 21, 2024 Posted August 21, 2024 Hi @Llyr, I will look in to this error for you and update you as I look for a solution.
Joshua Howitt Posted August 27, 2024 Posted August 27, 2024 Hi @Llyr, could you try appending $ to the beginning of the False value you are trying to send. For example: '$False' or use 'FALSE' in all uppercase. Please let me know if the error persists.
Llyr Posted September 12, 2024 Author Posted September 12, 2024 hi @Joshua Howitt I have done some testing with your suggestion and i still get the same error errors: Set-ADUserThe parameter is incorrect
Joshua Howitt Posted September 23, 2024 Posted September 23, 2024 Hi @Llyr, I have looked further in to the issue you are facing and within the 'Exchange Server Mailbox Management' package there is an operation 'Hide Mailbox From GAL' this should provide the functionality to update the attribute mentioned previously. Please let me know if anything further comes up.
Llyr Posted September 23, 2024 Author Posted September 23, 2024 Hi @Joshua Howitt Thanks for looking into this for me. Where do i find this package, is it under IT Automation or Cloud Automation?
Joshua Howitt Posted September 26, 2024 Posted September 26, 2024 Hi @Llyr, it should be within the installable package library for ITOM.
Llyr Posted October 2, 2024 Author Posted October 2, 2024 Hi, this would not work for us as our Exchange Service is in the Cloud and not on prem.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now