Llyr Posted August 8 Share Posted August 8 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. Link to comment Share on other sites More sharing options...
Joshua Howitt Posted August 21 Share Posted August 21 Hi @Llyr, I will look in to this error for you and update you as I look for a solution. Link to comment Share on other sites More sharing options...
Joshua Howitt Posted August 27 Share Posted August 27 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. Link to comment Share on other sites More sharing options...
Llyr Posted Thursday at 13:53 Author Share Posted Thursday at 13:53 hi @Joshua Howitt I have done some testing with your suggestion and i still get the same error errors: Set-ADUserThe parameter is incorrect Link to comment Share on other sites More sharing options...
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