Hi All,
Today, Microsoft has released a new Version of O365CentralizedAddInDeployment PowerShell Module to the PowerShell Gallery. The recently released O365CentralizedAddInDeployment 3.0.1 has been unlisted.
O365CentralizedAddInDeployment 3.0.2 I was not able to find what has been changed, as there are no release notes available
Check what Module is installed and what Version is available on the PowerShell Gallery
Get-InstalledPSResource O365CentralizedAddInDeployment -Scope CurrentUser Find-PSResource O365CentralizedAddInDeployment Uninstall old Module and install the newest Module from the PowerShell Gallery
Hi All,
Yesterday, Microsoft has released a new Version of O365CentralizedAddInDeployment PowerShell Module to the PowerShell Gallery. Last Change was from 30/06/2023. No changes over a year…
O365CentralizedAddInDeployment 3.0.1 I was not able to find what has been changed, as there are no release notes available
Last time i blogged about it was here MO365CentralizedAddInDeployment 2.0.1 released
Check what Module is installed and what Version is available on the PowerShell Gallery
Hi All,
Today a new Version of PnP.PowerShell has been released to the PowerShell Gallery.
PnP.PowerShell 2.12.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.
Hi All,
A few Hors ago, Microsoft has released the Version 2.23.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules.
PowerShell Gallery Microsoft.Graph 2.23.0 PowerShell Gallery Microsoft.Graph.Beta 2.23.0 Release Notes
[v2] Weekly OpenApiDocs Refresh Bump autorest submodule [v2] Examples Update Migration to ESRP V5 I am using the new PSResourceGet here instead of the PowerShellGet commands.
I’ve changed the Scope from “AllUsers” to “CurrentUser” in this Article - with that you don’t need to Run PowerShell as Administrator anymore.
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 12.3.0 The Release Notes contains a lot of updates
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
Hi All,
A day ago, Microsoft has released the Microsoft.Online.SharePoint.PowerShell 16.0.25221.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
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.
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
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.
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