powershell

メール送信

PS C:\WINDOWS\system32\WindowsPowerShell\v1.0> $s = New-Object Net.Mail.SmtpClient("localhost") PS C:\WINDOWS\system32\WindowsPowerShell\v1.0> $s.Send("root@localhost", "root@localhost ", "hoge", "hoge2") PS C:\WINDOWS\system32\WindowsPowe…