Start-Process
Simple Examples
start onenote:
start microsoft-edge:
# Launch Outlook
start outlookmail:
start "mailto:billy@domain.tld"
start "mailto:dhub01@domain.tld?Subject=This is a Subject&Cc=dhub02@domain.tld&Body=This is the contents of the message"
# Send-MailMessage Cmdlet
Send-MailMessage
help Send-MailMessage
# Email Preference variable
$PSEmailServer
help about_PreferenceVariable