Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 504 Bytes

PowershellCheatsheet.md

File metadata and controls

13 lines (11 loc) · 504 Bytes

Powershell Cheatsheet

Commands

  • cd "path"   -   Go to path
  • cd ..   -   Go up in file structure
  • ls -r   -   List children recursively
  • ii.   -   Open current folder in explorer
  • Remove-Item -f -r   -   Force remove item
  • pwd   -   Get current full path
  • clear   -   Clear the window
  • exit   -   Close the window
  • $Profile   -   Find user profile location