Powershell – Get-ChildItem ,Find Specific file Extension.

some automation scripts are all about working with type of specific file or multiple file types .

how can we find specific files ,there’s a cmdlet will help us with that –

Get-ChildItem

lets say we would like to find in a folder only EXE files ..we’ll need to filter it by –

can you tell if there’s any difference with the Dir Command ?

try it ..

 

(Visited 9,368 times, 1 visits today)

Leave a Reply