Troubleshooting
Distribution Lists
Exception A parameter cannot be found that matche
2 min
issue create distribution list task fails with this error exception a parameter cannot be found that matches parameter name 'hiddenfromaddresslistsenabled' when trying to create a dl hidden from the address list in exchange online solution the distribution lists script runs this cmdlet against exo to hide the new dl from address lists exchange exec("set distributiongroup", "identity", mail, "hiddenfromaddresslistsenabled", true); if you are getting the error above it means the account that is executing the cmdlet does not have rights to use that parameter i solved the issue by granting exchange administrator rights to the account configured on resources > configuration > office365 > credentials there is probably a more granular option, but i was unable to find any microsoft documentation on this