202408s

PnP.PowerShell 2.10 released

PnP.PowerShell 2.10 released

Andres Bohren
Hi All, Today a new Version of PnP.PowerShell has been released to the PowerShell Gallery. PnP.PowerShell 2.10.0 Release Notes I am using the new PSResourceGet here instead of the PowerShellGet commands. To check what version is installed and what’s available from the PowerShell Gallery use the following Commands Get-InstalledPSResource PnP.PowerShell -Scope CurrentUser Find-PSResource PnP.PowerShell Uninstall the old version of the PowerShell Module and install the new one Uninstall-PSResource PnP.PowerShell -Scope CurrentUser Install-PSResource PnP.
MSIdentityTools PowerShell Module 2.0.70 released

MSIdentityTools PowerShell Module 2.0.70 released

Andres Bohren
Hi All, Just a few Hours ago, Microsoft has released a new Version of MSIdentityTools PowerShell Module PowerShell Gallery MSIdentityTools 2.0.70 Some insights via GitHub CommitLog - as you can see there is also a Pull Request from me that has been accepted I’ve used my M365PSProfile Module to update the Module - find the Documentation here: https://github.com/fabrisodotps1/M365PSProfile/ Install-PSResource -Name M365PSProfile Add-M365PSProfile Install-M365Module List the commands from the Module Get-Command -Module MSIdentityTools List users where the last sign-in was more than 30 days
Azure Storage Explorer 1.35.0

Azure Storage Explorer 1.35.0

Andres Bohren
Hi All, Today i’ve seen the notification, that Azure Storage Explorer 1.35.0 has been released. GitHub Release v1.35.0 Installation Everything went smooth Updated Azure Storage Explorer Details from About Regards Andres Bohren Azure Logo
Microsoft Remote Desktop for AVD and Windows 365 1.2.5620

Microsoft Remote Desktop for AVD and Windows 365 1.2.5620

Andres Bohren
Hi All, Today i was notified, that a new Version of the Microsoft Remote Desktop Client is available Release Notes: What’s new in the Remote Desktop client for Windows CVE-2024-38131 When you start the Microsoft Remote Desktop Client, it checks for Updates and you can see a green arrow, that indicates an Update Installing the Update You can check the Versions by selecting the three dots on top right and select “About”
PowerShell 7.4.5 released

PowerShell 7.4.5 released

Andres Bohren
Hi All, Today i’ve noticed, that there is a new PowerShell 7 Version available. Currently i have PowerShell 7.4.4 installed You can Download it from here: v7.4.5 Release of PowerShell Release notes: General Cmdlet Updates and Fixes Fix WebCmdlets when -Body is specified but ContentType is not (#24145) Tests Rewrite the mac syslog tests to make them less flaky (#24152) Build and Packaging Improvements Bump .NET SDK to 8.0.400 Documentation and Help Content Update docs sample nuget.
PnP.PowerShell 2.9 released

PnP.PowerShell 2.9 released

Andres Bohren
Hi All, Today a new Version of PnP.PowerShell has been released to the PowerShell Gallery. PnP.PowerShell 2.9.0 A Release on GitHub has not yet shown up Release Notes I am using the new PSResourceGet here instead of the PowerShellGet commands. To check what version is installed and what’s available from the PowerShell Gallery use the following Commands Get-InstalledPSResource PnP.PowerShell -Scope CurrentUser Find-PSResource PnP.PowerShell Uninstall the old version of the PowerShell Module and install the new one
PnP.PowerShell 2.7 released

PnP.PowerShell 2.7 released

Andres Bohren
Hi All, Note: PnP.PowerShell 2.7.0 has been pulled back by the Authors Yesterday a new Version of PnP.PowerShell has been released to the PowerShell Gallery. PnP.PowerShell 2.7.0 A Release on GitHub has not yet shown up Release Notes I am using the new PSResourceGet here instead of the PowerShellGet commands. To check what version is installed and what’s available from the PowerShell Gallery use the following Commands Get-InstalledPSResource PnP.PowerShell -Scope CurrentUser Find-PSResource PnP.
New Azure Connected Machine Agent 1.45 for Azure ARC

New Azure Connected Machine Agent 1.45 for Azure ARC

Andres Bohren
Hi All, While Checking the Updates for Azure Arc Enabled Machines i did spot an Update for the Azure Connected Machine Agent What’s new with Azure Connected Machine agent Fixed Fixed an issue where EnableEnd telemetry would sometimes be sent too soon. Added sending a failed timed-out EnableEnd telemetry log if extension takes longer than the allowed time to complete. New features Azure Arc proxy now supports HTTP traffic. New proxy.
Microsoft Remote Desktop for AVD and Windows 365 1.2.5560

Microsoft Remote Desktop for AVD and Windows 365 1.2.5560

Andres Bohren
Hi All, Today i was notified, that a new Version of the Microsoft Remote Desktop Client is available Release Notes: What’s new in the Remote Desktop client for Windows CVE-2024-38131 When you start the Microsoft Remote Desktop Client, it checks for Updates and you can see a green arrow, that indicates an Update Installing the Update You can check the Versions by selecting the three dots on top right and select “About”
Microsoft.Graph PowerShell Modules 2.22.0 released

Microsoft.Graph PowerShell Modules 2.22.0 released

Andres Bohren
Hi All, A few Hors ago, Microsoft has released the Version 2.22.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules. PowerShell Gallery Microsoft.Graph 2.22.0 PowerShell Gallery Microsoft.Graph.Beta 2.22.0 Release Notes [v2] Weekly OpenApiDocs Refresh [v2] Examples Update Adds beta version to docker file Introduces BusinessScenario and BackupRestore modules Updates ModulesMapping.json file Open Api tags for Network Access Module Updates Invoke-MgGraphRequest cmdlet to handle responses of text/plain content types Update Reset-MgUserAuthenticationMethodPassword.md by @tajaber Update New-MgBetaSecurityAuditLogQuery.