From the course: PowerShell for Exchange Administration

Unlock this course with a free trial

Join today to access over 22,600 courses taught by industry experts.

Managing Send connectors

Managing Send connectors

- [Instructor] So to manage your SendConnectors in Exchange with PowerShell, you'll first either need to have an Exchange PowerShell session open or be running this inside of the Exchange management shell. And since I'm in the ISE, I've got an Exchange PowerShell session open. So first thing, to create SendConnectors with PowerShell. Now we've got a command called New-SendConnector. And if we simply want to create a SendConnector to send emails to the Internet, so any domain on the Internet, we just need to specify AddressSpaces over the asterisks. And the -Internet parameter. If you run that, you can see we get that output here. And if we run the Get-SendConnector commandlet give you the name of the SendConnector we just was created that just gives us the same output showing that we've got that SendConnector created. So on the next scenario that you could create a SendConnector for is if you got a SmartHost, if you were doing some authentication to send to a certain domain. So here…

Contents