• Get-ChildItem | PowerShell Command (PS) | gci Get information about files and directories.
  • Set-Location | PowerShell Command (PS) | sl Change the current working directory.
  • Get-Location | PowerShell Command (PS) | gl Get the current working directory path.
  • Copy-Item | PowerShell Command (PS) | copy Copy files or directories from one location to another.
  • Move-Item | PowerShell Command (PS) | move Move or rename files or directories.
  • Remove-Item | PowerShell Command (PS) | ri Delete files or directories.
  • New-Item -ItemType Directory | PowerShell Command (PS) | ni Create a new directory.
  • Remove-Item | PowerShell Command (PS) | ri Remove an empty directory.
  • New-Item | PowerShell Command (PS) | ni Create an empty file or update file timestamps.
  • Get-Content | PowerShell Command (PS) | gc Display the content of files.
  • Start-Notepad | PowerShell Command (PS) Open the file in Notepad (text editor).
  • powershell_ise | PowerShell Command (PS) PowerShell ISE. Open the Integrated Scripting Environment for PowerShell.
  • Get-Acl/Set-Acl | PowerShell Command (PS) | ga/sa Display or modify Access Control Lists (ACLs).
  • Get-Process | PowerShell Command (PS) | gps Display information about running processes.
  • Stop-Process | PowerShell Command (PS) | sp Terminate a process.
  • Get-Service | PowerShell Command (PS) | gsv Display information about services.
  • Restart-Computer | PowerShell Command (PS) | rc Restart the computer.
  • Stop-Computer | PowerShell Command (PS) | sc Shutdown the computer.