Azure File Sync Agent 15.0 has been released

Andres Bohren
Hi All, I had almost forgotten, that on the Microsoft Patchday also a new Version of Azure FileSyncAgent was available. When i look at the Azure Storage Sync Service i see that the Registered Server runs FileSyncAgent 14.1 Azure File Sync Agent v15.0 https://www.microsoft.com/en-us/download/details.aspx?id=57159 I've downloaded the MSI but was not able to install, without uninstalling the Software first Instead i used the Windows Update Package After a Reboot i can see the new Azure File Sync Agent Version in Azure Portal

Azure PowerShell Module Az 8.0.0 released

Andres Bohren
Hi All, A few Hours ago, Microsoft has released the Azure PowerShell Module AZ v8.0.0 Microsoft Azure PowerShell AZ 8.0.0 https://www.powershellgallery.com/packages/AZ/8.0.0 Release Notes not yet udated https://docs.microsoft.com/en-us/powershell/azure/release-notes-azureps?view=azps-7.5.0 Check your current installed Module and what is available on PowerShell Gallery Get-InstalledModule AZ Find-Module AZ I've published a Script in my GitHub Repo to uninstall the old Modules and install the new Modules https://github.com/BohrenAn/GitHub_PowerShellScripts/blob/main/AzureAD/Microsoft.Graph_HowToStart.ps1 Or you can run the Script below to directly execute that Script

Exchange Online Mail flow Alert policies

Andres Bohren
Hi All, Maybe you have noticed the new Mail flow Alert policies in Exchange Admin Center. You can define new Alert policies, define the Severity, the Insight, the recipient, the Notification Limit and sometimes also the Threshold for the Alert. For me it's a little bit odd to send an Email in case something does not work well with the Mailflow. It could be that you get the Email very late or even when the issue is already resolved.

Exchange Online Tenant Allow/Block List does not work when connected to Security & Compliance

Andres Bohren
Hi All, Recently i stumbled over a funny Error. When query the Get-TenantAllowBlockListItems all looks fine until you connect to Security and Compliance (Connect-IPPSession). You will then see even Watson Error Messages 😂 I am using ExchangeOnlineManagement PowerShell Module Version 2.0.5. Had a Case open: 30305990 - The Engineering Team is now aware. And will hopefully fix it in a future Version of the PowerShell Module. Manage the Tenant Allow/Block List

Update Modules on Azure Automation with AZ PowerShell

Andres Bohren
Hi All, As you probably know, i am a big Fan of Azure Automation to run some Automation Scripts for M365 in Azure. When you try to install a new Microsoft Graph Module in Azure Automation from the Gallery it will fail, due its dependency for Microsoft.Graph.Authentication, because an older Version is installed. I've tried to figure out, how to update the Modules with PowerShell (too much clicking for doing it manually).

OnePlus 9 Android security patch 2022.04

Andres Bohren
Hi All, Yesterday i've received an update for my OnePlus 9 Android Smartphone. It updates the Android Patchlevel to 2022.04. Regards Andres Bohren

Powershell v7.2.4 released

Andres Bohren
Hi All, A few Days ago, Microsoft has released PowerShell 7.2.4. Changelog https://github.com/PowerShell/PowerShell/blob/master/CHANGELOG/7.2.md v7.2.4 Release of PowerShell https://github.com/PowerShell/PowerShell/releases/tag/v7.2.4 Regards Andres Bohren

Citrix Workspace App for Windows 2205

Andres Bohren
Hi All, A few Days ago, Citrix has released th Citrix Workspace App for Windows 2205. Citrix Workspace app 2205 for Windows https://www.citrix.com/de-de/downloads/workspace-app/windows/workspace-app-for-windows-latest.html What’s new in 2205 https://docs.citrix.com/en-us/citrix-workspace-app-for-windows/about.html#whats-new-in-2205 Regards Andres Bohren

Jabra Direct Update (Mai 2022)

Andres Bohren
Hi All, Jabra has released the Mail 2022 Version of theyr Jabra Direct Software (Version 6.0.12901). They moved from 5.x to 6.x - but i don't see any major diffrence. Release Notes https://www.jabraheadsets.ch/support/release-notes/release-note-jabra-direct Regards Andres Bohren

MicrosoftTeams PowerShell Module 4.3.1-preview released

Andres Bohren
Hi All, Yesterday Microsoft has released another Microsoft Teams PowerShell Module in Preview. Seems to be mostly optimization and fixing some minor errors. Couln't find yet documentation to the new commandlets s New-CsBatchTeamsDeployment & Get-CsBatchTeamsDeploymentStatus. PowerShell Gallery Microsoft Teams 4.3.1-preview https://www.powershellgallery.com/packages/MicrosoftTeams/4.3.1-preview Find-Module MicrosoftTeams -AllowPrerelease Install-Module MicrosoftTeams -AllowPrerelease -Force Some of my usual Tesing Connect-MicrosoftTeams Get-Team Get-CsOnlineUser -Identity a.bohren@icewolf.ch | fl *Ent*,*host*,*voice*, *line* Regards Andres Bohren