Articles → POWERSHELL → Get-Childitem Command In Powershell
Get-Childitem Command In Powershell
Purpose
Example 1
Get-childItem -Path c:\temp
Click to Enlarge
Example 2
Get-childItem -Path c:\temp -Name
Click to Enlarge
Example 3
Get-childItem -Path c:\temp\*.* -Recurse -Force
Click to Enlarge
| Posted By - | Karan Gupta |
| |
| Posted On - | Thursday, June 13, 2019 |