É comum, em TI, configurarmos scripts para automatizarmos certas tarefas e configurações. Quando se trabalha com o Windows, principalmente, o PowerShell é muito utilizado para a criação desses scripts ...
It is very easy to get a lot of information out of PowerShell. But sometimes it isn't as easy to get it where it needs to be. One solution is e-mail. Everyone has it so why not send data pulled from ...
Sending an email with PowerShell can be a great way to deliver diagnostic data under the correct circumstances. Sending an email with PowerShell can be a great way to deliver data under the correct ...
$SMTPSecureUsername = "username@relay.domain.ca" Send-MailMessage -From "spprd_xenon_admin@oct.ca" -To "ahamilton@oct.ca" -Subject $subject -Body $body -SmtpServer ...