Hi All,
A few hours ago, Microsoft has released the MicrosoftTeams PowerShell Module 7.2.0 to the PowerShell Gallery.
PowerShell Gallery MicrosoftTeams 7.2.0
Read more details in the Release Notes
Adds EffectivePolicyAssignments attribute to Get-CsOnlineUser cmdlet. This attribute is currently supported only in commercial environments. Fixes issues with AccountType parameter (SfbOnPremUser & IneligibleUser values) in the Get-CsOnlineUser cmdlet. I am using the new PSResourceGet here instead of the PowerShellGet commands.
Check installed Module and what’s available in the PowerShell Gallery
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 14.2.0 GitHub Release Notes Az There are a number of changes described here
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 AZ -Scope CurrentUser Find-PSResource -Name AZ Uninstall the old Modules
Hi All,
Just a few hours ago, Microsoft has released the Microsoft.Online.SharePoint.PowerShell 16.0.26211.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 -Name Microsoft.Online.SharePoint.PowerShell -Scope CurrentUser Find-PSResource -Name Microsoft.Online.SharePoint.PowerShell Uninstall the old Version and install the new Version of the Module
Uninstall-PSResource -Name Microsoft.Online.SharePoint.PowerShell -Scope CurrentUser In the last few weeks i’ve noticed that uninstalling some Modules seems to have Problems.
Hi All,
Today i saw, that there is a new Preview Version of Microsoft.PowerShell.PSResourceGet
PSGallery Microsoft.PowerShell.PSResourceGet 1.2.0-preview1 Release Notes:
New Features
Dependency support for PSResources in v3 repositories Bug Fix
Updated dependencies and added connection timeout to improve CI tests reliability Improvements in ContainerRegistry repositories in listing repository catalog Wildcard attribute added to -Repository parameter of Install-PSResource I am using the new PSResourceGet here instead of the PowerShellGet commands.
Show installed Versions and what’s available in PowerShell Gallery.
Hi All,
Today i’ve noticed, that there is a new PowerShell 7 Version available. Currently i have PowerShell 7.5.installed.
It’s not immediately available via WinGet or the Microsoft Store, but you can download the installer and ZIP version from GitHub today.
Release Notes and Download: v7.5.2 Release of PowerShell
Engine Updates and Fixes
Move .NET method invocation logging to after the needed type conversion is done for method arguments General Cmdlet Updates and Fixes
Hi All,
Until now, I did believe, that some properties from synchronized Objects from On-Prem to Entra ID like Emailaddresses and HideFromAddressLists can only be changed on the Source in Active Directory.
I discovered that you could change the HideFromAddressLists property for synced MailUsers in Exchange Online EAC and EXO Powershell.
User Mailbox If you look at a syncronized User Mailbox in Exchange Admin Center the “Hide from global address list (GAL)” is greyed out and can not be changed.
Hi All,
In this Blog Article i show you how to list the SharePoin Online Embedded containers.
SharePoint Online Admin Center Let’s have a view in SharePoint Online Admin Center Active Containers
PowerShell To use the Microsoft.Online.SharePoint.PowerShell in PowerShell 7 you need to use the Parameter -UseWindowsPowerShell in Import-Module.
#Import Sharepoint Online Powershell Module in Powershell 7 Import-Module Microsoft.Online.SharePoint.PowerShell -UseWindowsPowerShell -WarningAction SilentlyContinue Connect-SPOService -Url https://icewolfch-admin.sharepoint.com These are the ID’s of the two Container Types
Hi All,
A few days ago, Microsoft has released a new Version of the WhiteboardAdmin PowerShell Module to the PowerShell Gallery.
PowerShell Gallery WhiteboardAdmin 1.13.6 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,
I’ve heard about the AIShell on the MVPSummit back in March 2025 for the first time.
The release of AI Shell Preview 4 and the Blog Article released inspired me to write this Blog Article.
AI Shell Preview 4 Release!
Prerequisites Windows 11 21H2 or higher Windows Terminal v1.19 or higher Azure CLI version 2.30.0 or higher installed and signed in to the allowed tenant PSRealdline 2.4.2-beta2 Let’s check the Azure CLI
Hi All,
A few days ago, Microsoft has released a new Version of the WhiteboardAdmin PowerShell Module to the PowerShell Gallery.
PowerShell Gallery WhiteboardAdmin 1.13.5 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