Automapping parametr missing in Exchange Powershell 2010 Rollup 9

After installation of rollup 9 on Exchange server 2010, powershell cannot recognize parameter "Automapping"

[PS] C:\Windows\system32>Get-Mailbox some@e-mail.com | add-MailboxPermission -AccessRights FullAccess -User some@e-mail.com -Automapping $false
A positional parameter cannot be found that accepts argument 'False'.
    + CategoryInfo          : InvalidArgument: (:) [Add-MailboxPermission], ParameterBindingException
    + FullyQualifiedErrorId : PositionalParameterNotFound,Add-MailboxPermission

When I look at a help, Automapping is presented there, but does not work for now.

Before Rollup 9 it worked just fine.

Is there no such parameter anymore in Rollup 9?

May 21st, 2015 9:13am

Hi,

From the description of this error A positional parameter cannot be found that accepts argument 'False'. It seems like the EMS cannot recognize False value.

Try this command:

Get-Mailbox some@e-mail.com | add-MailboxPermission -AccessRights FullAccess -User some@e-mail.com -InheritanceType All -Automapping:$false

Best Regards.

Free Windows Admin Tool Kit Click here and download it now
May 21st, 2015 9:35pm

Thank you for replay, with your command I got this error:

[PS] C:\Windows\system32>Get-Mailbox some@e-mail.com | add-MailboxPermission -AccessRights FullAccess -User some@e-mail.com -Automapping:$false
A positional parameter cannot be found that accepts argument 'False'.
    + CategoryInfo          : InvalidArgument: (:) [Add-MailboxPermission], ParameterBindingException
    + FullyQualifiedErrorId : PositionalParameterNotFound,Add-MailboxPermission


  • Edited by Tychina 1 hour 32 minutes ago
May 22nd, 2015 1:58am

Hello

Automapping working with ru9 check:

https://social.technet.microsoft.com/Forums/exchange/en-US/42c22acb-37d1-4e1d-b8f9-bdcad16b355e/exchange-automapping?forum=exchangesvrgeneral

Free Windows Admin Tool Kit Click here and download it now
May 22nd, 2015 2:23am

Thank you for replay, with your command I got this error:

[PS] C:\Windows\system32>Get-Mailbox some@e-mail.com | add-MailboxPermission -AccessRights FullAccess -User some@e-mail.com -Automapping:$false
A positional parameter cannot be found that accepts argument 'False'.
    + CategoryInfo          : InvalidArgument: (:) [Add-MailboxPermission], ParameterBindingException
    + FullyQualifiedErrorId : PositionalParameterNotFound,Add-MailboxPermission


  • Edited by Tychina Friday, May 22, 2015 5:56 AM
May 22nd, 2015 5:55am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics