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.81 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? I am using the new PSResourceGet here instead of the PowerShellGet commands.
Hi All,
Today i’ve noticed, that there is a new PowerShell 7 Version available.
You can Download it from here: v7.3.9 Release of PowerShell
Release notes:
Bump .NET 7 to version 7.0.403 Use correct agent pool for downloading from Azure blob Remove a timeout value from ADO pipeline stage to resolve a syntax issue Update .NET 7 and manifests Add SBOM for release pipeline Increase timeout when publishing packages to pacakages.
Hi All,
Today i noticed that Microsoft has released the MicrosoftTeams PowerShell Module 5.7.1 to the PowerShell Gallery.
PowerShell Gallery MicrosoftTeams 5.7.1
Read more details in the Release Notes
I am using the new PSResourceGet here instead of the PowerShellGet commands.
Check installed Module and what’s available in the PowerShell Gallery
Get-InstalledPSResource MicrosoftTeams -Scope AllUsers Find-PSResource MicrosoftTeams Uninstall the old Module and install the newest Module
Uninstall-PSResource MicrosoftTeams -Scope AllUsers Install-PSResource MicrosoftTeams -Scope AllUsers Get-InstalledPSResource MicrosoftTeams -Scope AllUsers Checking the Missing Command
Hi All,
Just a few Hours ago, Microsoft has released the Version 2.8.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules.
PowerShell Gallery Microsoft.Graph 2.8.0
PowerShell Gallery Microsoft.Graph.Beta 2.8.0
Read more in the Release Notes
Refreshes the SDK with the latest APIs Adds documentation for Authentication cmdlets Fixes missing cmdlets/API path in 2.7.0 (now unlisted) Fixes translation of /me to /users/{user-id} for Find-MgGraphCommand Updates examples I am using the new PSResourceGet here instead of the PowerShellGet commands.
Hi All,
Just a few Hours ago, Microsoft has released the MicrosoftTeams PowerShell Module 5.7.0 to the PowerShell Gallery.
PowerShell Gallery MicrosoftTeams 5.7.0
Read more details in the Release Notes
I am using the new PSResourceGet here instead of the PowerShellGet commands.
Check installed Module and what’s available in the PowerShell Gallery
Get-InstalledPSResource MicrosoftTeams -Scope AllUsers Find-PSResource MicrosoftTeams Uninstall the old Module and install the newest Module
Uninstall-PSResource MicrosoftTeams -Scope AllUsers Install-PSResource MicrosoftTeams -Scope AllUsers Get-InstalledPSResource MicrosoftTeams -Scope AllUsers Some basic testing
Hi All,
Recently i have learned that the MSAL.PS PowerShell Module has been archived.
GitHub MSAL.PS GitHub PSMSALNet Module PowerShell Gallery https://www.powershellgallery.com/packages/PSMSALNet I am using the new PSResourceGet here instead of the PowerShellGet commands.
Find the PSMSALNet PowerShell Module in the PowerShell Gallery.
Import-Module Microsoft.PowerShell.PSResourceGet Find-PSResource PSMSALNet Install the Module
Install-PSResource PSMSALNet -Scope AllUsers Get-InstalledPSResource PSMSALNet -Scope AllUsers List all Commands of the Module
Get-Command -Module PSMSALNet Here i declare the Variables that are used in all Scripts
Hi All,
The sucessor of PoewrShellGet is called PSResourceGet is GA and the Version 1.0.0 has been released a few days ago.
PowerShell Gallery Microsoft.PowerShell.PSResourceGet 1.0.0 To Install the new Module use the Commands below
Find-Module Microsoft.PowerShell.PSResourceGet Install-Module Microsoft.PowerShell.PSResourceGet Get-InstalledModule Microsoft.PowerShell.PSResourceGet List the Commands of the new Module
Get-Command -Module Microsoft.PowerShell.PSResourceGet Set PSGallery to Trusted
Get-PSResouceRepository Set-PSResouceRepository -Name PSGallery -Trusted Get-PSResouceRepository The Commands for finding Modules in PowerShell Gallery and Installed Modules are quite similar to what i am used to.
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.
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
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.