Find file

From AWVVO
Revision as of 05:17, 1 February 2025 by Admin (talk | contribs) (Created page with "== Powershell == <syntaxhighlight lang="bash" copy> try { Get-ChildItem -Path "C:\" -Filter "myfile.txt" -Recurse -ErrorAction Stop } catch { } </syntaxhighlight>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Powershell

 try { Get-ChildItem -Path "C:\" -Filter "myfile.txt" -Recurse -ErrorAction Stop } catch { }