In this article, I want to demonstrate the use of the PowerShell cmdlet: Get-ChildItem.
Let's consider this scenario.
Imagine you need to get the list of file names in a folder to a CSV or flat file. Sounds simple, right? Yes, it is, but what if the ...