TestimoX

API Reference

Command

Get-CxServiceCommandLine

Namespace ComputerX.PowerShell
Inputs
System.String
Outputs
ComputerX.Services.WindowsServiceCommandLine

Implements the Get-CxServiceCommandLine cmdlet.

Examples

Authored help example

Example 1


Get-CxServiceCommandLine -Name TestimoX.Monitoring
        

Common Parameters

This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.

For more information, see about_CommonParameters.

Syntax

Get-CxServiceCommandLine -Name <string> [-ComputerName <string>] [<CommonParameters>]
#

Parameters

Name string requiredposition: 0pipeline: true (ByPropertyName)aliases: ServiceName
Gets or sets the Windows service name.
ComputerName string optionalposition: 1pipeline: true (ByPropertyName)
Gets or sets the target computer name.

Outputs

ComputerX.Services.WindowsServiceCommandLine