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
  • These attributes are virtual attributes in ARS and start with the 'edsva' prefix.

    edsva-msexch-protocolsettings-owa-enable : True
    edsva-msexch-protocolsettings-imap4-enable : True
    edsva-msexch-protocolsettings-mapi-enable : True
    edsva-msexch-protocolsettings-uptodatenotifications-enable : True
    edsva-msexch-protocolsettings-oma-enable : True
    edsva-msexch-protocolsettings-pop3-enable : True
    edsva-msexch-protocolsettings-activesync-enable : True
    edsva-MsExch-ProcessExternalMeetingMessages :
    edsva-MsExch-ProtocolSettings-ActiveSync-PolicyDN :
    edsva-MsExch-ProtocolSettings-IMAP4-Config :
    edsva-MsExch-ProtocolSettings-OWA-PolicyDN :
    edsva-MsExch-ProtocolSettings-POP3-Config :
Reply
  • These attributes are virtual attributes in ARS and start with the 'edsva' prefix.

    edsva-msexch-protocolsettings-owa-enable : True
    edsva-msexch-protocolsettings-imap4-enable : True
    edsva-msexch-protocolsettings-mapi-enable : True
    edsva-msexch-protocolsettings-uptodatenotifications-enable : True
    edsva-msexch-protocolsettings-oma-enable : True
    edsva-msexch-protocolsettings-pop3-enable : True
    edsva-msexch-protocolsettings-activesync-enable : True
    edsva-MsExch-ProcessExternalMeetingMessages :
    edsva-MsExch-ProtocolSettings-ActiveSync-PolicyDN :
    edsva-MsExch-ProtocolSettings-IMAP4-Config :
    edsva-MsExch-ProtocolSettings-OWA-PolicyDN :
    edsva-MsExch-ProtocolSettings-POP3-Config :
Children
No Data