winget install PowerShell
PS C:> Get-Command command_name
Press WinKey+X
Then click on Windows PowerShell
$Response = Invoke-RestMethod -Uri 'http://169.254.169.254/metadata/identity/oauth2/token?api-version=2018-02-01&resource=https%3A%2F%2Fvault.azure.net' -Method GET -Headers @{Metadata="true"}
# Hello World in Microsoft Powershell
'Hello World!'