Jabra Direct Update (Mai 2021)

Andres Bohren
Hallo zusammen, Es gibt mal wieder ein Jabra Direct Update. Jedoch ohne neue Firmware für meine Devices. Grüsse Andres Bohren

Azure AD Conditional Access - Named locations based on GPS (Preview)

Andres Bohren
Hallo zusammen, Neu ist es in den Named Locations möglich, den Standort aufgrund von GPS Koordinaten zu bestimmen. New Azure AD Capabilities for Conditional Access and Azure VMs at RSA 2021 https://techcommunity.microsoft.com/t5/azure-active-directory-identity/new-azure-ad-capabilities-for-conditional-access-and-azure-vms/ba-p/1942482 Danach habe ich mir eine Conditional Access Policy für DevOPS erstellt Habe die SwissGPS Named Location ausgewählt Und beim Grant Control MFA ausgwählt. Beim Login ins DevOps wähle ich den Account fürs Login aus Nun erscheint ein anderer Dialog.

MFCMAPI May 2021 (21.0.21127.03)

Andres Bohren
Hallo zusammen, Stephen Griffin hat mal wieder eine neue Version von MFCMAPI veröffentlicht. Wer Outlook x64 hat, braucht die x64 Version, wer Outlook x86 installiert hat, benötigt die x86 Version. MFCMAPI May 2021 (21.0.21127.03) https://github.com/stephenegriffin/mfcmapi/releases/tag/21.0.21127.03 Grüsse Andres Bohren

Skype for Business Server 2015 - May 2021 update

Andres Bohren
Hallo zusammen, Diesen Monat wurde am Patchday wieder ein Cumulatives Update für Skype for Business veröffentlicht. Description of the security update for Skype for Business Server and Lync Server: May 11, 2021 (KB5003729) https://support.microsoft.com/de-de/topic/description-of-the-security-update-for-skype-for-business-server-and-lync-server-may-11-2021-kb5003729-3a6def2e-4b74-480e-bf24-fbec151f10a0 Skype for Business Server 2015 Cumulative Update KB3061064 https://www.microsoft.com/en-us/download/details.aspx?id=47690 Für die Installation müssen zuerst die Services gestoppt werden. Stop-CsWindowsService Stop-Service "World Wide Web Publishing Service" Nun kann der SkypeServerUpdateInstaller.exe gestartet werden Nun können die Services wieder gestartet werden

Citrix Workspace App for Windows 2105

Andres Bohren
Hallo zusammen, Gestern wurde ein Security Update für die Citrix Workspace App veröffentlicht. Citrix Workspace app https://www.citrix.de/downloads/workspace-app/ Citrix Workspace App Security Update https://support.citrix.com/article/CTX307794 Grüsse Andres Bohren

Continuous Access Evaluation in Azure AD (public preview)

Andres Bohren
Hallo zusammen, Heute habe ich gelesen, dass Continous Access Evaluation im Public Preview ist. Ich habe das in meinem Tenant mal aktiviert. Continuous Access Evaluation in Azure AD is now in public preview! https://techcommunity.microsoft.com/t5/azure-active-directory-identity/continuous-access-evaluation-in-azure-ad-is-now-in-public/ba-p/1751704 Continuous access evaluation https://docs.microsoft.com/en-us/azure/active-directory/conditional-access/concept-continuous-access-evaluation Grüsse Andres Bohren

Mai 2021 Exchange Server Security Updates

Andres Bohren
Hallo zusammen, Die Update Orgie für Exchange Server scheint nicht abzubrechen. Schon wieder gibt es Security Updates. Released: May 2021 Exchange Server Security Updates https://techcommunity.microsoft.com/t5/exchange-team-blog/released-may-2021-exchange-server-security-updates/ba-p/2335209 Description of the security update for Microsoft Exchange Server 2019, 2016, and 2013: May 11, 2021 (KB5003435) https://support.microsoft.com/de-de/topic/description-of-the-security-update-for-microsoft-exchange-server-2019-2016-and-2013-may-11-2021-kb5003435-028bd051-b2f1-4310-8f35-c41c9ce5a2f1 Security Update For Exchange Server 2016 CU20 (KB5003435) https://www.microsoft.com/en-us/download/details.aspx?id=103101 Grüsse Andres Bohren

MicrosoftTeams PowerShell Module 2.3.1 - still problems with Certificate Based Authentication (CBA)

Andres Bohren
Hallo zusammen, Es gibt schon wieder eine neue Version vom MicrosoftTeams PowerShell Module. Anzeigen des aktuell installierten PowerShell Moduls Get-Module MicrosoftTeams -ListAvailable Aktuelles Modul in der PSGallery suchen Find-Module MicrosoftTeams Modul aus der PowerShell Gallery aktualisieren Update-Module MicrosoftTeams Wie man sieht, wird mit dem Update-Module Befehl einfach die neue Version installiert, ohne die alte Version zu entfernen. Aus meiner Sicht ist ein Uninstall-Module / Install-Module besser. Get-Module MicrosoftTeams -ListAvailable Lade ich das Modul, dann wird jedoch die neuste Version geladen.

My first PowerShell Module: Icewolf.EXO.SpamAnalyze

Andres Bohren
Hallo zusammen, Es braucht einiges an Know-How um herauszufinden, weshalb ein Mail im Junk-E-Mail Folder landet oder gar in die Quarantäne verschoben wurde. Als erstes macht man ein MessageTrace $MT = Get-MessageTrace -StartDate (get-date).AddDays(-10) -EndDate (get-date) -SenderAddress andres.bohren@gmail.com $MT | Format-Table Received, SenderAddress, RecipientAddress, Subject, Status, MessageTraceID $MTD = Get-MessageTraceDetail -MessageTraceId 5b018c12-df4a-4300-df60-08d90bca587d -RecipientAddress a.bohren@icewolf.ch -StartDate (get-date).AddDays(-10) -EndDate (get-date) $MTD Schauen wir uns das "Spam" Event ein bisschen genauer an. Im Property "

Microsoft Azure Information Protection Client 2.11.58 available

Andres Bohren
Hallo zusammen, Ich hatte kürzlich ein Problem mit dem Microsoft Azure Information Protection (AIP) Client auf meiner Testumgebung. Die Richtlinie konnte nicht heruntergeladen werden. Normalerweise ist der erste Schritt hier die "Einstellungen zurücksetzen". Ich habe aber gleich noch geprüft, ob es denn eine neue Version vom AIP Client gibt und tatsächlich gab es schon wieder ein Update https://www.microsoft.com/en-us/download/details.aspx?id=53018 Installation durchgeführt Und nach dem Anmelden war alles wieder in Ordnung Grüsse Andres Bohren