Conditional Access Templates (Preview)

Andres Bohren
Hi All, Did you notice that you can download Conditional Access Templates. The Templates are documented in the Conditional Access Doumentation below Conditional Access templates (Preview) https://learn.microsoft.com/en-us/azure/active-directory/conditional-access/concept-conditional-access-policy-common In Conditional Access Management select "New policy from template" Now you have a diffrent range of Policys and can download the JSON Back in Conditional Access select "Upload policy file" Select your JSON File and choose between "Off", "On", "Report only" After that your Policy is created

MSIdentityTools PowerShell Module v2.0.42 released

Andres Bohren
Hi All, Just a few Hours ago, Microsoft has released a new version of the MSIdentityTools PowerShell Module. MSIdentityTools 2.0.42 https://www.powershellgallery.com/packages/MSIdentityTools/2.0.42 Check what Version of the Module is installed and what's available in the PowerShell Gallery Get-InstalledModule MSIdentityTools Find-Module MSIdentityTools Uninstall the old version of the PowerShell Module and install the newest one Uninstall-Module MSIdentityTools Install-Module MSIdentityTools Get-InstalledModule MSIdentityTools To see what commands are available use the following command Get-Command -Module MSIdentityTools To resolve an AppId to ObjectId you can use the Command below

How to check Exchange Active Directory Versions

Andres Bohren
Hi All, Sometimes you need to check the Exchange Active Directory Versions to see if a Schema Upgrade is needet. It is well documented on the Website from Microsoft Exchange Active Directory versions https://learn.microsoft.com/en-us/exchange/plan-and-deploy/prepare-ad-and-domains?view=exchserver-2019#exchange-active-directory-versions In this Case we use ADSIEdit.msc Or you simply run this Script ############################################################################### # Get Exchange AD Schema Version ############################################################################### #Needs ActiveDirectory PowerShell Module # Exchange Schema Version $sc = (Get-ADRootDSE).SchemaNamingContext $ob = "CN=ms-Exch-Schema-Version-Pt," + $sc

Jabra Direct Update (February 2023)

Andres Bohren
Hi All, Yesterday i've got again a Message that a new Version is available for Jabra Direct. I still don't understand, why Jabra notifies my every Hour. My Notification Bar in Windows is piled up with these messages. Release Notes https://www.jabra.com/support/release-notes/release-note-jabra-direct Regards Andres Bohren

OnePlus 9 Android security patch 2023.01

Andres Bohren
Hi All, Yesterday i have received an update for my OnePlus 9 Android Smartphone. It includes the Android 2023.01 Security Updates. OxygenOS 13 F.20 / F.74 for the OnePlus 9/9 Pro https://community.oneplus.com/thread/1256800845157629952 Regards Andres Bohren

Exchange Online Search and Purge with PowerShell and Threat Explorer

Andres Bohren
Hi All, In this Article i'll show you how you can "Search and Purge" Emails in Exchange Online. With Compliance Search you can search for Mails and purge (Soft- or HardDelete) them afterwards. That's usually the case for Phishing or Spam Incidents. Your search can cover a maximum of 50’000 Mailboxes A new Compliance Search will create an Alert by default. First of all you need to have the correct Permissions https://security.

Git for Windows 2.39.2

Andres Bohren
Hi All, There is a new Version of Git and i've updated to the latest release Git Downloads https://git-scm.com/ Git v2.39.2 Release Notes This release merges up the fixes that appear in v2.30.8, v2.31.7, v2.32.6, v2.33.7, v2.34.7, v2.35.7, v2.36.5, v2.37.6 and v2.38.4 to address the security issues CVE-2023-22490 and CVE-2023-23946; see the release notes for these versions for details. Let's check the GIT Version before the Update git --version Now run the update Let's check the GIT version after the update git --version Regards Andres Bohren

Microsoft.Graph PowerShell Module 1.22.0 released

Andres Bohren
Hi All, Just a few Hours ago, Microsoft has released Microsoft.Graph PowerShell Module 1.22.0. Microsoft.Graph 1.22.0 https://www.powershellgallery.com/packages/Microsoft.Graph/1.22.0 Release Notes https://github.com/microsoftgraph/msgraph-sdk-powershell/releases Let's check the installed Version and what's available on the PowerShell Gallery Get-InstalledModule Microsoft.Graph Find-Module Microsoft.Graph To install the newest Version of the PowerShell Modules and also uninstalling the old Versions, you can use my GitHub Script. It takes a while until all Modules are installed. Wait until "Cleanup finished" is shown.

February 2023 Exchange Server Security Updates

Andres Bohren
Hi All, Last Night the February 2023 Exchange Server Security Updates have been released. Released: February 2023 Exchange Server Security Updates https://techcommunity.microsoft.com/t5/exchange-team-blog/released-february-2023-exchange-server-security-updates/ba-p/3741058 Description of the security update for Microsoft Exchange Server 2019, 2016, and 2013: February 14, 2023 (KB5023038) https://support.microsoft.com/en-us/topic/description-of-the-security-update-for-microsoft-exchange-server-2019-2016-and-2013-february-14-2023-kb5023038-2e60d338-dda3-46ed-aed1-4a8bbee87d23 Security Update For Exchange Server 2016 CU23 SU6 (KB5023038) https://www.microsoft.com/en-us/download/details.aspx?id=104999 The downloaded exe File extracts then starts the Installation in a elevated Promt After the Security Update is installed, it is a good idea to restart the Server.

Directory Synchronization Features via Graph API

Andres Bohren
Hi All, Today i had an interesting case with AzureAD Connect Synchronization from Active Directory to Azure Active Directory. The Customer is in the middle of a reorganization and was changing the Domain. I've added the new UPN to the UPN Suffixes in Azure AD (domain.msc > Properties) We addet the new Domain to the M365 Tenant Then i've changed the UPN Suffix of a Testuser. But the UPN did not change in AzureAD after the AAD Connect Sync Cycle.