1 2 3 4 5 6 |
Get-ChildItem Get-ChildItem -Path *.txt -Recurse -Force Get-ChildItem -Name Get-ChildItem -Path C:\Windows\Logs\* -Include *.txt -Exclude A* Get-ChildItem -Path HKLM:\Software Get-ChildItem -Path C:\Windows -Include *mouse* -Exclude *.png |