Exchange 2010 Send Connector

Onder Exchange 2010 Organisatie Configuratie –> Hub Trans Port –> Send Connector

Optie 1 EMC

clip_image002clip_image004

clip_image006clip_image008

clip_image010clip_image012

Optie 2 Powershell

New-SendConnector –Name ‘External’ –Usage ‘Internet’ –AddressSpaces ‘SMTP:*;1’

–DNSRoutingEnabled $true –UseExternalDNSServersEnabled $false –Fqdn ‘mail.wardvissers.nl’



Exchange 2010 Create Powershell Database

clip_image002clip_image004

clip_image006clip_image008
clip_image010clip_image012

Powershell
New-PublicFolderDatabase "Public Folders" -Server SERVER01

Mount-Database "Public Folders"

New-PublicFolderDatabase Support -Server SERVER02 -EdbFilePath E:\Databases\Support\Support.edb -LogFilePath D:\Logs\Support

Mount-Database Support

Translate »