Forum Discussion
vaulienesousa
Jul 12, 2022Copper Contributor
Assinaturas de e-mails
Olá a todos eu crio assinaturas de e-mails via HTML, e enviou aos clientes via PowerShell, com o comando -
Set-ExecutionPolicy RemoteSigned
$LiveCred = Get-Credential
$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell/ -Credential $LiveCred -Authentication Basic –AllowRedirection
Import-PSSession $Session
Set-mailboxmessageconfiguration –identity email address removed for privacy reasons –signaturehtml(get-content “C:\Temp\usuario.usuario.html") –autoaddsignature $true -AutoAddSignatureOnReply $true
obs: porem este comando está apresentando erros, alguém aí conhece outro ?
Hello! You've posted your question in the Tech Community Discussion space, which is intended for discussion around the Tech Community website itself, not product questions. I'm moving your question to the PowerShell space - please post PowerShell questions here in the future.
- EricStarkerFormer Employee
Hello! You've posted your question in the Tech Community Discussion space, which is intended for discussion around the Tech Community website itself, not product questions. I'm moving your question to the PowerShell space - please post PowerShell questions here in the future.