Git for Windows 2.45.0

Git for Windows 2.45.0

Andres Bohren
Hi All, Two days ago, git 2.45 has been released. Read the Blog post here: Highlights from Git 2.45 Git 2.45 Release Notes Let’s have a look at the installed version git -v to update use the command below (cmd must be started “As Administrator”) git update-git-for-windows This will download and start the update installer Let’s check the git version after the update git -v You can also download it here: https://git-scm.
Manage Sheduled Tasks with PowerShell

Manage Sheduled Tasks with PowerShell

Andres Bohren
Hi All, I’ve had some work to do with Scheduled Tasks and schedule a PowerShell Script with PowerShell. This Article shows you how you can list, create, export and import Scheduled Tasks. List PowerShell Commands for Scheduled Tasks Get-Command *ScheduledTask* These are the Scheduled Tasks on the Server List Scheduled Tasks Get-ScheduledTask Get-ScheduledTask List specific ScheduledTask $ScheduledTask = Get-ScheduledTask -TaskName ZIPandDeleteIISLog $ScheduledTask | fl $ScheduledTask.Actions $ScheduledTask.Triggers Details Get-ScheduledTaskInfo Get-ScheduledTask -TaskName ZIPandDeleteIISLog | Get-ScheduledTaskInfo Create new Scheduled Task Register-ScheduledTask
Azure PowerShell Module AZ 11.6.0 released

Azure PowerShell Module AZ 11.6.0 released

Andres Bohren
Hi All, A few Hours ago, a new major Version of the AZ (Azure) PowerShell Module has been released to PowerShell Gallery. PowerShell Gallery Az 11.6.0 The Release Notes shows not a lot I am using the new PSResourceGet here instead of the PowerShellGet commands. Show installed Versions and what’s available in PowerShell Gallery Get-InstalledPSResource AZ -Scope CurrentUser Find-PSResource AZ Uninstall the old Modules and install the current Modules Uninstall-PSResource AZ -Scope CurrentUser -SkipDependencyCheck Uninstall-PSResource AZ.
PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.24810.12000 released

PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.24810.12000 released

Andres Bohren
Hi All, A few hours ago, Microsoft has released the Microsoft.Online.SharePoint.PowerShell 16.0.24810.12000 PowerShell Module. PowerShell Gallery Microsoft.Online.SharePoint.PowerShell I am using the new PSResourceGet here instead of the PowerShellGet commands. Show installed Versions and what’s available in PowerShell Gallery Get-InstalledPSResource Microsoft.Online.SharePoint.PowerShell -Scope CurrentUser Find-PSResource Microsoft.Online.SharePoint.PowerShell Uninstall the old Version and install the new Version of the Module Uninstall-PSResource Microsoft.Online.SharePoint.PowerShell -Scope CurrentUser Install-PSResource Microsoft.Online.SharePoint.PowerShell -Scope CurrentUser Get-InstalledPSResource Microsoft.Online.SharePoint.PowerShell -Scope CurrentUser List the Commands of the Module
THREAT_INTELLIGENCE License appeared in M365 Tenant

THREAT_INTELLIGENCE License appeared in M365 Tenant

Andres Bohren
Hi All, This Week i received a Mail that a new Service Plan has addet to my Tenant. Seems that my Azure Automation Runbook Keep Track of new ServicePlans in M365 Licenses finally pays out. Let’s have a closer look #Connect-MgGraph Write-Output "Connect-MgGraph" Connect-MgGraph -Scopes User.ReadWrite.All, Directory.ReadWrite.All -NoWelcome #Array with all needed Properties using PSCustomObject Write-Output "Create PSCustomObject" $ArraySKUS = @() $SKUS = Get-MgSubscribedSku Foreach ($SKU in $SKUS) { #$ArraySKU = @() $AppliesTo = $SKU.
Microsoft.Graph PowerShell Modules 2.18.0 released

Microsoft.Graph PowerShell Modules 2.18.0 released

Andres Bohren
Hi All, A few Hors ago, Microsoft has released the Version 2.18.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules. PowerShell Gallery Microsoft.Graph 2.18.0 PowerShell Gallery Microsoft.Graph.Beta 2.18.0 Release Notes [v2] Weekly OpenApiDocs Refresh [v2] Examples Update Bump Azure.Identity from 1.10.3 to 1.11.0 in /src/Authentication/Authentication.Core by @dependabot Orders permissions based on least privilege property value (True or false) Add issue templating using issue forms Adds permissions type Restricts escaping of special characters to path segments only when using Invoke-MgGraphRequest and bumps Azure.
Jabra Direct Update (April 2024) #2

Jabra Direct Update (April 2024) #2

Andres Bohren
Hi All, Today i have received a notifications, that there is a new Jabra Direct release available. Jabra Direct Release Notes Updated: the following feature, introduced in Jabra Direct 6.15.10901 has been temporarily removed “New feature: Option to view Xpress connection status of the Jabra PanaCast 50 prior to configuring proxy and URL settings”. Updated Software - No Updates available Current Version of Jabra Direct Regards Andres Bohren Unified Messaging Logo
April 2024 Exchange Server Hotfix Updates

April 2024 Exchange Server Hotfix Updates

Andres Bohren
Hi All, Just a few Hours ago, the Exchange Team has released the long awaitet fix for the March 2024 Exchange Server Security Updates. Anouncement on Exchange Team Blog Released: April 2024 Exchange Server Hotfix Updates Alongside with that came also some new Features Support for ECC certificates in Exchange 2016 and 2019 Hybrid Modern Authentication (HMA) for OWA/ECP Downloads Security Update For Exchange Server 2019 CU13 SU5 (KB5036402) Security Update For Exchange Server 2019 CU14 SU1 (KB5036401) Hotfix Update For Exchange Server 2016 CU23 HU13 (KB5037224) Installation After downloading the *.
List FIDO2 Keys and AAGUID for all Users with Microsoft Graph

List FIDO2 Keys and AAGUID for all Users with Microsoft Graph

Andres Bohren
Hi All, While looking into Enable passkeys in Microsoft Authenticator (preview) i figured, it is a good Idea tho have a List of FIDO2 AAGUID’s of all Users if enabled. This Article shows you how to Export the FIDO2 Keys and the AAGUID of all Users in a M365 Tenant. During my research i also found some AAGUID Lists on the Internet YubiKey Hardware FIDO2 AAGUIDs FIDO2 AAGUID lists Passkey Provider AAGUIDs Here you can see a registered FIDO2 Key in the M365 Security Info
Microsoft Remote Desktop for AVD and Windows 365 1.2.5331

Microsoft Remote Desktop for AVD and Windows 365 1.2.5331

Andres Bohren
Hi All, When you start the Remote Desktop Client, it checks for Updates and will inform you in the Notification Bar and you can see also a green arrow, that indicates an Update Release Notes: What’s new in the Remote Desktop client for Windows Fixed an issue that caused the RemoteApp window to appear stretched. When users enter text into the email or URL field to search for a workspace while subscribing to a feed, screen readers now announce whether the client can find the workspace.