Microsoft365

THREAT_INTELLIGENCE License appeared in M365 Tenant

THREAT_INTELLIGENCE License appeared in M365 Tenant

Andres Bohren
Hi All, This Week i received a Mail that a new Service Plan has addet to my Tenant. Seems that my Azure Automation Runbook Keep Track of new ServicePlans in M365 Licenses finally pays out. Let’s have a closer look #Connect-MgGraph Write-Output "Connect-MgGraph" Connect-MgGraph -Scopes User.ReadWrite.All, Directory.ReadWrite.All -NoWelcome #Array with all needed Properties using PSCustomObject Write-Output "Create PSCustomObject" $ArraySKUS = @() $SKUS = Get-MgSubscribedSku Foreach ($SKU in $SKUS) { #$ArraySKU = @() $AppliesTo = $SKU.
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.
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.
MSCommerce PowerShell Module 2.0 released

MSCommerce PowerShell Module 2.0 released

Andres Bohren
Hi All, Just a few Hours ago, Microsoft has released a new Version of the MSCommerce PowerShell Module to the PowerShell Gallery. PowerShell Gallery MSCommerce 2.0 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
License Utilization Report for Entra ID P1 and P2

License Utilization Report for Entra ID P1 and P2

Andres Bohren
Hi All, Did you notice the new License Utilization Report in Entra ID? Why has Microsoft created such a Report? Maybe they see that Users without Entra ID P1 or P2 Licenses are using these Features and not paying for it. It might be that Microsoft will be more accurate in the Future and enforce Users to be licensed to use these Features. So prepare for it and have a look at the Reports.
New cloud.microsoft Domain for M365

New cloud.microsoft Domain for M365

Andres Bohren
Hi All, Almost a year ago, Microsoft has announced that they will transition M365 Cloud Services to a new domain: cloud.microsoft Introducing cloud.microsoft: a unified domain for Microsoft 365 apps and services Did not see much of that since then, as also new Services anounced after that where still using old Domains. With the Unified Domain, Companys could better diffrentiate between M365 Cloud Services and common Microsoft URL’s like https://download.microsoft.com
Microsoft.Graph PowerShell Modules 2.16.0 released

Microsoft.Graph PowerShell Modules 2.16.0 released

Andres Bohren
Hi All, Two days ago, Microsoft has released the Version 2.16.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules. PowerShell Gallery Microsoft.Graph 2.16.0 PowerShell Gallery Microsoft.Graph.Beta 2.16.0 Release Notes [v2] Weekly OpenApiDocs Refresh Updates Open API file for users module to include DELETE operation for /users/{user-id}/photo Updates example for Set-MgBetaApplicationConnectorGroupByRef 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.Graph -Scope AllUsers Get-InstalledPSResource Microsoft.
Microsoft.Graph PowerShell Modules 2.15.0 released

Microsoft.Graph PowerShell Modules 2.15.0 released

Andres Bohren
Hi All, Today Microsoft has released the Version 2.15.0 of Microsoft.Graph and Microsoft.Graph.Beta Modules. PowerShell Gallery Microsoft.Graph 2.15.0 PowerShell Gallery Microsoft.Graph.Beta 2.15.0 Release Notes [v2] Weekly OpenApiDocs Refresh [v2] Examples Update Adds an optional -RHV parameter that will assign response headers to a variable (Value provided to the optional RHV parameter) I am using the new PSResourceGet here instead of the PowerShellGet commands. Show installed Versions and what’s available in PowerShell Gallery
Microsoft.Graph PowerShell Modules 2.14.1 released

Microsoft.Graph PowerShell Modules 2.14.1 released

Andres Bohren
Hi All, Today Microsoft has released the Version 2.14.1 of Microsoft.Graph and Microsoft.Graph.Beta Modules. It resolves the issue with the additional ResponseHeaders, that caused many Problems in 2.13.1 and 2.14.0. PowerShell Gallery Microsoft.Graph 2.14.1 PowerShell Gallery Microsoft.Graph.Beta 2.14.1 Release Notes Removes second response header object as reported 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.Graph -Scope AllUsers Get-InstalledPSResource Microsoft.