Lync Server 2013 Front-End service cannot start in Windows Server 2012
When you deploy Microsoft Lync Server 2013 to a computer that is running Windows Server 2012, the Lync Server 2013 Front End service (RTCSRV) cannot start.
There are other potential symptoms that may be related, but they do not involve the RTCSRV service. For example,
the replication service may not work from the Edge server internal interface to the Front End server if the Edge server is deployed to Windows Server 2012.
Additionally, the following events are logged in the LS User Services log:
Event ID: 30988
Source: LS User Services
Description:
Sending HTTPS request failed. Server functionality will be affected if messages are failing consistently.
You can use a Windows PowerShell command to find certificates that are put in the Trusted Root Certification Authoritiesstore incorrectly on the local computer.
The following command compares the "Issuer" property and the "Subject" property of each certificate in the store,
and then outputs details of certificates that do not meet the criteria of a self-signed certificate:
Get-Childitem cert:\LocalMachine\root -Recurse | Where-Object {$_.Issuer -ne $_.Subject} | Format-List * | Out-File "c:\computer_filtered.txt"
Redmor: http://support.microsoft.com/kb/2795828/en-us
Yaniv Totshvili
Microsoft MVP | Exchange Server
Exchange Server 2013 Architecture Poster TechEd And sessions
Download PDF version of the Exchange Server 2013 Architecture Poster
sessions
Microsoft Exchange Server 2013 Managed Availability
Microsoft Exchange Server 2013 Client Access Server Role
Microsoft Exchange Server 2013 High Availability and Site Resilience
Microsoft Exchange Server 2013 Tips & Tricks
Microsoft Exchange Server 2013 Sizing
Microsoft Exchange Server 2013 Transport Architecture
Virtualization in Microsoft Exchange Server 2013
Team Collaboration with Site Mailboxes
Microsoft Exchange Archiving Policy: Move, Delete, or Hold
Data Loss Prevention in Microsoft Exchange and Microsoft Outlook 2013
Microsoft Exchange Server 2013 On-Premises Upgrade and Coexistence
Yaniv Totshvili
Microsoft MVP | Exchange Server
Migrating Decommissioning Exchange 2010 to 2013
New Part3 Decommissioning Exchange 2010
Get-Mailbox -Archive
Get-Mailbox -Arbitration
Get-Mailbox -Database "Mailbox Database 0774473682" -Arbitration | New-MoveRequest -TargetDatabase "ex2013"
Wait check that have moved
check status Get-MoveRequest
Part 1 Migration Exchange 2010 Sp3 to Exchange 2013
Part 2 Migrate Public Folders Exchange 2010 Sp3 to Exchange 2013
Create new certificate on Exchange 2013
Exchange Server Mailbox Statistics Tool - v1.3
The tool retrieves mailbox statistics which includes Folder Count, Total Items, Associated Items, Deleted Items, Total Items Size, Deleted Items Size,
Oldest Item Date, Newest Item Date, Items Age, Mailbox Age and Quota details.
It also includes an additional option named "Archive Statistics Planner" which will let you search mailboxes and provide statistics report with specific dates. More options will be added in future releases.
Download
Exchange Server Mailbox Statistics Tool
RedMor: http://gallery.technet.microsoft.com/exchange/Exchange-Server-Mailbox-7dd53529







