Get-SendConnector - Anzeigen der Sende Connectoren und der Eigenschaften des Sende Connectors
Anzeigen aller Connectoren auf dem aktuellen Hub Server:
get-sendconnector
Name AddressSpaces Enabled
---- ------------- -------
Intern {smtp:*.intern.de;1} True
Legacy {smtp:*.altedomain.de;1} True
Benutzerdefiniert {smtp:*;1} True
Anzeigen eines bestimmten Connectors mit allen Eigenschaften:
get-sendconnector "Intern" | format-list
Schema : Microsoft.Exchange.Data.Directory.SystemConfiguration.SmtpSendConnectorSchema
DNSRoutingEnabled : False
SmartHosts : {HubderanderenSite.intern.de}
Port : 25
LinkedReceiveConnector :
ConnectionTimeOut : 00:10:00
ForceHELO : False
IgnoreSTARTTLS : False
Fqdn : helointern
RequireTLS : False
Enabled : True
ExternallySecuredAsPartnerDomain :
ProtocolLoggingLevel : None
AuthMechanism : ExchangeServer
AuthenticationCredential :
UseExternalDNSServersEnabled : False
SourceIPAddress : 0.0.0.0
SmartHostsString : HubderanderenSite.intern.de
AddressSpaces : {smtp:*.intern.de;1}
MaxMessageSize : 10MB
DeliveryMechanism : 2
ConnectedDomains : {}
IsScopedConnector : False
IsSmtpConnector : True
Comment :
SourceRoutingGroup : Exchange Routing Group (DWBGZMFD01QNBJR)
SourceTransportServers : {DCEX2007B2}
HomeMTA : Microsoft MTA
HomeMtaServerId : DCEX2007B2
MinAdminVersion : -2147453113
AdminDisplayName :
ObjectCategoryName : msExchRoutingSMTPConnector
ExchangeVersion : 0.1 (8.0.535.0)
CurrentObjectVersion : 0.1 (8.0.535.0)
Name : Intern
DistinguishedName : CN=Intern,CN=Connections,CN=Exchange Routing
Group (DWBGZMFD01QNBJR),CN=Routing Groups,C
N=Exchange Administrative Group (FYDIBOHF23S
PDLT),CN=Administrative Groups,CN=First Orga
nization,CN=Microsoft Exchange,CN=Services,C
N=Configuration,DC=E2007b2dom,DC=de
Identity : Intern
Guid : 164de371-5ec4-4f9b-94f5-b4fbdb242c80
ObjectCategory : E2007b2dom.de/Configuration/Schema/ms-Exch-R
outing-SMTP-Connector
ObjectClass : {top, msExchConnector, mailGateway, msExchRo
utingSMTPConnector}
OriginalId : Intern
WhenChanged : 11.09.2006 10:04:46
WhenCreated : 11.09.2006 08:48:03
ObjectState : Unchanged
OriginatingServer : dcex2007b2.E2007b2dom.de
IsReadOnly : False
Id : Intern
IsValid : True
Ändern der Eigenschaften mit Set-SendConnector
===============================================================================
SYNOPSIS
Use the Get-SendConnector cmdlet to view the configuration information for
a Send connector on a computer that has the Hub Transport server role or th
e Edge Transport server role installed.
DETAILED DESCRIPTION
The Get-SendConnector cmdlet displays the configuration information for a S
end connector. No parameters are required. Running the cmdlet without param
eters retrieves the configuration information for all Send connectors.
To run the Get-SendConnector cmdlet on a computer that has the Hub Transpor
t server role installed, you must log on by using a domain account that has
the permissions assigned to the Exchange View-only Administrators group. T
he account must also be a member of the local Administrators group on that
computer.
To run the Get-SendConnector cmdlet on a computer that has the Edge Transpo
rt server role installed, you must log on by using an account that is a mem
ber of the local Administrators group on that computer.
This command also supports the ubiquitous parameters:
-Debug (-db), -ErrorAction (-ea), -ErrorVariable (-ev)
-OutBuffer (-ob), -OutVariable (-ov), and -Verbose (-vb).
To learn more see help about_ubiquitous_parameters.
USAGE
Get-SendConnector [-Identity <SendConnectorIdParameter>] [-DomainController
<String>]
PARAMETERS
-DomainController <String>
To specify the fully qualified domain name of the domain controller tha
t retrieves data from the Active Directory directory service, include t
he DomainController parameter on the command. The DomainController para
meter is not supported on computers that have the Edge Transport server
role installed. The Edge Transport server role writes and reads only t
o the local Active Directory Application Mode (ADAM) instance.
Parameter required? False
Parameter position? Named
Parameter type System.String
Default value
Accept multiple values? False
Accepts pipeline input? False
Accepts wildcard characters? False
-Identity <SendConnectorIdParameter>
The Identity parameter is the administrator-supplied name, or the syste
m-generated GUID, of the connector. You can omit the Identity parameter
label so that only the connector name or GUID is supplied. You can als
o include the server name by using the format ServerName\ConnectorName.
Parameter required? False
Parameter position? 0
Parameter type Microsoft.Exchange.Configuration.Tasks.Se
ndConnectorIdParameter
Default value
Accept multiple values? False
Accepts pipeline input? True
Accepts wildcard characters? False
Beispiele
Get-SendConnector
Get-SendConnector -Identity "Send Connector Name" | Format-List
Get-SendConnector "Send Connector Name" | Format-List