mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-09-26 12:05:51 +00:00
.
This commit is contained in:
10
assets/powershell.md
Normal file
10
assets/powershell.md
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
# Get-Children
|
||||||
|
|
||||||
|
Gets items in a specified location. To list the folders in my drive C, I will run
|
||||||
|
the command below:
|
||||||
|
|
||||||
|
`Get-ChildItem c:/`
|
||||||
|
|
||||||
|
This will list all the top-level folders. To list all files, folders include subfolders use the -Recurse parameter.
|
||||||
|
|
||||||
|
# Get-Help
|
Reference in New Issue
Block a user