To send an email from a draft using Powershell, you can use the Send-MailMessage cmdlet. First, you need to specify the SMTP server settings like the server address, port number, credentials, and the From and To addresses. Then, use the -Message parameter to specify the content of the email. Finally, run the Send-MailMessage cmdlet to send the email from the draft folder to the recipient(s).