From 2633d10a3b71ccb34058ac5ecb2939995cc33973 Mon Sep 17 00:00:00 2001 From: Markus Fleschutz Date: Thu, 22 May 2025 12:49:06 +0200 Subject: [PATCH] Update cheat-sheet.md --- docs/cheat-sheet.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cheat-sheet.md b/docs/cheat-sheet.md index ac56e9f3..02ee9bb4 100644 --- a/docs/cheat-sheet.md +++ b/docs/cheat-sheet.md @@ -329,8 +329,8 @@ $Params = @{ 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 * Tutorial: https://www.guru99.com/powershell-tutorial.html * Video tutorials: https://www.youtube.com/results?search_query=PowerShell