Using Powershell - nyexug.com

12
Using Powershell Brandon Shell General IT Guy Administration with Windows PowerShell

Transcript of Using Powershell - nyexug.com

Microsoft PowerPoint - PowershellInro.ppt Properties (Type, Color, Brand)
Methods (Start, Stop, Turn)
Cool-Demo.ps1
Get-Help <CMDLet> -full
Get-Member Used to tell you what the object has to offer Properties / Methods
Object Type
Custom Objects
Paradigm Shift
- Tendency to still deal with text
Why Use them?
- With objects you can filter
How to Create Custom Objects
Select-Object
filtering what output is sent to files or the
pipe.
want.
Demo
Add-Member
Doesn’t Create object. It extends. Use
New-Object to create object.
(NoteProperty and scriptmethods)