TestimoX

API Reference

Command

Uninstall-CxService

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

Implements the Uninstall-CxService cmdlet.

Examples

Authored help example

Example 1


Uninstall-CxService -Name TestimoX.Service -Confirm
        

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

Uninstall-CxService -Name <string> [-ComputerName <string>] [-TimeoutMs <int>] [<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.
TimeoutMs int optionalposition: 2pipeline: false
Gets or sets the timeout in milliseconds used for stop and deletion waits.

Outputs

ComputerX.Services.WindowsServiceStatusSnapshot