Hi All,
A few Weeks ago Microsoft has announced the Permanent Deletion of mailbox items.
Microsoft Graph APIs for permanent deletion of mailbox items now available It’s relatively simple. Instead of the “DELETE” HTTP Method you use the “POST” Method and add “/permanentDelete” to the URI.
############################################################################### #Delete #https://learn.microsoft.com/en-us/graph/api/message-delete?view=graph-rest-1.0&tabs=http ############################################################################### DELETE /users/{UserId}/messages/{MessageId} DELETE /users/{UserId}/mailFolders/{mailFolderId}/messages/{MessageId} ############################################################################### #Permanently Delete #https://learn.microsoft.com/en-us/graph/api/message-permanentdelete?view=graph-rest-1.0&tabs=http ############################################################################### POST /users/{UserId}/messages/{MessageId}/permanentDelete POST /users/{UserId}/mailFolders/{mailFolderId}/messages/{MessageId}/permanentDelete Time for me to test the Functionality.
Hi All,
Today I have received a notifications, that there is a new Jabra Direct release available.
Jabra Direct Release Notes
New Features:
Introduced a Universal Mac installer to enhance compatibility with both Intel and M-based processors during installation. Updated:
Zoom plugin upgraded to the latest version. Enhanced the firmware update process for smoother operation. Fixed:
Resolved an issue where SideTone could disappear under specific conditions for certain devices. Corrected an error where return code 18 was incorrectly displayed during firmware updates, preventing the update from proceeding.
Hi All,
Today i’ve noticed, that there is a new PowerShell 7 Version available. Currently i have PowerShell 7.5.0 installed.
Release Notes and Download: v7.5.1 Release of PowerShell
Engine Updates and Fixes
Fallback to AppLocker after WldpCanExecuteFile (#25305) Code Cleanup
Cleanup old release pipelines (#25236) Tools
Do not run labels workflow in the internal repository (#25343) Update CODEOWNERS (#25321) Check GitHub token availability for Get-Changelog (#25328) Update PowerShell team members in releaseTools.
Hi All,
Yesterday, Microsoft has releasesed the April Hotfix Updates for Exchange Server
Released: April 2025 Exchange Server Hotfix Updates Exchange 2019 In my case, i’ve downloaded the Hotfix Update für Exchange Server 2019 CU15
Hotfix Update for Exchange Server 2019 CU15 HU1 (KB5050672) KB5050672 Installation Update has been sucessfully installed
Healthchecker Now let’s run the Healthchecker.
The First run updates the Healthchecker to the current version
.\Healthchecker.ps1 Let’s run that again and see the Results.
Hi All,
Yesterday, Microsoft has released the MicrosoftTeams PowerShell Module 7.0.0 to the PowerShell Gallery.
PowerShell Gallery MicrosoftTeams 7.0.0
Read more details in the Release Notes
Adds ShiftsTeamId & ShiftsSchedulingGroupId parameters to [New|Set]-CsCallQueue cmdlets. [BREAKING CHANGE] Deprecates CustomizeFederation parameter from [Get|Set]-CsTenantFederationConfiguration cmdlets. Adds TownhallEventAttendeeAccess parameter to [New|Set]-CsTeamsEventsPolicy. Adds AllowsUsersForMeetingDetails, RealTimeText parameters to [New|Set]-CsTeamsMeetingPolicy. Adds RealTimeText parameter to [New|Set]-CsTeamsCallingPolicy. Adds UsersCanDeleteBotMessages, ContentBasedPhishingCheck, ReportIncorrectSecurityDetections parameters to [New|Set]-CsTeamsMessagingConfiguration. Adds SpeakerAttributionForBYOD parameter to [New|Set]-CsTeamsAIPolicy. [BREAKING CHANGE] Removes OptionFlags output attribute from the Get-CsOnlineUser cmdlet.
Hi All,
End of March the PnP.PowerShell Team annouced the V3 release
PnP PowerShell v3 released! Three days ago, the Pnp.PowerShell was released to the PowerShell Gallery.
They increased the required PowerShell Version from 7.2 to 7.4.6.
PowerShell Gallery PnP.PowerShell 3.1.0 I am using the new PSResourceGet here instead of the PowerShellGet commands.
Show installed Versions and what’s available in PowerShell Gallery
Get-InstalledPSResource -Name PnP.PowerShell -Scope CurrentUser Find-PSResource -Name PnP.PowerShell Uninstall the old Module
Hi All,
A few Hors ago, Microsoft has released the Version 2.27.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules.
PowerShell Gallery Microsoft.Graph 2.27.0 PowerShell Gallery Microsoft.Graph.Beta 2.27.0 Release Notes
[v2] Weekly OpenApiDocs Refresh [v2] Examples Update Prevents automatic inference of properties with numeric characters defined as strings. e.g {“age”:“28”}" Fixes removal of boolean and empty Json object values from request body Task: Bootstrap acr-push pipeline by @Onokaev Adds aliases to avoid conflicting cmdlets calling the same Api path Adds Metadata for authentication module cmdlets Added directives to disable generation of invalid Service Announcement cmdlets Fix: Depend on previous stage by @Onokaev I am using the new PSResourceGet here instead of the PowerShellGet commands.
Hi All,
Today i’ve seen the notification, that Azure Storage Explorer 1.38.0 has been released.
GitHub Release v1.38.0 Installation
Everything went smooth
Updated Azure Storage Explorer
Details from About
Regards
Andres Bohren
Azure Logo
Hi All,
Yesterday Microsoft has released a new Version of the WhiteboardAdmin PowerShell Module to the PowerShell Gallery.
PowerShell Gallery WhiteboardAdmin 1.13.4 The Release Notes does not give a lot of insights
I am using the new PSResourceGet here instead of the PowerShellGet commands.
Show installed Versions and what’s available in PowerShell Gallery
Get-InstalledPSResource WhiteboardAdmin -Scope CurrentUser Find-PSResource WhiteboardAdmin Uninstalling the Modules with Uninstall-PSResource failed again.
Uninstall-PSResource WhiteboardAdmin -Scope CurrentUser So i am using the PowerShell Module M365PSProfile and use the -FileMode Parameter
Hi All,
A few Days ago, Microsoft has released the ExchangeOnlineManagement 3.8.0-Preview1 PowerShell Module.
PowerShell Gallery ExchangeOnlineManagement 3.8.0-Preview1 v3.8.0-Preview1:
Support for providing an Access Token with Connect-IPPSSession. I am using the new PSResourceGet here instead of the PowerShellGet commands.
Show installed Versions and what’s available in PowerShell Gallery. You need to use the -Prerelease Parameter to show Preview Versions of a Module
Get-InstalledPSResource ExchangeOnlineManagement -Scope CurrentUser Find-PSResource ExchangeOnlineManagement -Prerelease Uninstall old Module