- Earlier in this course we started to work with a pipeline…and this concept of objects that are crossing the pipeline.…Just like with get-service, if I do -name bits…I grab a service. It's running, I wanna stop it.…I can pipe it to stop-service and how this is working is…because the object for that bit service…is being sent across this pipeline…to the cmdlet stop-service that is executing that…stop-service capability and it's stopping the service.…
Let's dive a little bit further into…the importance of what objects are.…Windows is an object-oriented…and an object-based operating system;…This makes it different from Unix.…I think that, personally,…we should be embracing both operating systems.…All businesses use them,…and there's advantages to using both operating systems.…But this is one of the advantages that Windows has…that makes it so much easier to work with,…especially with PowerShell.…
It has objects.…Let me give you an example.…If I do get-service, everything being listed right now…on my screen, each row, is its own object,…
Author
Released
1/21/2015- Installing Windows Management Framework 5
- Running commands (cmdlets)
- Discovering commands
- Understanding cmdlet syntax
- Resolving terse commands
- Finding and using local modules
- Working with files, printers, CSVs, and XML in the pipeline
- Selecting, sorting, and filtering object data
- Creating scripts
- Automating tasks
- Using PowerShell remoting
Skill Level Intermediate
Duration
Views
Related Courses
-
Introduction
-
Welcome57s
-
Why PowerShell? Why now?1m 14s
-
-
1. Getting Ready for PowerShell
-
Running commands (cmdlets)4m 55s
-
2. Discovery and Getting Help
-
Discovering commands8m 33s
-
Exploring help options8m 59s
-
Understanding cmdlet syntax8m 29s
-
3. Extending Your Capabilities with PowerShell
-
4. Using the Power of the Pipeline
-
Working with CSVs7m 20s
-
Working with XML7m 3s
-
Storing data as a webpage5m 26s
-
5. Getting More out of Objects
-
Sorting the information6m 33s
-
Filtering specific data7m 23s
-
Working with methods3m 15s
-
6. Scripts and Automation
-
Creating your first script6m 41s
-
Using variables for storage6m 11s
-
Using parameter attributes6m 36s
-
Using comment-based help5m 33s
-
7. Scalable Management with PowerShell Remoting
-
Enabling PowerShell remoting3m 15s
-
Conclusion
-
Next steps3m 50s
-
- Mark as unwatched
- Mark all as unwatched
Are you sure you want to mark all the videos in this course as unwatched?
This will not affect your course history, your reports, or your certificates of completion for this course.
CancelTake notes with your new membership!
Type in the entry box, then click Enter to save your note.
1:30Press on any video thumbnail to jump immediately to the timecode shown.
Notes are saved with you account but can also be exported as plain text, MS Word, PDF, Google Doc, or Evernote.
Share this video
Embed this video
Video: Understanding the importance of objects