Kaffeeundcode
Script Library
PowerShell 11.12.2025

Script Workspace

Get GraphChangelog

Review the purpose, inspect the code, then test it safely in your own tenant.

90_Get-GraphChangelog.ps1

<#
.SYNOPSIS
    Checks Graph API Changelog (External Link).
    
.DESCRIPTION
    Just opens the changelog URL.
    
.NOTES
    File Name: 90_Get-GraphChangelog.ps1
    Author: Mattia Cirillo
    Version: 1.0
#>

Start-Process "https://developer.microsoft.com/en-us/graph/changelog"