list contents of directory (current directory by default)
rmdir
remove a directory
pushd
push a directory (to the top of the stack - by default saves the current directory to memory and then switches to a different directory; with popd this lets you easily return to the saved directory)
popd
pop a directory (go the path of the memory at the top of the stack, typically the directory that was previously pushed; in PS can work your way back through a series of pushes)
cp
copy a file or directory
robocopy
robust copy (PS unique)
mv
move a file or directory
more
page through a file (presumably faster?)
type
print a file (PS unique)
forfiles
run a command on lots of files (PS unique)
dir -r
find files (PS unique)
select-string
find stuff inside files (PS unique)
help
read a manual page (PS unique)
helpctr
find what manual page is appropriate
echo
print some arguments
set
export/set a new environment variable
exit
exit the shell
runas
DANGER become super user DANGER
attrib
change permission modifiers
iCACLS
change owernship
Author
meyebr01
ID
160342
Card Set
CLI PowerShell Vocab.txt
Description
Windows PowerShell command line interface commands and terminology