Hi All,
Two days ago, Microsoft has released the Preview5 of the Microsoft.PowerShell.PSResourceGet PowerShell Module.
Powershell Gallery Microsoft.PowerShell.PSResourceGet 1.2.0-preview5 You can check the Release Notes
PowerShell 5 Check the Module Path
$Env:PSModulePath.Split(";") I’ve simply deleted the Microsoft.PowerShell.PSResourceGet Folder in Windows Explorer - because there is no “Scope” Parameter in the Uninstall-Module command
Installing the PSResourceGet with Install-Module
Install-Module -Name Microsoft.PowerShell.PSResourceGet -Scope CurrentUser -AllowPrerelease Get-InstalledPSResource -Name Microsoft.PowerShell.PSResourceGet -Scope CurrentUser Uninstalling a Module under PowerShell 5 still fails - like in Preview4
Hi All,
A few Hors ago, Microsoft has released the Version 2.33.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules.
PowerShell Gallery Microsoft.Graph 2.33.0 PowerShell Gallery Microsoft.Graph.Beta 2.33.0 No Release Notes have been published but you can review the Commit History
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.Graph -Scope CurrentUser Get-InstalledPSResource -Name Microsoft.Graph.Beta -Scope CurrentUser Find-PSResource -Name Microsoft.
Hi All,
Yesterday, a new Version of the AZ (Azure) PowerShell Module has been released to PowerShell Gallery.
PowerShell Gallery Az 15.1.0 GitHub Release Notes Az 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
Uninstall-PSResource AZ -Scope CurrentUser -SkipDependencyCheck Uninstall-PSResource AZ.* -Scope CurrentUser -SkipDependencyCheck In the last few weeks i’ve noticed that uninstalling some Modules seems to have Problems.
Hi All,
A few Months ago i saw, that the recommendation for New-ApplicationAccessPolicy has changed.
App Access Policies are replaced by Role Based Access Control for Applications. To learn more, see Role Based Access Control for Exchange Applications. Don’t create new App Access Policies as these policies will eventually require migration to Role Based Access Control for Applications.
In Github you can see that the Change has been Published in August
Hi All,
Recently i did get a lot of Mails from Microsoft, to update the exension bundle for my Azure Functions.
The following Microsoft Learn Website shows the supported Versions of the Extension Bundle
Azure Functions extension bundles Sadly the Upgrade extension bundles does not give any advice how to do that excactly nor a Script or commands that would update it 🙁
Using the Azure Portal, i can see that there is a Notification on the Azure Function for the Extension Bundle
Hi All,
A day ago, Microsoft has released the Microsoft.Online.SharePoint.PowerShell 16.0.26712.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,
This Week, Microsoft has annouced the Public Preview of Exchange Online Admin API.
Announcing Public Preview: Exchange Online Admin API It’s a REST based API, specifically designed to help organizations migrate away from EWS for specific Exchange admin scenarios and modernize automation workflows over HTTPS.
Keep in Mind the Deprecation of Exchange Web Services in Exchange Online October 2026 Capabilities available in Public Preview The Admin API Public Preview includes 6 endpoints.
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 15.0.0 GitHub Release Notes Az 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
Uninstall-PSResource AZ -Scope CurrentUser -SkipDependencyCheck Uninstall-PSResource AZ.* -Scope CurrentUser -SkipDependencyCheck In the last few weeks i’ve noticed that uninstalling some Modules seems to have Problems.
Hi All,
Just a few hours ago, Microsoft has released a new Version of MSIdentityTools PowerShell Module
Note that this Module requires PowerShell 7
PowerShell Gallery MSIdentityTools 2.7.0 Some insights via GitHub CommitLog - as you can see there is also a Pull Request from me that has been accepted
Let’s check what Version is installed and what’s available from the PowerShell Gallery
Get-InstalledPSResource -Name MSIdentityTools -Scope CurrentUser Find-PSResource -Name MSIdentityTools Uninstall old Module and install new Module
Hi All,
I’ts already a month since the Release of AIShell v1.0.0-preview.8. Finally i had time to upgrade to the latest AI Shell.
v1.0.0-preview.8 Release of AIShell Install or upgrade with the following PowerShell command
Invoke-Expression "& { $(Invoke-RestMethod 'https://aka.ms/install-aishell.ps1') }" Start the AI Shell in Windows Terminal
Start-AIShell Now connected with tze Azure AI Agent
Regards
Andres Bohren
PowerShell Logo