Steven Halsey [MSFT]
2009-04-08 19:20:38 UTC
The Exchange Servers themselves don't actually have a bridgehead attribute.
You need to look at the connectors to see what the source and target servers
are.
Don't have a sample script on hand, but look into LDAP query scripts as the
attributes are readily exposed to LDAP as long as you have Exchange
permissions. You may have to do some logic to turn the DN given as the
bridgehead to the Server Object, Meaning the Bridgehead attribute generally
points to the SMTP object that lives under the actual transport server
object.
For Exchange 2003 Routing Group Connectors:
- The object type is msExchRoutingGroupConnector
- The Attributes to look at are msExchSourceBridgeheadServersDN and
msExchTargetBridgeheadServersDN
For Exchange 2003 X400 Connectors there should be similar attributes on the
x400 connector, although they will be named differently.
For Exchange 2007 you want to look for object type
msExchRoutingSMTPConnector, and the source bridgehead will be
msExchSourceBridgeheadServersDN. Target Bridgehead will be external to the
Organization.
--
Steven Halsey [MSFT]
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
You need to look at the connectors to see what the source and target servers
are.
Don't have a sample script on hand, but look into LDAP query scripts as the
attributes are readily exposed to LDAP as long as you have Exchange
permissions. You may have to do some logic to turn the DN given as the
bridgehead to the Server Object, Meaning the Bridgehead attribute generally
points to the SMTP object that lives under the actual transport server
object.
For Exchange 2003 Routing Group Connectors:
- The object type is msExchRoutingGroupConnector
- The Attributes to look at are msExchSourceBridgeheadServersDN and
msExchTargetBridgeheadServersDN
For Exchange 2003 X400 Connectors there should be similar attributes on the
x400 connector, although they will be named differently.
For Exchange 2007 you want to look for object type
msExchRoutingSMTPConnector, and the source bridgehead will be
msExchSourceBridgeheadServersDN. Target Bridgehead will be external to the
Organization.
--
Steven Halsey [MSFT]
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Hi
Does anyone knows where the AttributeValue(Bridgehead Server) is located ,
I mean how it works for exchange servers (to get only the bridgehead
servers) and where (if is a script or whatever) is located (to check if I
can open the file and understando how it works.
Regards
Does anyone knows where the AttributeValue(Bridgehead Server) is located ,
I mean how it works for exchange servers (to get only the bridgehead
servers) and where (if is a script or whatever) is located (to check if I
can open the file and understando how it works.
Regards