Paradigm Shift: Microsoft Visual Basic Scripting Edition

Preview:

Citation preview

not

PS C:\> Get-Service | Where {$_.Status –eq 'running'}

Get all Service

objects

Only keep objects that are running

PS C:\> Get-Service | Where {$_.Status –eq 'running'}

Status Name DisplayName------ ---- -----------Running Appinfo Application InformationRunning AudioEndpointBu... Windows Audio Endpoint BuilderRunning AudioSrv Windows AudioRunning BFE Base Filtering EngineRunning BITS Background Intelligent Transfer Ser...Running bthserv Bluetooth Support ServiceRunning cmdAgent COMODO Internet Security Helper Ser...Running ConfigFree Gadg... ConfigFree Gadget ServiceRunning ConfigFree Service ConfigFree ServiceRunning CryptSvc Cryptographic Services

www.microsoft.com/teched www.microsoft.com/learning

http://microsoft.com/technet http://microsoft.com/msdn