cmdlet Set-ReceiveConnector -Identity
I need to set the banner inour Exchange Server 2007 and have been unable to get past the position 1 parameter cmdlet Set-ReceiveConnector at command pipeline position 1 Supply values for the following parameters: Identity: DT-EXCH07.DATATEL.com Set-ReceiveConnector : The operation could not be performed because object 'DT- EXCH07.DATATEL.com' could not be found on domain controller 'dtserver1.datatel. com'. At line:1 char:21 I believe our exchange server is named "dt-exch07.datatelco.com" which is really in internal host.domain name and not a public. I need to add the banner so that it will reflect our full qualified domain name. Please help me with the syntax and identity for this cmdlet thanks Gordon Johnson
June 10th, 2010 10:07pm

Do this: Get-ReceiveConnector |FL Identity and copy the value printed on the screen. Set-ReceiveConnector -Identity <the value that you copied> -Banner "Put the string here" Please see http://technet.microsoft.com/en-us/library/bb125140(EXCHG.80).aspx for more information.Milind Naphade | MCTS:M (Exchange 2007 and 2010) | http://www.msexchangegeek.com
Free Windows Admin Tool Kit Click here and download it now
June 10th, 2010 10:54pm

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

Other recent topics Other recent topics