CodeSteps

Python, C, C++, C#, PowerShell, Android, Visual C++, Java ...

Get-Item

PowerShell – Display files and folders list

PowerShell provides commands, to display the list of files & folders in the file system. Below are the cmdlets, commonly we use to get these details; Display files and folders list Get-Item is one of the cmdlet used to get the item (for example: directory, file, registry entry etc.,) details at the specified location. By defaultm […]

Scroll to top