PowerShell

PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.24810.12000 released

PowerShell Module Microsoft.Online.SharePoint.PowerShell 16.0.24810.12000 released

Andres Bohren
Hi All, A few hours ago, Microsoft has released the Microsoft.Online.SharePoint.PowerShell 16.0.24810.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 Microsoft.Online.SharePoint.PowerShell -Scope CurrentUser 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 CurrentUser Install-PSResource Microsoft.Online.SharePoint.PowerShell -Scope CurrentUser Get-InstalledPSResource Microsoft.Online.SharePoint.PowerShell -Scope CurrentUser List the Commands of the Module
Microsoft.Graph PowerShell Modules 2.18.0 released

Microsoft.Graph PowerShell Modules 2.18.0 released

Andres Bohren
Hi All, A few Hors ago, Microsoft has released the Version 2.18.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules. PowerShell Gallery Microsoft.Graph 2.18.0 PowerShell Gallery Microsoft.Graph.Beta 2.18.0 Release Notes [v2] Weekly OpenApiDocs Refresh [v2] Examples Update Bump Azure.Identity from 1.10.3 to 1.11.0 in /src/Authentication/Authentication.Core by @dependabot Orders permissions based on least privilege property value (True or false) Add issue templating using issue forms Adds permissions type Restricts escaping of special characters to path segments only when using Invoke-MgGraphRequest and bumps Azure.
List FIDO2 Keys and AAGUID for all Users with Microsoft Graph

List FIDO2 Keys and AAGUID for all Users with Microsoft Graph

Andres Bohren
Hi All, While looking into Enable passkeys in Microsoft Authenticator (preview) i figured, it is a good Idea tho have a List of FIDO2 AAGUID’s of all Users if enabled. This Article shows you how to Export the FIDO2 Keys and the AAGUID of all Users in a M365 Tenant. During my research i also found some AAGUID Lists on the Internet YubiKey Hardware FIDO2 AAGUIDs FIDO2 AAGUID lists Passkey Provider AAGUIDs Here you can see a registered FIDO2 Key in the M365 Security Info
Entra Connect Sync 2.3.8 released

Entra Connect Sync 2.3.8 released

Andres Bohren
Hi All, Somehow i did miss, that there was an Update for Entra Connect Sync (Azure Active Directory Connect) from early April. It’s for download only, so no Automatic Update. Microsoft Entra Connect: Version release history Download Microsoft Entra Connect It’s still a bit a mess with the Product Names. The Product Name is “Microsoft Entra Connect Sync” but you download “Azure ADConnect.msi”. Installation I’ve downloaded the MSI and here are the Installation Screenshots
PowerShell 7.4.2 released

PowerShell 7.4.2 released

Andres Bohren
Hi All, Today i’ve noticed, that there is a new PowerShell 7 Version available. You can Download it from here: v7.4.2 Release of PowerShell Release notes: General Cmdlet Updates and Fixes Revert “Adjust PUT method behavior to POST one for default content type in WebCmdlets” (#21049) Fix regression with Get-Content when -Tail 0 and -Wait are both used (#20734) (Thanks @CarloToso!) Fix Get-Error serialization of array values (#21085) (Thanks @jborean93!) Fix a regression in Format-Table when header label is empty (#21156) Engine Updates and Fixes
Deploy MTA-STS with PS.MTA-STS PowerShell Module

Deploy MTA-STS with PS.MTA-STS PowerShell Module

Andres Bohren
Hi All, I’ve explained how “Mail Transfer Agent Strict Transport Security (MTA-STS)” works in this Article Mail Transfer Agent Strict Transport Security (MTA-STS) PS.MTA-STS A Month ago, the PS.MTA-STS PowerShell Module was announced on the Exchange Team Blog Introducing PS.MTA-STS: a PowerShell module to enhance mail flow security with MTA-STS Today a new Version has been released PowerShell Gallery PS.MTA-STS 1.2.0 I’ve tested the Module back then and contacted Jamy Klotzsche and worked with him to improve the Module on GitHub PS.
MSCommerce PowerShell Module 2.3 released

MSCommerce PowerShell Module 2.3 released

Andres Bohren
Hi All, Just a few Minutes ago, Microsoft has released a new Version of the MSCommerce PowerShell Module to the PowerShell Gallery. PowerShell Gallery MSCommerce 2.3 I also noticed, that they removed all other Versions from the PowerShell Gallery I am using the new PSResourceGet here instead of the PowerShellGet commands. List installed Module and what’s available from the PowerShell Gallery Get-InstalledPSResource MSCommerce -Scope AllUsers Find-PSResource MSCommerce Uninstall the old Module and install the new PowerShell Module
Microsoft.Graph PowerShell Modules 2.17.0 released

Microsoft.Graph PowerShell Modules 2.17.0 released

Andres Bohren
Hi All, A few Hors ago, Microsoft has released the Version 2.17.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules. PowerShell Gallery Microsoft.Graph 2.17.0 PowerShell Gallery Microsoft.Graph.Beta 2.17.0 Release Notes [v2] Weekly OpenApiDocs Refresh [v2] Examples Update Makes Set-MgUserPhotoContent compatible with both PS Core and PS Desktop I am using the new PSResourceGet here instead of the PowerShellGet commands. I’ve changed the Scope from “AllUsers” to “CurrentUser” in this Article - with that you don’t need to Run PowerShell as Administrator anymore.
Microsoft.PowerShell.PSResourceGet 1.0.4.1 released

Microsoft.PowerShell.PSResourceGet 1.0.4.1 released

Andres Bohren
Hi All, Already a few Months back i wrote an Article about the Sucessor of PowerShellGet called PSResourceGet. Today i noticed that there has been released a new Version PowerShell Gallery Microsoft.PowerShell.PSResourceGet 1.0.4.1 Looking at the Release Notes, there has been some Fixes regarding Packaging Check what Version is Installed and what Version is available in the PowerShell Gallery Get-InstalledPSResource Microsoft.PowerShell.PSResourceGet Find-PSResource Microsoft.PowerShell.PSResourceGet Install new Module - as you can see now both Versions are installed
MicrosoftTeams PowerShell Module 6.1.0 released

MicrosoftTeams PowerShell Module 6.1.0 released

Andres Bohren
Hi All, Just a few Hours ago, Microsoft has released the MicrosoftTeams PowerShell Module 6.1.0 to the PowerShell Gallery. PowerShell Gallery MicrosoftTeams 6.1.0 Read more details in the Release Notes. I am using the new PSResourceGet here instead of the PowerShellGet commands. Check installed Module and what’s available in the PowerShell Gallery Get-InstalledPSResource MicrosoftTeams -Scope CurrentUser Find-PSResource MicrosoftTeams Uninstall the old Module and install the newest Module Uninstall-PSResource MicrosoftTeams -Scope CurrentUser Install-PSResource MicrosoftTeams -Scope CurrentUser Get-InstalledPSResource MicrosoftTeams -Scope CurrentUser Some basic testing