Exchange 2007 anonymous receive connector for a scanner inside the private network.
I have been told that I need to set up a new receive connector for enabling my bizhub to send scanned documents via the exchange server. I set up the connector and then was told to run the following command in the exchange management shell: Get-ReceiveConnector "BizHub "| Add-ADPermission - User "NT AUTHORITY\ANONYMOUS LOGON "- ExtendedRights "Ms- Exch-SMTP-Accept-Any-Recipient" When I run the command it comes back with the error that - a parameter cannot be found that matches the parameter 'User'. What am I doing wrong?
July 17th, 2010 1:45am

Looks like you have a space between - and User and a space between - and ExtendedRights. There should never be a space after a hyphen. See link: http://technet.microsoft.com/en-us/library/bb232021(EXCHG.80).aspx Get-ReceiveConnector "Anonymous Relay" | Add-ADPermission -User "NT AUTHORITY\ANONYMOUS LOGON" -ExtendedRights "Ms-Exch-SMTP-Accept-Any-Recipient"Tim Harrington - Catapult Systems - http://HowDoUC.blogspot.com
Free Windows Admin Tool Kit Click here and download it now
July 17th, 2010 2:34am

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

Other recent topics Other recent topics