Update cheat-sheet.md

This commit is contained in:
Markus Fleschutz 2023-08-23 08:05:27 +02:00 committed by GitHub
parent 36eba003a2
commit 4311745d44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
PowerShell Cheat Sheet ![](powershell_black_icon_64x64.png) PowerShell Cheat Sheet
====================== ===========================================================
Basic Commands Basic Commands
-------------- --------------
@ -325,4 +325,4 @@ $Params = @{
Method = 'Get' Method = 'Get'
} }
Invoke-RestMethod @Params # Call a REST API, using the HTTP GET method Invoke-RestMethod @Params # Call a REST API, using the HTTP GET method
``` ```