Update cheat-sheet.md

This commit is contained in:
Markus Fleschutz 2025-05-22 12:49:06 +02:00 committed by GitHub
parent cb99fcafb8
commit 2633d10a3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -329,8 +329,8 @@ $Params = @{
Invoke-RestMethod @Params # Call a REST API, using the HTTP GET method Invoke-RestMethod @Params # Call a REST API, using the HTTP GET method
``` ```
More Help Useful Links
--------- ------------
* PowerShell documentation: https://docs.microsoft.com/en-us/powershell * PowerShell documentation: https://docs.microsoft.com/en-us/powershell
* Tutorial: https://www.guru99.com/powershell-tutorial.html * Tutorial: https://www.guru99.com/powershell-tutorial.html
* Video tutorials: https://www.youtube.com/results?search_query=PowerShell * Video tutorials: https://www.youtube.com/results?search_query=PowerShell