1 / 13

Jeffrey Snover | Distinguished Engineer & Lead Architect

05 | Object for the Admin. Jeffrey Snover | Distinguished Engineer & Lead Architect Jason Helmick | Senior Technologist, Concentrated Technology. Course Topics. Module Overview. Object across the pipeline Getting the information you need Sorting Objects Selecting Objects Custom Properties

rumor
Download Presentation

Jeffrey Snover | Distinguished Engineer & Lead Architect

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 05 | Object for the Admin Jeffrey Snover | Distinguished Engineer & Lead Architect Jason Helmick | Senior Technologist, Concentrated Technology

  2. Course Topics

  3. Module Overview • Object across the pipeline • Getting the information you need • Sorting Objects • Selecting Objects • Custom Properties • Filtering data • Methods – When no cmdlet exists

  4. Object across the pipeline

  5. Get-Member (gm) TypeNameis a unique Windows assigned name Displays the properties and methods of an object Properties are potential columns of information Methods are the potential actions that can be taken Getting the information you need

  6. Sort-Object sorts properties. Use Get-Member to see a list of properties Sorting Objects

  7. Select-Object selects properties. Use Get-Member to list properties to select from. -first and -last restrict list of rows displayed. Selecting Objects

  8. Custom Properties

  9. Filter Object Out of the Pipeline

  10. Comparison returns boolean True or False Comparison can be case-sensitive using ‘c’ prefix For complete description, see About_Comparison Comparison Operators

  11. Methods – When no cmdlet exists

  12. Questions or comments?

More Related