How to Send an Email Using Windows PowerShell

preview_player
Показать описание
In this video, I will show you guys how to send an email using Windows PowerShell.

Note:- This video has followed all the Youtube community guideline rules. The purpose of this video is to share My knowledge with everyone that is totally Legal, Informational and for Educational purpose. I totally do not support any types of illegal acts or videos.
The videos are completely for legal purposes.

My YouTube Parts -
___________________________________

___________________________________

Please Do Like, Share & Subscribe -Need Your Support

#SendEmailUsingPowershell #Powershell #Email
Рекомендации по теме
Комментарии
Автор

Hi i am getting error, this is the error message

Exception calling "Send" with "4" argument(s): "Failure sending mail."
At line:16 char:1
+ $SMTPClient.Send($EmailFrom, $EmailTo, $Subject, $Body)
+
+ CategoryInfo : NotSpecified: (:) [], MethodInvocationException
+ FullyQualifiedErrorId : SmtpException

Could anyone help me on this

sasidon
Автор

Hi, and thanks for the video. I'm getting an error: "Exception calling "Send" with "4" arguments: Faiilure sending mail... any idea what im doing wrong?

nealsilverman
Автор

I'm trying to simply make ps script that will email users 7 days before password expiration because the notifications aren't aggressive enough. I doubt the email will make any difference but still I've been tasked with it. I'm so very close but I can't seem to get it to click I'm a complete newbie with PS. Any help would be great! I'm scanning AD to compare expirations with an expiration variable i created of 7 days. All of my variables seem correct I just cant' get it to click and of course it's hard to test because don't really want to be sending the whole domain emails just for testing lol

patdevine
Автор

i am trying to send email to multiple recepients but it goes only to the last one mentioned, please tell me how to fix this

ShwethaninVizhudugal
Автор

Love you sir g nice osm ho app great video 😍😘😘😍😘😗😘😘

hafizsaifi
Автор

what to put in client credential password?

nikhilshinde
Автор

HI SIR, , HOW TO SEND MAIL WITH ATTACHMENTS, PLZ REPLY ME

gstshiva
Автор

can I get an automated script for replying an email with a subject or a body contain a specific word

kumarant
Автор

hi, i am getting same error message like @nealsilverman5455 any suggestions or solutions??

kryptoschmeckt