The Best Quality to watch this video is 1080p HD, Expand and Full Screen. http://www.PcTechStream.com
1 get-command dir | format-list
2 get-help remoting
3 get-wmiobject win32_bios | format-list *
4 get-eventlog -newest 5 -logname application
5 get-Process notepad, explorer | format-list *
6 get-service wmi*
7 get-content -Path C:\Chapters\chapter1.txt
8 add-content -path to.txt -value (get-content c:\folder\from.txt)
9 copy-item C:\Wabash\Logfiles\mar1604.log.txt -destination C:\Presentation
10 get-acl C:\windows
@theif519 If you know Unix and those tools do what you need them to do on Windows - then you are a happy guy and there is no need to learn PowerShell (unless you want to explore).
techstreaming 9 months ago
@theif519 Windows PowerShell offers what is perhaps the easiest and most flexible way to automate a wide variety of administrative tasks, making you more efficient and more effective in your work.
techstreaming 9 months ago
I don't mean this as a troll, nor am I really experienced with the command line, but from what I've used in Powershell and Command Prompt, they do not compare to the UNIX Bash Shell, BASH is more user-friendly and even when I first began I could easily use it, AND you can program in it too.
theif519 9 months ago