mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2024-10-05 20:47:50 -04:00
.
This commit is contained in:
parent
c2d3fe570d
commit
59b3136e74
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
|
Loading…
Reference in New Issue
Block a user