Start a conversation

Windows PowerShell

  • Open Windows PowerShell

    Steps to take Click the Start Menu Simply begin typing powershell Windows will begin searching for related apps, settings, people, and so on After typing a sufficient portion of powershell, Windows wi...

  • Export to CSV a list of files in path

    Before you begin You have Windows PowerShell open. See Open Windows PowerShell. Steps to take Copy the following Get-ChildItem -Path C:\Program Files\WebChrome\ -Recurse | Export-Csv .\desktop\results...