TestimoX

API Reference

Command

Backup-CxServiceCommandLine

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

Implements the Backup-CxServiceCommandLine cmdlet.

Examples

Authored help example

Example 1


Backup-CxServiceCommandLine -Name TestimoX.Monitoring -Path C:\Temp\monitoring-binpath.txt
        

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

Backup-CxServiceCommandLine -Name <string> [-ComputerName <string>] -Path <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.
Path string requiredposition: 2pipeline: false
Gets or sets the local filesystem path used for the backup file.

Outputs

System.String