Searching for files – PowerShell
In today post I will show you how to use PowerShell in order to file search. Will use Get-ChildItem command or if some of you like shortcuts - gci. In general this command is used to list objects in some location specified in parameter -Path. That location could be file system or registry. The simplest usage of…



