POWERSHELL

ExchangeOnlineManagement 3.4.0 released as GA

ExchangeOnlineManagement 3.4.0 released as GA

Andres Bohren
Hi All, Yesterday a new PowerShell Module for Exchange Online has been released. PowerShell Gallery ExchangeOnlineManagement 3.4.0 Release Notes: Bug fixes in Connect-ExchangeOnline, Get-EXORecipientPermission and Get-EXOMailboxFolderPermission. Support to use Constrained Language Mode (CLM) using SigningCertificate parameter. Check installed Module and what’s available from the PowerShell Gallery Get-InstalledModule ExchangeOnlineManagement Find-Module ExchangeOnlineManagement Uninstall the old Module and install the new one Uninstall-Module ExchangeOnlineManagement -Force Install-Module ExchangeOnlineManagement Get-InstalledModule ExchangeOnlineManagement Some basic testing Connect-ExchangeOnline Get-Mailbox -Identity a.
MSOnline Powershell Module 1.1.183.80 released

MSOnline Powershell Module 1.1.183.80 released

Andres Bohren
Hi All, Yesterday a new Version of the MSOnline PowerShell Module has been released. Sadly there is no Information availabe what has been changed. PowerShell Gallery MSOnline 1.1.183.80 It’s a little bit surprising to see updates on such an old Module that has seen it’s last change almost two years ago and will be depreciated on March 30 2024. What’s deprecated in Microsoft Entra ID? Check the PowerShell Module that is installed and what is available from the PowerShell Gallery
PowerShell 7.3.8 released

PowerShell 7.3.8 released

Andres Bohren
Hi All, Today i’ve noticed, that there is a new PowerShell 7 Version available. You can Download it from here: v7.3.8 Release of PowerShell Release notes: Security Fixes Block getting help from network locations in restricted remoting sessions (Internal 27698) Build and Packaging Improvements Build infrastructure maintenance I’ve downloaded the *.msi File and here are the Screenshots from the Installation As always i enabled “Enable PowerShell Remoting” And here is the Result.
Microsoft.Graph PowerShell Modules 2.7.0 released

Microsoft.Graph PowerShell Modules 2.7.0 released

Andres Bohren
Hi All, Just a few Hours ago, Microsoft has released the Version 2.7.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules. PowerShell Gallery Microsoft.Graph 2.7.0 PowerShell Gallery Microsoft.Graph.Beta 2.7.0 Read more in the Release Notes Refreshes SDK with the latest APIs Updates examples in Translates /me to /users/{user-id} Documentation enhancement for Authentication cmdlets Adds missing description, synopsis and examples for handwritten authentication cmdlets Show installed Versions and what’s available in PowerShell Gallery Get-InstalledModule Microsoft.
PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.24120.12000 released

PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.24120.12000 released

Andres Bohren
Hi All, A few days ago, Microsoft has released the Microsoft.Online.SharePoint.PowerShell 16.0.24120.12000 PowerShell Module. PowerShell Gallery Microsoft.Online.SharePoint.PowerShell Check the installed Version and what is available from the PowerShell Gallery Get-InstalledModule Microsoft.Online.SharePoint.PowerShell Find-Module Microsoft.Online.SharePoint.PowerShell Uninstall the old Version and install the new Version of the Module Uninstall-Module Microsoft.Online.SharePoint.PowerShell Install-Module Microsoft.Online.SharePoint.PowerShell Get-InstalledModule Microsoft.Online.SharePoint.PowerShell List the Commands of the Module Get-Command -Module Microsoft.Online.SharePoint.PowerShell Connect to Sharepoint Online Connect-SPOService -Url https://icewolfch-admin.sharepoint.com Get some Settings
Azure PowerShell Module Az 10.4.1 released

Azure PowerShell Module Az 10.4.1 released

Andres Bohren
Hi All, Just a few Hours ago, a new Version of the AZ (Azure) PowerShell Module has been released to PowerShell Gallery. PowerShell Gallery Az 10.4.1 A lot of news in the Release Notes Release Notes Reverted commits that caused regression in ‘Get-AzRoleAssignment’ Show Installed AZ Module and what’s available in the PowerShell Gallery Get-InstalledModule AZ Find-Module AZ I’ve created a Script to uninstall all AZ.* Modules and install the newest ones.
Azure PowerShell Module Az 10.4.0 released

Azure PowerShell Module Az 10.4.0 released

Andres Bohren
Hi All, Just a few Hours ago, a new Version of the AZ (Azure) PowerShell Module has been released to PowerShell Gallery. PowerShell Gallery Az 10.4.0 A lot of news in the Release Notes Release Notes Show Installed AZ Module and what’s available in the PowerShell Gallery Get-InstalledModule AZ Find-Module AZ I’ve created a Script to uninstall all AZ.* Modules and install the newest ones. It can be run directly from your PowerShell.
Microsoft.Graph PowerShell Modules 2.6.1 released

Microsoft.Graph PowerShell Modules 2.6.1 released

Andres Bohren
Hi All, Yesterday Microsoft has released Microsoft.Graph 2.6.0. Soon after the release i installed and tested the new Module. I found out that it had issues and was broken. Reported it via GitHub Issue. Two hours later the Issue was closed with the notice that a new release 2.6.1 is under way. This Morning i saw that the new Version was available in the PowerShell Gallery and the broken Version 2.
Microsoft.Graph PowerShell Modules 2.6.0 released

Microsoft.Graph PowerShell Modules 2.6.0 released

Andres Bohren
Hi All, Just a few Hours ago, Microsoft has released the Version 2.6.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules. Note: Don’t install the Microsoft.Graph Powershell Modules 2.6.0. They are broken. See the Screenshots at the End of the Article. PowerShell Gallery Microsoft.Graph 2.6.0 PowerShell Gallery Microsoft.Graph.Beta 2.6.0 Read more in the Release Notes Refreshes the SDK with the latest APIs Adds support for windowsQualityUpdateProfile API Adds support for partner information API Updates examples Show installed Versions and what’s available in PowerShell Gallery
MSCommerce PowerShell Module 1.10

MSCommerce PowerShell Module 1.10

Andres Bohren
Hi All, Today i have noticed, that there is a new MSCommerce PowerShell Module available from the PowerShell Gallery. I didn’t notice that they revoked MSCommerce 1.10. But i am glad, that the new Version has fixed the Output. PowerShell Gallery MSCommerce 1.10 Check the installed Module and what’s available in the PowerShell Gallery Get-Module MSCommerce -ListAvailable Find-Module MSCommerce Let’s uninstall the old Module and install the newest one from PowerShell Gallery