1 / 4

Windows, PowerShell , And WMI Unveiling Microsoft's Best Kept Secret

SVR387. Windows, PowerShell , And WMI Unveiling Microsoft's Best Kept Secret. Ben Pearce Premier Field Engineer Microsoft. Objects. “An object is a collection of parts and how to use them”. How to use Methods. How to use. Parts. Parts Properties. Pedal. Front Wheel. Steer Left.

kaylee
Télécharger la présentation

Windows, PowerShell , And WMI Unveiling Microsoft's Best Kept Secret

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. SVR387 Windows, PowerShell, And WMIUnveiling Microsoft's Best Kept Secret Ben Pearce Premier Field Engineer Microsoft

  2. Objects “An object is a collection of parts and how to use them” How to use Methods How to use Parts Parts Properties Pedal Front Wheel Steer Left Back Wheel Steer Right Pedals Apply Front Brake Saddle Apply Rear Brake Frame

  3. Objects How to use Methods Parts Properties Stop() Service Name Start() State Pause() Description Windows Service

  4. Arrays • Data structure that holds other objects • Each object in its own compartment • Access compartments using [] $Processes = Get-Process Object Object Object Object Object $Processes[4].name $Processes[0].name

More Related