mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-21 23:43:25 +01:00
Update cheat-sheet.md
This commit is contained in:
parent
36eba003a2
commit
4311745d44
@ -1,5 +1,5 @@
|
||||
PowerShell Cheat Sheet
|
||||
======================
|
||||
![](powershell_black_icon_64x64.png) PowerShell Cheat Sheet
|
||||
===========================================================
|
||||
|
||||
Basic Commands
|
||||
--------------
|
||||
@ -325,4 +325,4 @@ $Params = @{
|
||||
Method = 'Get'
|
||||
}
|
||||
Invoke-RestMethod @Params # Call a REST API, using the HTTP GET method
|
||||
```
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user