PowerShell Misc Examples
Misc common tasks in PowerShell.
clear
,cls
-
(
Clear-Host
) Clear screen. mv
-
(
Move-Item
) Move a file/dir to another dir. ps
-
(
Get-Process
) Lists proceses. kill
-
(
Stop-Process
) Stop one process or more.
Misc common tasks in PowerShell.
clear
, cls
Clear-Host
) Clear screen.
mv
Move-Item
) Move a file/dir to another dir.
ps
Get-Process
) Lists proceses.
kill
Stop-Process
) Stop one process or more.