AIPService PowerShell Module 2.0.0.3 released

Andres Bohren
Hi All, Just a few Hours ago, Microsoft has release a new Version of the AIPService PowerShell Module to the PowerShell Gallery. AIPService 2.0.0.3 https://www.powershellgallery.com/packages/AIPService/2.0.0.3 AIPService on Microsoft Learn https://learn.microsoft.com/en-us/powershell/module/aipservice/?view=azureipps Let’s check the installed Version and what’s available on the PowerShell Gallery Get-InstalledModule AIPService Find-Module AIPService Uninstall the old PowerShell Module and install the newest one Uninstall-Module AIPService Install-Module AIPService Get-Installed Module AIPService To connect use this Command Connect-AadrmService Let’s check if it is enabled

Microsoft.Graph PowerShell Module 1.27.0 released

Andres Bohren
Hi All, Yesterday Microsoft has released a new Version of Microsoft.Graph PowerShell Modules to the PowerShell Gallery. Microsoft.Graph 1.27.0 Release Notes 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.

New Exchange Online Quarantine Notification frequency

Andres Bohren
Hi All, Almost a Year ago, Microsoft has anounced faster Quarantine Options. They anouced 1 Hour and changed it later to 4 Hours. This change has now arrived in my Tenant. Simplifying the Quarantine Experience - Part Two Microsoft 365 Defender > Threat Policies > Quarantine Policy Or go direct to the Quarantine policy and select “Global settings” QuarantinePolicies Now you can change the Quaranine Notification frequency between 4 Hours / Daily / Weekly

Microsoft Loop Mobile Apps are released

Andres Bohren
Hi All, In a previous Blot Article i have explained how to Enable the Loop App Today i’ve learned, that the Loop App for iOS and Android are here. Sure i made some Screenshots from the Installation and First Login. Search for Microsoft Loop in Apple App Store or Google Play Store and install the App After you start you get some Welcome screens Login is simple as every M365 Service

Azure PowerShell Module Az 9.7.0 released

Andres Bohren
Hi All, Just a few Hours ago, a new Version of the AZ PowerShell Module has been released to PowerShell Gallery. Az 9.7.0 AZ Release Notes Show Installed AZ Module and what’s available in the PowerShell Gallery Get-InstalledModule AZ Find-Module AZ #Run Script directly from GitHub $ScriptFromGitHub = Invoke-WebRequest "https://raw.githubusercontent.com/BohrenAn/GitHub\_PowerShellScripts/main/Azure/Cleanup-AZModules.ps1" Invoke-Expression $($ScriptFromGitHub.Content) The AZ Module is just a Wrapper Module for all AZ.* Modules Get-InstalledModule AZ.\* Regards Andres Bohren

Git for Windows 2.40.0

Andres Bohren
Hi All, Today i have checked my Git version and realized that there is a new version since mid of March 2023. Highlights from Git 2.40 git --version Download from Git SCM Installation Release Notes Regards Andres Bohren vscode Logo

Microsoft 365 Defender Advanced Hunting with PowerShell

Andres Bohren
Hi All, You might already know, that i am a big Fan of Defender for Office 365 Advanced Hunting. It’s easy and fast to analyze the last 30 Days of your Messaging Logs. Defender for Office 365 Advanced Hunting I’ve published some of the KQL Querys in my GitHub Repo You can find Advanced Hunting it in de Microsoft 365 Defender Portal To Access these Querys with PowerShell we need to have an Azure Active Directory Application

Microsoft To Do Smart due date and reminder recocnicion

Andres Bohren
Hi All, Microsoft’s To Do Smart due date and reminder recocnicion was anounced over a year ago. I did try from time to time but it did not work until this week when i tried again. Don’t know when exactly this became active in my Tenant but it’s good that it works now. Smart due date and reminder recognition in Microsoft To Do How it works: use expressions like “tomorrow” use a day and a date “Friday 11am”, Friday noon" use exprecions like “daily”, “every Monday”, “daily 4pm” I tested it with

Microsoft.Graph PowerShell Module 1.26.0 released

Andres Bohren
Hi All, Yesterday Microsoft has released a new Version of Microsoft.Graph PowerShell Modules to the PowerShell Gallery. Microsoft.Graph 1.26.0 Microsoft Graph PowerShell Release Notes 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.

Microsoft Teams Busy-on-busy

Andres Bohren
Hi All, In this Article i have tested the Microsoft Teams Busy-on-busy enduser setting In this Case “busy-on-busy” means the User is already in a Call. What should happen to another Call? Present the Busy Signal to the Caller or inform the User so he can see and choose if it’s a more important call than the current call? That’s all controlled by the Calling Policies in Microsoft Teams Admin Center (TAC).