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
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
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.
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
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.
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.
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.
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
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
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.