user1272047programmingetc.hashnode.devยทNov 20, 2024Powerhsell commands.find recursive Get-ChildItem -Recurse -Directory | Where-Object { $_.Name -like "*proposal*" } | Select-Object FullName | Tee-Object -FilePath "C:\Users\user001\Desktop\myfiles.win.11\files.tsk.02.proposals.dir.recursive.txt" Get-ChildItem -Recurse -...PowershellAdd a thoughtful commentNo comments yetBe the first to start the conversation.