This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Changing Mailbox Features in ARS using PowerShell.

Hello,

I am fairly new to ARS and the way that it interfaces with Exchange... Hopefully there will be an easy answer to this but I have yet to find it. When I am looking at a user using the QAD PowerShell commandlets, I am looking for the attributes associated with mailbox features so that I can hopefully turn them off or on using a script. So far, I have not been able to locate these attributes so that I can modify them. I have also tried to standard MS Exchange commandlets which allow me to read the mailbox features from a DC using Get-CASMailbox, however when I try to user Set-CASMailbox, none of the switches are available for me to change the features.

Any help is greatly appreciated!

Thank you,

Jacob.

Parents
  • Alright, that worked as far as returning the virtual attributes with Get-QADUser using the -Proxy switch. Now I am struggling to modify the virtual attribute using Set-QADUser with the -Proxy switch. How would I change one of these from true to false or vice versa since it is not a switch included with the commandlet?
Reply
  • Alright, that worked as far as returning the virtual attributes with Get-QADUser using the -Proxy switch. Now I am struggling to modify the virtual attribute using Set-QADUser with the -Proxy switch. How would I change one of these from true to false or vice versa since it is not a switch included with the commandlet?
Children
No Data