0% found this document useful (0 votes)
38 views1 page

Essential PowerShell Commands for Windows

The document provides a list of useful links and commands for PowerShell on Windows. It includes resources such as an owner's manual, cheat sheet, and a guide to mastering PowerShell. Additionally, it outlines various commands for file and directory management in Windows, along with some important commands to research further.

Uploaded by

teovi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
38 views1 page

Essential PowerShell Commands for Windows

The document provides a list of useful links and commands for PowerShell on Windows. It includes resources such as an owner's manual, cheat sheet, and a guide to mastering PowerShell. Additionally, it outlines various commands for file and directory management in Windows, along with some important commands to research further.

Uploaded by

teovi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

On Windows, there’s really only PowerShell.

Here’s a list of USEFUL LINKS for you related to PowerShell:


Owner’s Manual [Link]
Cheat Sheet [Link]
displaylang=en&id=7097
Master PowerShell [Link]

Windows (LEARN PYTHON THE HARD WAY)


If you’re using Windows, then here’s your list of commands:
PWD print working directory
HOSTNAME my computer’s network name
MKDIR make directory
CD change directory
LS list directory
RMDIR remove directory
PUSHD push directory
POPD pop directory
CP copy a fi le or directory
ROBOCOPY robust copy
MV move a fi le or directory
MORE page through a fi le
TYPE print the whole fi le
FORFI les run a command on lots of fi les
DIR - R fi nd fi les
SELECT- string fi nd things inside fi les
HELP read a manual page
HELPCTR fi nd what man page is appropriate
ECHO print some arguments
SET EXPORT/set a new environment variable
EXIT exit the shell
RUNAS DANGER! become super user root DANGER!
For Windows, look up these things:
• FORFI LES
• RUNAS
• ATTRIB
• ICACLS

You might also like