PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.24322.12000 released

PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.24322.12000 released

Andres Bohren
Hi All, Yesterday Microsoft has released the Microsoft.Online.SharePoint.PowerShell 16.0.24322.12000 PowerShell Module to the PowerShell Gallery Microsoft.Online.SharePoint.PowerShell I am using the new PSResourceGet here instead of the PowerShellGet commands. Check the installed Version and what is available from the PowerShell Gallery Get-InstalledPSResource Microsoft.Online.SharePoint.PowerShell -Scope AllUsers Find-PSResource Microsoft.Online.SharePoint.PowerShell Uninstall the old Version and install the new Version of the Module Uninstall-PSResource Microsoft.Online.SharePoint.PowerShell -Scope AllUsers Install-PSResource Microsoft.Online.SharePoint.PowerShell -Scope AllUsers Get-InstalledPSResource Microsoft.Online.SharePoint.PowerShell -Scope AllUsers List the Commands of the Module
PowerToys v0.76.1 released

PowerToys v0.76.1 released

Andres Bohren
Hi All, I noticed that Microsoft has released a new Version of PowerToys. In the Main Window click on “Install now” The Release notes can be found here Release v0.76.1 Installation in Progress What’s new Updated PowerToys Regards Andres Bohren Windows Logo
Microsoft Defender for Office 365 Recommended Configuration Analyzer (ORCA) 2.8.1 released

Microsoft Defender for Office 365 Recommended Configuration Analyzer (ORCA) 2.8.1 released

Andres Bohren
Hi All, Yesterday a new Version of the “Microsoft Defender for Office 365 Recommended Configuration Analyzer” (ORCA) PowerShell Module has been released. PowerShell Gallery ORCA 2.8.1 According to GitHub Milestones the latest Update seems to fix an issue with the SPF Record I am using the new PSResourceGet here instead of the PowerShellGet commands. Show installed Versions and what’s available in PowerShell Gallery Get-InstalledPSResource ORCA -Scope AllUsers Find-PSResource ORCA Uninstall the old Module and install the newest Version.
Git for Windows 2.42.0

Git for Windows 2.42.0

Andres Bohren
Hi All, Today i have realized, that git 2.43 has been released already on November 22 2023. Read the Blog post here: Highlights from Git 2.43 Git 2.43 Release Notes Let’s have a look at the installed version git -v to update use the command below (cmd must be started “As Administrator”) git update-git-for-windows This will download and start the update installer Let’s check the git version after the update
Azure PowerShell Module AZ 11.1.0 released

Azure PowerShell Module AZ 11.1.0 released

Andres Bohren
Hi All, Yesterday, a new major Version of the AZ (Azure) PowerShell Module has been released to PowerShell Gallery. PowerShell Gallery Az 11.1.0 A lot of news in the Release Notes Release Notes I am using the new PSResourceGet here instead of the PowerShellGet commands. Show installed Versions and what’s available in PowerShell Gallery Get-InstalledPSResource AZ -Scope AllUsers Find-PSResource AZ Uninstall the old Modules and install the current Modules Uninstall-PSResource AZ -Scope AllUsers Uninstall-PSResource AZ.
Microsoft Teams 5.8.1 Preview Managed Identity support for *-cs cmdlets

Microsoft Teams 5.8.1 Preview Managed Identity support for *-cs cmdlets

Andres Bohren
Hi All, Microsoft has releaseed the MicrosoftTeams 5.8.1 Preview Module PowerShell Gallery MicrosoftTeams 5.8.1-preview Release Notes 5.8.1-preview* (The project - MicrosoftTeams contains changes till this release) Adds support for managed identity based auth for *-Cs cmdlets using -Identity parameter in Connect-MicrosoftTeams. Few cmdlets that don’t support application-based authentication are not supported for this as well. This is very exiting. Back in August i tried to use MicrosoftTeams on Azure Automation with the Managed Identity.
Microsoft Defender for Office 365 Recommended Configuration Analyzer (ORCA) 2.8.0 released

Microsoft Defender for Office 365 Recommended Configuration Analyzer (ORCA) 2.8.0 released

Andres Bohren
Hi All, Yesterday a new Version of the “Microsoft Defender for Office 365 Recommended Configuration Analyzer” (ORCA) PowerShell Module has been released. PowerShell Gallery ORCA 2.8.0 According to GitHub Milestones the latest Update seems to fix six issues I am using the new PSResourceGet here instead of the PowerShellGet commands. Show installed Versions and what’s available in PowerShell Gallery Get-InstalledPSResource ORCA -Scope AllUsers Find-PSResource ORCA Uninstall the old Module and install the newest Version.
PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.24308.12000 released

PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.24308.12000 released

Andres Bohren
Hi All, Yesterday Microsoft has released the Microsoft.Online.SharePoint.PowerShell 16.0.24308.12000 PowerShell Module to the PowerShell Gallery Microsoft.Online.SharePoint.PowerShell I am using the new PSResourceGet here instead of the PowerShellGet commands. Check the installed Version and what is available from the PowerShell Gallery Get-InstalledPSResource Microsoft.Online.SharePoint.PowerShell -Scope AllUsers Find-PSResource Microsoft.Online.SharePoint.PowerShell Uninstall the old Version and install the new Version of the Module Uninstall-PSResource Microsoft.Online.SharePoint.PowerShell -Scope AllUsers Install-PSResource Microsoft.Online.SharePoint.PowerShell -Scope AllUsers Get-InstalledPSResource Microsoft.Online.SharePoint.PowerShell -Scope AllUsers List the Commands of the Module
Microsoft Graph CLI v1.0.0 is now GA

Microsoft Graph CLI v1.0.0 is now GA

Andres Bohren
Hi All, A few days ago Microsoft has released Microsoft Graph CLI v1.0.0 as GA Blog Microsoft Graph CLI v1.0.0 is now generally available Downloads Windows: https://aka.ms/get/graphcli/latest/win-x64.zip Linux: https://aka.ms/get/graphcli/latest/linux-x64.zip macOS xarm64: https://aka.ms/get/graphcli/latest/osx-arm64.zip macOS x64: https://aka.ms/get/graphcli/latest/osx-x64.zip The Download is a ZIP File that contains the mgc.exe I’ve extracted the mgc.exe to C:\GraphCLI Login .\mgc.exe login You need to open the device Login Page in the Browser and add the Code from the Promt
Keep Track of new ServicePlans in M365 Licenses

Keep Track of new ServicePlans in M365 Licenses

Andres Bohren
Hi All, During the last couple Months, there have been several M365 Licenses added and activated for all Users. For Example: Avatars for Teams Copilot (formerly known as Bing Chat Enterprise) Clipchamp I was thinking about, how to Monitor the Licenses in the Tenant for new ServicePlans associated to the Licences. So i decided to add the ServicePlans to the Script i’ve already had #Connect-MgGraph Write-Output "Connect-MgGraph" Connect-MgGraph -Scopes User.ReadWrite.All, Directory.