Invoke-RestMethod ` -Uri "https://login.example.com/adfs/oauth2/token/" ` -Method POST ` -Body @{ client_id = 'powershell-test' resource ...
確定! 回上一頁