Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 702 Bytes

list-services.ps1.md

File metadata and controls

33 lines (24 loc) · 702 Bytes

The list-services.ps1 PowerShell Script

Synopsis & Description

list-services.ps1

Lists the local computer services.

Syntax & Parameters

/home/mf/PowerShell/Scripts/list-services.ps1 [<CommonParameters>]
[<CommonParameters>]
    This cmdlet supports the common parameters: Verbose, Debug, ErrorAction, ErrorVariable, WarningAction, 
    WarningVariable, OutBuffer, PipelineVariable, and OutVariable.

Example

PS>.\list-services.ps1

Notes

Author: Markus Fleschutz · License: CC0

Related Links

https://github.com/fleschutz/PowerShell

Generated by convert-ps2md.ps1 using the comment-based help of list-services.ps1