Skip to content

PowerShell Useful Commands

  • Change Directory: cd "<filepath>"
  • Create Folder: New-Item -Path "<filepath>"
  • Open URL: start chrome http://localhost:1515/
  • Open Explorer (current): ii .
  • Open Explorer (relative): ii ./<relativepath>
  • Start Transcript: Start-Transcript -Path "<filepath>"