Continuing the discussion from Introduction To Windows Command Line - Finding Files and Directories:
I got waldo.txt by this command :- Get-ChildItem -Path C:\ -Filter waldo.txt -Recurse -ErrorAction SilentlyContinue
Continuing the discussion from Introduction To Windows Command Line - Finding Files and Directories:
I got waldo.txt by this command :- Get-ChildItem -Path C:\ -Filter waldo.txt -Recurse -ErrorAction SilentlyContinue
good , i see that other apply cmd command directly from powershell and get this error :
Run CMD or POwershell as ADMINSTRATOR