Public/Options/Select-Options.ps1

function Select-Options {
    param ()
    Select-ADConnectServer
    Select-DomainController
    Select-ExchangeServer
    Select-TargetAddressSuffix
    Select-DisplayNameFormat
    Select-SamAccountNameOptions
}