TestimoX

API Reference

Command

Get-CxServiceConfiguration

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

Implements the Get-CxServiceConfiguration cmdlet.

Examples

Authored help example

Example 1


Get-CxServiceConfiguration -Name Spooler
        

Example 2


Get-CxServiceConfiguration -ComputerName SERVER1 -Name TestimoX.Service
        

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-CxServiceConfiguration -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.WindowsServiceConfigurationSnapshot