Situatie
Cum setezi autoreply in Exchange On-line folosind Powershell.
Backup
Nu este necesar.
Solutie
Pasi de urmat
Te conectezi la Exchange On-line
Deschizi Powershell si rulezi urmatoarele comenzi:
1. $creds = Get-Credential
$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential $creds -Authentication Basic -AllowRedirection
Import-PSSession $Session
2. Set-MailboxAutoReplyConfiguration -Identity user@domain.com -AutoReplyState Enabled -ExternalMessage “Aici introduci mesajul tau”
Leave A Comment?