Find Folders Using PowerShell
Hi, I my previous post i wrote about “How to search for files using Powershell” . In this post i am writing about “How to search folders” in Powershell. The logic and command are almost same ,the only difference is in Files we were using $_.PSIsContainer -eq$false and for searching Folders we need to use… Continue reading Find Folders Using PowerShell