After Microsoft Exchange Server got installed on the domain server, it can not be started.
And it just the IIS Ext case this problem.
Uninstall winrm IIS ext and reinstall it again, exchange works!
Welcome to the Exchange Management Shell!
Full list of cmdlets: get-command
Only Exchange cmdlets: get-excommand
Cmdlets for a specific role: get-help -role *UM* or *Mailbox*
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 cmd: <cmd> | format-listTip of the day #49:
Want an easy way to apply deleted item retention limits across multiple databases and servers? Try the following command
to configure deleted item retention across all databases on a specified server:Get-MailboxDatabase -Server <Server Name> | Set-MailboxDatabase -DeletedItemRetention 45.00:00:00
You can also apply the same deleted item retention limits or mailbox retention limits across all servers in your organiz
ation:Get-MailboxDatabase | Set-MailboxDatabase -DeletedItemRetention 45.00:00:00 -MailboxRetention 120.00:00:00
VERBOSE: Connecting to HEFA-SERVER.corp.directhr.net
[hefa-server.corp.directhr.net] Connecting to remote server failed with the following error message : The WinRM client
cannot process the request. It cannot determine the content type of the HTTP response from the destination computer. Th
e content type is absent or invalid. For more information, see the about_Remote_Troubleshooting Help topic.
+ CategoryInfo : OpenError: (System.Manageme….RemoteRunspace:RemoteRunspace) [], PSRemotingTransportExc
eption
+ FullyQualifiedErrorId : PSSessionOpenFailed
VERBOSE: Connecting to HeFa-Server.corp.directhr.net
[hefa-server.corp.directhr.net] Connecting to remote server failed with the following error message : The WinRM client
cannot process the request. It cannot determine the content type of the HTTP response from the destination computer. Th
e content type is absent or invalid. For more information, see the about_Remote_Troubleshooting Help topic.
+ CategoryInfo : OpenError: (System.Manageme….RemoteRunspace:RemoteRunspace) [], PSRemotingTransportExc
eption
+ FullyQualifiedErrorId : PSSessionOpenFailed
VERBOSE: Connecting to HeFa-Server.corp.directhr.net
[hefa-server.corp.directhr.net] Connecting to remote server failed with the following error message : The WinRM client
cannot process the request. It cannot determine the content type of the HTTP response from the destination computer. Th
e content type is absent or invalid. For more information, see the about_Remote_Troubleshooting Help topic.
+ CategoryInfo : OpenError: (System.Manageme….RemoteRunspace:RemoteRunspace) [], PSRemotingTransportExc
eption
+ FullyQualifiedErrorId : PSSessionOpenFailed
Failed to connect to any Exchange Server in the current site.
Please enter the Server FQDN where you want to connect: HeFa-Server.corp.directhr.net
VERBOSE: Connecting to HeFa-Server.corp.directhr.net
[hefa-server.corp.directhr.net] Connecting to remote server failed with the following error message : The WinRM client
cannot process the request. It cannot determine the content type of the HTTP response from the destination computer. Th
e content type is absent or invalid. For more information, see the about_Remote_Troubleshooting Help topic.
+ CategoryInfo : OpenError: (System.Manageme….RemoteRunspace:RemoteRunspace) [], PSRemotingTransportExc
eption
+ FullyQualifiedErrorId : PSSessionOpenFailed
[PS] C:\windows\system32>winrm get winrm/config/service
Service
RootSDDL = O:NSG:BAD:P(A;;GA;;;BA)(A;;GA;;;S-1-5-21-1936257964-1821333620-3910504354-1174)S:P(AU;FA;GA;;;WD)(AU;SA;G
WGX;;;WD)
MaxConcurrentOperations = 4294967295
MaxConcurrentOperationsPerUser = 200
EnumerationTimeoutms = 600000
MaxConnections = 15
MaxPacketRetrievalTimeSeconds = 120
AllowUnencrypted = false
Auth
Basic = false
Kerberos = true
Negotiate = true
Certificate = false
CredSSP = false
CbtHardeningLevel = Relaxed
DefaultPorts
HTTP = 5985
HTTPS = 5986
IPv4Filter = *
IPv6Filter = *
EnableCompatibilityHttpListener = true
EnableCompatibilityHttpsListener = false
CertificateThumbprint[PS] C:\windows\system32>winrm quickconfig
WinRM already is set up to receive requests on this machine.
WinRM is not set up to allow remote access to this machine for management.
The following changes must be made:Create a WinRM listener on HTTP://* to accept WS-Man requests to any IP on this machine.
Enable the WinRM firewall exception.Make these changes [y/n]? y
WinRM has been updated for remote management.
Created a WinRM listener on HTTP://* to accept WS-Man requests to any IP on this machine.
WinRM firewall exception enabled.
[PS] C:\windows\system32>