昔からプラモデルは説明書を読まずに組み合わせて後から絶望していました。反省が活かせていない。恥ずかしいけどまたやりそうなので備忘的に残します。 このごろAWSを久しぶりに触っているのですが、今まではCloud Watchのイベントスケジュール等でLambda ...
PowerShellを使っていて便利だなと思ったコマンドレットのメモです。 今回はネットワークに関するものになります。 PowerShellでのHTTPリクエスト:Invoke-RestMethod 意外とHTTPのリクエストを試したいことが、開発中にあります。そんな時に気軽に使えて便利だなと ...
APIs seem to be everywhere these days. Every popular online service has one. APIs allow developers to interact with online services without actually having to point and click their way through a UI.
Working with the Microsoft Defender for Cloud Apps API using PowerShell involves making HTTP requests to interact with the API endpoints. The API allows you to manage your cloud apps and perform ...
1. Fill in the Configuration section (Tenant ID, Client ID, auth type). 2. Add your Graph API calls inside the #region Main block at the bottom of the file. 3. Use Invoke-GraphPagedRequest for GET ...
First of all thanks for the massive effort in producing this awesome piece of work! After installing the CIPPAPIModule 1.1.4 on Powershell 7.4.3 without issues, I can authohorize with ...
Wrote some scripts in PowerShell using "Invoke-RestMethod" to interact with the Gemini API. This is a quick and easy way to interact with the API in the PowerShell console. If you would like to play ...