201502s

Office Web Apps Server 2013 Februar 2015 Update

Andres Bohren
Hallo zusammen, 10 Februar 2015 Update für Office Web Apps Server 2013 (KB2956101) https://support.microsoft.com/KB/2956101 Update for Microsoft Office Web Apps Server 2013 (KB2956101) https://www.microsoft.com/en-us/download/details.aspx?id=45807 Grüsse Andres Bohren

Powershell Remoting with Exchange Online

Andres Bohren
Hallo zusammen, Ich habe mir mal angeschaut, wie man mit der Powershell auf Exchange Online zugreifen kann $cred = Get-Credential $ExSession = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/PowerShell/ -Credential $cred -Authentication Basic -AllowRedirection Import-PSSession -Session $ExSession Remove-PSSession $ExSession Grüsse Andres Bohren

Powershell Remoting with Lync Online

Andres Bohren
Hallo zusammen, Ich habe mir mal angeschaut, wie man mit der Powershell auf Lync Online zugreifen kann. Dazu muss man das Windows PowerShell Module für Lync Online installieren. Windows PowerShell Module for Lync Online http://www.microsoft.com/en-us/download/details.aspx?id=39366 Danach kann man eine Remote PowerShell Session auf Lync Online herstellen $cred = Get-Credential $lyncSession = New-CsOnlineSession -Credential $cred Import-PSSession $LyncSession Remove-PSSession $LyncSession Eine Dokumentation der Lync Online Commandlets gibt es hier Lync Online cmdlets

Exchange 2013 OWA and EMS fails after updating Certificate

Andres Bohren
Hallo zusammen, Nachdem ich in meiner Exchange 2013 Labor Umgebung ein neues Zertifikat ausgestellt habe und die neuen Public URL's im OWA, ECP, EWS, OAB etc. zugewiesen habe, hat plötzlich das OWA nicht mehr funktioniert und auch die Exchange Management Shell hat nur noch Fehler ausgespuckt. Im System Eventlog sind folgende Einträge zu sehen Der Fehler ist, dass das Zertifikat im "Exchange Back End" nicht mehr richtig hinterlegt ist. Quelle: https://social.