Browse by Tags
All Tags »
PowerShell (RSS)
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...
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...
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...