mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 01:12:01 +00:00
267 B
267 B
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.