Kaffeeundcode

Get GraphChangelog

Skript Beschreibung

**Zusammenfassung**: Checks Graph API Changelog (External Link).

Just opens the changelog URL.

Skript Infos

Autor Mattia Cirillo
Version 1.0
Sprache PowerShell
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"