Get Childitem Supress Errors Silently

[Solved] Get Childitem Supress Errors Silently | Powershell - Code Explorer | yomemimo.com
Question : get-childitem supress errors silently

Answered by : open-octopus-ay6v27fhcopp

Get-ChildItem $($ENV:userprofile) -include *.pst -force -Recurse -ErrorAction SilentlyContinue

Source : | Last Update : Tue, 05 Jul 22

Answers related to get childitem supress errors silently

Code Explorer Popular Question For Powershell