Welcome to TechNet Blogs Sign in | Join | Help

Browse by Tags

All Tags » PowerShell   (RSS)
Windows PowerShell Basics: Part 3
Overview In lesson 1 and lesson 2 we looked at the Where-Object cmdlet.  The example we looked at was: Get-Service | Where-object {$_.status -like "running"} Notice that the cmdlet takes a comparison operation as a parameter.  This Read More...
Windows PowerShell Basics: Part 2
Overview: In the previous lesson , we looked at use of the Where-Object cmdlet.  The example we looked at was: Get-Service | Where-object {$_.status -like "running"} We observed that this cmdlet made use of variables, comparison operators Read More...
Windows PowerShell Basics
Overview Everyone should be aware by now that Windows PowerShell is the latest scripting environment for managing and maintaining Windows servers, workstations and applications. This cube note provides a brief introduction to PowerShell resources and Read More...
Page view tracker