How to control (the many ways) of Email forwarding in Exchange Online

Andres Bohren
Hallo zusammen, Wenn es um das Thema E-Mail Weiterleitungen geht, dann sollte man sich folgenden Artikel durchlesen. The many ways to block automatic email forwarding in Exchange Online https://techcommunity.microsoft.com/t5/exchange-team-blog/the-many-ways-to-block-automatic-email-forwarding-in-exchange/ba-p/607579 Im Prinzip gib es folgende Möglichkeiten zum Weiterleiten von EMails. Forwarding über ein Mail Enabled AD Objekt (ForwardingAddress) Forwarding mittels Emailadresse (ForwardingSMTPAddress) Outlook Regel Anfangs September wurde ein neues Setting zum Kontrolieren der E-Mail Weiterleitungen vorgestellt. Konfigurieren der externen e-Mail-Weiterleitung in Office 365

Citrix Workspace App for Windows 2009.6.34

Andres Bohren
Hallo zusammen, Vor ein paar Tagen wurde die Citrix Workspace App 20.09.6.34 von Citrix veröffentlicht https://www.citrix.com/downloads/workspace-app/ Diese unterstützt nun Auch FIDO2 Authentication von Windows Hello. Ausserdem wurden weitere Microsoft Teams Enhancements umgesetzt What’s new in 2009.6 https://docs.citrix.com/en-us/citrix-workspace-app-for-windows/about.html Grüsse Andres Bohren

Document Exchange Roles with ActiveDirectory Powershell

Andres Bohren
Hallo zusammen, Für jede Exchange Rolle gibt es eine AD Gruppe in der "Microsoft Exchange Security Groups" OU. Mit dem ActiveDirectory PowerShell Modul lassen sich die Members der Security Groups auslesen $ADRootDSE = Get-ADRootDSE $ADRoot = $ADRootDSE.rootDomainNamingContext $ADRootDomain = $ADRoot.Replace("DC=","") $ADRootDomain = $ADRootDomain.Replace(",",".") $ADRootDomain $ExchangeGroups = Get-ADGroup -SearchBase "OU=Microsoft Exchange Security Groups,$adroot" -Server $ADRootDomain -Filter "*" Foreach ($ExchangeGroup in $ExchangeGroups) { $GroupName = $ExchangeGroup.Name Write-Host "$Groupname" $Members = Get-ADGroupMember -identity $GroupName -Server $ADRootDomain | get-ADObject -Property DisplayName, UserPrincipalName, SamAccountName, description $Members | Export-CSV -Path $home\Downloads\$GroupName.

M365 Admin Center Network Connectivity and Productivity Score Preview

Andres Bohren
Hallo zusammen, Im Admin Center gibt es zwei neue Previews. Netzwerkkonnektivität (Network Connectivity) Produktivitäsbewertung (Productivity Score) Network connectivity in the Microsoft 365 Admin Center preview available https://techcommunity.microsoft.com/t5/microsoft-365-blog/network-connectivity-in-the-microsoft-365-admin-center-preview/ba-p/1696648 Netzwerkkonnektivität im Microsoft 365 Admin Center (Vorschau) https://docs.microsoft.com/de-DE/microsoft-365/enterprise/office-365-network-mac-perf-overview?view=o365-worldwide Microsoft Productivity Score (Vorschau) https://docs.microsoft.com/de-de/microsoft-365/admin/productivity/productivity-score?view=o365-worldwide Grüsse Andres Bohren

Exchange Online PowerShell V2 Module supports Powershell 7 and Linux

Andres Bohren
Hallo zusammen, An der Ignite 2020 wurde angekündigt, dass das EXO V2 PowerShell Module nun auch PowerShell 7 unterstützt. Exchange Online Admin News at Microsoft Ignite 2020 https://techcommunity.microsoft.com/t5/exchange-team-blog/exchange-online-admin-news-at-microsoft-ignite-2020/ba-p/1687700 PowerShell Core support in the EXO V2 module https://docs.microsoft.com/en-us/powershell/exchange/exchange-online-powershell-v2?view=exchange-ps#powershell-core-support-in-the-exo-v2-module Aktuell wird das PreRelease Module 2.0.4 benötigt https://www.powershellgallery.com/packages/ExchangeOnlineManagement/2.0.4-Preview2 Ich starte deshalb eine PowerShell als Admin ohne PS Profile start PowerShell -nologo -noprofile Um das neueste PreRelease Modul zu installieren benötigt man folgende Befehle

PowerShell 7.0.3

Andres Bohren
Hallo zusammen, Schon vor ein paar Wochen ist PowerShell 7.0.3 erschienen. v7.0.3 Release of PowerShell https://github.com/PowerShell/PowerShell/releases/tag/v7.0.3 Übrigens kann PowerShell ja auch auf Linux installiert werden yum install https://github.com/PowerShell/PowerShell/releases/download/v7.0.3/powershell-7.0.3-1.centos.8.x86_64.rpm Anschliessend kann man die PowerShell mit dem befehl "pwsh" starten Grüsse Andres Bohren

Citrix Workspace App for Windows 2009

Andres Bohren
Hallo zusammen, Gestern wurde die Citrix Workspace App 2009 von Citrix veröffentlicht https://www.citrix.com/downloads/workspace-app/ Grüsse Andres Bohren

Exchange 2016 Cumulative Update 18

Andres Bohren
Hallo zusammen, Vorgestern wurde das Exchange Server 2016 Cumulative Update 18 (CU18) von Microsoft veröffentlicht. Released: September 2020 Quarterly Exchange Updates https://techcommunity.microsoft.com/t5/exchange-team-blog/released-september-2020-quarterly-exchange-updates/ba-p/1649072 Cumulative Update 18 for Exchange Server 2016 https://support.microsoft.com/de-ch/help/4571788/cumulative-update-18-for-exchange-server-2016 Cumulative Update 18 for Exchange Server 2016 (KB4571788) https://www.microsoft.com/en-us/download/details.aspx?id=102114 Grüsse Andres Bohren

Microsoft Teams PSTN Telefonie mit Sunrise

Andres Bohren
Hallo zusammen, Ich habe mich vor einer Weile für die Anbindung von Microsoft Teams ans PSTN Netzwerk mit Sunrise entschieden. Da ich hauptsächlich ein paar Tests mit PSTN machen will, habe ich mir 10 Rufnummern und das "Pay as you go" Abo entschieden. https://www.sunrise.ch/de/mittlere-und-grossunternehmen/produkte-und-loesungen/work-smart/work-smart-voice.html Nachdem die Administrativen Arbeiten der Bestellung erledigt waren habe ich ein Email erhalten. Ich konnte mit einem Link Sunrise als Partner im O365 hinzufügen. Das Setup wurde dann von Sunrise erledigt.

Exchange 2016 CU17 Security Update KB4577352

Andres Bohren
Hallo zusammen, Letzte Woche wurde ein Security Update für Exchange Server veröffentlicht. Description of the security update for Microsoft Exchange Server 2019 and 2016: September 8, 2020 https://support.microsoft.com/en-in/help/4577352/security-update-for-exchange-server-2019-and-2016 Security Update For Exchange Server 2016 CU17 (KB4577352) https://www.microsoft.com/en-us/download/details.aspx?id=102013 Grüsse Andres