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.
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
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
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
Hallo zusammen,
Gestern wurde die Citrix Workspace App 2009 von Citrix veröffentlicht https://www.citrix.com/downloads/workspace-app/ Grüsse 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
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.
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
Hallo zusammen,
Letzte Woche wurde am Microsoft Patchday wieder einmal ein Security Update für den Office Online Server veröffentlicht.
Hinweise zum Sicherheitsupdate für Office Online Server: 8. September 2020
https://support.microsoft.com/de-ch/help/4484503/security-update-for-office-online-server-september-8-2020
Sicherheitsupdate für Microsoft Office Online Server (KB4484503)
https://www.microsoft.com/de-de/download/details.aspx?id=102069
Grüsse Andres Bohren
Hallo zusammen,
Kürzlich hatte ich einen interessanten Fall. Ein Benutzer konnte sich mit Skype for Business bei Microsoft 365 nicht mehr anmelden. Alle anderen Office 365 Applikationen (Office, SharePoint, Teams) haben einwandfrei funktioniert.
Das sieht man auch im Azure Active Directory unter Sign-ins beim User. Ausserdem sieht den Sign-in Error Code und den Grund
Was der Code genau bedeutet kann man hier rausfinden https://login.microsoftonline.com/error Dort gibt es gleich auch den Hinweis, wie man einen User wieder unblocken kann https://docs.