mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-06-30 04:31:39 +02:00
Update cheat-sheet.md
This commit is contained in:
@ -1,5 +1,5 @@
|
|||||||
PowerShell Cheat Sheet
|
 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
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user