建議之解決方法:
1.Outlook 2003升級至Outlook 2010
2.舊的Exchange 2003主機不關機,Outlook 2003會透過Exchange 2003,找到Exchange 2010!
建議之解決方法:
1.Outlook 2003升級至Outlook 2010
2.舊的Exchange 2003主機不關機,Outlook 2003會透過Exchange 2003,找到Exchange 2010!
平台:
Exchange 2010 SP3 RU2
WSUS on Server 20087 R2
狀況說明:
WSUS通知信無法寄出,錯誤訊息「System.Net.Mail.SmtpException: Mailbox unavailable. The server response was: 5.7.1 Client does not have permissions to send as this sender...」
The first step in a do-it-yourself EMS session is to start PowerShell and use the Get-Credential cmdlet to input the username and password that we need to connect to the target Exchange organization. These credentials should be for a privileged account as otherwise you won’t be able to do very much.
$Credentials = Get-Credential
PowerShell displays a dialog to allow you to put in the username and password that we will use to connect. We then create a new remote PowerShell session and connect to the remote Exchange organization. Note that Kerberos is specified as the authentication method.
$ExSession = New-PSSession –ConfigurationName Microsoft.Exchange –ConnectionUri ‘http://exc2010.ct11.com/PowerShell/?SerializationLevel=Full’ -Credential $Credentials –Authentication Kerberos
狀況說明:
無法瀏覽「組織組態」資料,系統顯示權限不足
解決方法:
將網域管理者帳號加入exchange sercurity group的Organization Management!