Forum
Merhaba Arkadaşlar,
Windows Server 2012 Standart üzerine kurmuş olduğumuz Exchange 2013 Exchange Management Shell çalıştırdığımızda aşağıdaki hatayı veriyor. İki gündür sorunu çözmek için uğraşıyorum başarılı olamadım.
Yardımcı olabilir misiniz ne yapmamız gerekiyor.
Teşekkürler.
----- ----- ----- ----- ----- ----- ----- -----
Welcome to the Exchange Management Shell!
Full list of cmdlets: Get-Command
Only Exchange cmdlets: Get-ExCommand
Cmdlets that match a specific string: Help *<string>*
Get general help: Help
Get help for a cmdlet: Help <cmdlet name> or <cmdlet name> -?
Show quick reference guide: QuickRef
Exchange team blog: Get-ExBlog
Show full output for a command: <command> | Format-List
Tip of the day #53:
Want to get a list of the backup status of all mailbox databases in your organization? Type:
Get-MailboxDatabase -Status | Format-Table Name, Server, *Backup*
How about just the mailbox databases on a specific server? Type:
$Databases = Get-MailboxDatabase -Server <Server Name> -Status
$Databases | Format-Table Name, *Backup*
VERBOSE: Connecting to SERVER-R720.SERVER-eps.local.
New-PSSession : [SERVER-r720.SERVER-eps.local] Connecting to remote server SERVER-r720.SERVER-eps.local failed
with the following error message : Istemci istekte belirtilen hedefle baglanti kuramiyor. Hedefteki hizmetin
çalistigini ve istekleri kabul ettigini dogrulayin. Çogunlukla IIS veya WinRM olan, hedefte çalisan WS-Management
hizmeti için kayit defterlerini ve belgeleri inceleyin. Hedef WinRM hizmetiyse, WinRM hizmetini çözümlemek ve
yapilandirmak için hedefte su komutu çalistirin: "winrm quickconfig". For more information, see the
about_Remote_Troubleshooting Help topic.
At line:1 char:1
+ New-PSSession -ConnectionURI "$connectionUri" -ConfigurationName Microsoft.Excha ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : OpenError: (System.Manageme....RemoteRunspace:RemoteRunspace) [New-PSSession],
PSRemotin
gTransportException
+ FullyQualifiedErrorId : CannotConnect,PSSessionOpenFailed
Failed to connect to an Exchange server in the current site.
Enter the server FQDN where you want to connect.:
Cu2v2 ile kurulum yapın.
Kurulumu yaptım sorun düzeldi. Teşekkür ederim.