Hi All,
A few hours ago, Microsoft has released a new Version of the Microsoft.Graph PowerShell Module.
Apparently it covers the latest API version and a minor fix.
Microsoft.Graph 1.15.0
Release Notes
Let’s check the installed Version and what’s available on the PowerShell Gallery
Get-InstalledModule Microsoft.Graph Find-Module Microsoft.Graph To install the newest Version of the PowerShell Modules and also uninstalling the old Versions, you can use my GitHub Script. It takes a while until all Modules are installed.
Hi All,
Microsoft has released the AZ 9.1.0 PowerShell Module to the PowerShell Gallery this Morning.
Az 9.1.0 Show Installed AZ Module and what’s available in the PowerShell Gallery
Get-InstalledModule AZ -AllVersions Find-Module AZ To uninstall all the old Modules and install the new Modules i have written a PowerShell Script that is published at my GitHub Repo.
#Run Script directly from GitHub $ScriptFromGitHub = Invoke-WebRequest "https://raw.githubusercontent.com/BohrenAn/GitHub\_PowerShellScripts/main/Azure/Cleanup-AZModules.ps1" Invoke-Expression $($ScriptFromGitHub.Content) The AZ Module is just a Wrapper Module for all AZ* Modules
Hi All,
Just a few Hours ago, Microsoft has released the MicrosoftTeams PowerShell Module 4.9.0 to the PowerShell Gallery.
MicrosoftTeams 4.9.0 Microsoft Teams PowerShell Release Notes Check installed Module and what’s available in the PowerShell Gallery
Get-InstalledModule MicrosoftTeams -AllVersions Find-Module MicrosoftTeams As i have two Modules installed i have to uninstall both and then install the current Version of the MicrosoftTeams PowerShell Module
Uninstall-Module MicrosoftTeams Uninstall-Module MicrosoftTeams Install-Module MicrosoftTeams Testing
Hi All,
Some days ago, Microsoft has released a new Version of the Microsoft.Online.SharePoint.PowerShell Module to the PowerShell Gallery.
Microsoft.Online.SharePoint.PowerShell 16.0.23019.12000 Check what Module Version is installed and what’s available from the PowerShell Gallery
Get-InstalledModule Microsoft.Online.SharePoint.PowerShell Find-Module Microsoft.Online.SharePoint.PowerShell Uninstall the old Module and install the new Version
Uninstall-Module Microsoft.Online.SharePoint.PowerShell Install-Module Microsoft.Online.SharePoint.PowerShell Get-InstalledModule Microsoft.Online.SharePoint.PowerShell Regards
Andres Bohren
Hi All, A few hours ago, Microsoft has released a new Version of the Microsoft.Graph PowerShell Module. Apparently it covers the latest API version and some minor fixe Microsoft.Graph 1.14.0
https://www.powershellgallery.com/packages/Microsoft.Graph/1.14.0 1.14.0 Release Notes
https://github.com/microsoftgraph/msgraph-sdk-powershell/releases Let's check the installed Version and what's available on the PowerShell Gallery
Get-InstalledModule Microsoft.Graph Find-Module Microsoft.Graph To install the newest Version of the PowerShell Modules and also uninstalling the old Versions, you can use my GitHub Script.
Hi All, Yesterday a new Version of PowerShell 7 stable has been released. Today when i started PowerShell, i saw the following Notice on my Screen.
v7.2.7 Release of PowerShell
https://github.com/PowerShell/PowerShell/releases/tag/v7.2.7
After the Download i installed the MSI.
As always i added the "Enable PowerShell remoting"
Regards Andres Bohren
Hi All, Less than a Week ago, Microsoft has released AZ PowerShell 9.0.0. Now they have again released a new Version 9.0.1. According to the Release Notes there are some breaking Changes and some newer API Versions included.
Az 9.0.1
https://www.powershellgallery.com/packages/AZ/9.0.1
Azure PowerShell release notes
https://learn.microsoft.com/en-us/powershell/azure/release-notes-azureps?view=azps-9.0.1
Show Installed AZ Module and what's available in the PowerShell Gallery Get-InstalledModule AZ -AllVersions Find-Module AZ
To uninstall all the old Modules and install the new Modules i have written a PowerShell Script that is published at my GitHub Repo.
Hi All, A few hours ago, Microsoft has released a new Version of the Microsoft.Graph PowerShell Module. Apparently it covers the latest API version and some minor fixe Microsoft.Graph 1.13.0
https://www.powershellgallery.com/packages/Microsoft.Graph/1.13.0 1.13.0 Release Notes
https://github.com/microsoftgraph/msgraph-sdk-powershell/releases
Let's check the installed Version and what's available on the PowerShell Gallery
Get-InstalledModule Microsoft.Graph Find-Module Microsoft.Graph To install the newest Version of the PowerShell Modules and also uninstalling the old Versions, you can use my GitHub Script.
Hi All, Today Microsoft has released AZ PowerShell Module 9.0.0.
Az 9.0.0
https://www.powershellgallery.com/packages/AZ/9.0.0
Migration Guide for Az 9.0.0
https://learn.microsoft.com/en-us/powershell/azure/migrate-az-9.0.0?view=azps-8.3.0
Show Installed AZ Module and what's available in the PowerShell Gallery
Get-InstalledModule AZ -AllVersions Find-Module AZ
AZ is just a Wrapper Module that contains a lot of other Modules Get-InstalledModule AZ*
To uninstall all the old Modules and install the new Modules i have written a PowerShell Script that is published at my GitHub Repo.
Hi All, Just a few hours ago, Microsoft has released the MicrosoftTeams PowerShell Module 4.8.0 to the PowerShell Gallery.
MicrosoftTeams 4.8.0
https://www.powershellgallery.com/packages/MicrosoftTeams/4.8.0
Microsoft Teams PowerShell Release Notes
https://learn.microsoft.com/en-us/MicrosoftTeams/teams-powershell-release-notes
Check installed Module and what's available in the PowerShell Gallery
Get-InstalledModule MicrosoftTeams -AllVersions Find-Module MicrosoftTeams
As i have two Modules installed i have to uninstall both and then install the current Version of the MicrosoftTeams PowerShell Module
Uninstall-Module MicrosoftTeams Uninstall-Module MicrosoftTeams Install-Module MicrosoftTeams Testing