Lync Server Component Version using PowerShell (WMI Classes)

Every Lync Server administrator must have this PowerShell cmdlet, which shows each Lync Server 2010/2013 Component's version: Get-WmiObject -class Win32_Product | where {$_.name -like "*Lync Server*"} | Sort-Object Name | Select Name, Version |ft -AutoSize The result will be like this: Or in Lync Server 2010: To save the result in a file just add … Continue reading Lync Server Component Version using PowerShell (WMI Classes)

The Office Communications Server Front-End service terminated with service-specific error 2147975170 (0x80078002)

Sometimes you get Front End Services to stop unexpectedly and in the event error you receive the message:  "The Office Communications Server Front-End service terminated with service-specific error 2147975170 (0x80078002)". This is a rare event, but it might occur in scenarios when the Archiving Setting "Shutdown if archiving fails" is enabled or something happens to … Continue reading The Office Communications Server Front-End service terminated with service-specific error 2147975170 (0x80078002)