私は助けが必要です。Powershell添付ファイルを送信する
システムは、指定されたファイルを見つけることができないので、
このコマンドは、私のために動作しません。
powershell -command "& { Send-MailMessage -From "janohanes155 <[email protected]>" -To "janohanes155 <[email protected]>" -Subject "Sending the Attachment" -Body "Got it" -Attachments "c:\shade\info.txt" -Priority High -dno onSuccess, onFailure -SmtpServer "smtp.gmail.com" -Credential "********/*********"}"
私は何をすべき?
ありがとうございました。
質問に正確なエラーメッセージをコピーして貼り付けてください。 "C:\ shade \ info.txt"が存在することを確認してください。 – lit