File and Folder List in PowerShell

preview_player
Показать описание
In this video you will see how to get the folder and file list using PowerShell.

We will see below examples and understand each steps in details.

1. Get child items from a file system directory.
2. Get child items in the current directory and subdirectories
3. Get child item names in a directory
4. Get child items using the Include parameter

Want to learn more from me?

Python examples complete Playlist :

Java examples complete Playlist :

#FolderListUsingPowershell #FilesAndFolderListUsingPowershell
#FileListUsingPowershellCommandline
#ReadDriectoryDetailsInPowershell
#PowerShell #commandline

Subscribe to my other channel for random videos:

Follow us on:

Support:

Keep Coding!
Рекомендации по теме
Комментарии
Автор

Thanks for video.I am new to pwshell. Working on a script to return the oldest date and file names recursively. Files older than 7 days are typically automatically deleted. But I need a script to check if there are files older than 7 days in various directories and sub directories to verify if the deletion is working as planned.

eechaze
Автор

Hi, do you have a powershell script to find open files in shared folders.

ajasvon