TestimoX

API Reference

Command

Get-CxTaskSddl

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

Implements the Get-CxTaskSddl cmdlet.

Examples

Authored help example

Example 1


Get-CxTaskSddl -ComputerName SERVER1
        

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-CxTaskSddl [-ComputerName <string>] -TaskPath <string> [<CommonParameters>]
#
Parameter set: By TaskPath

Parameters

ComputerName string optionalposition: 0pipeline: true (ByPropertyName)
Target computer(s). Use '.' for local computer or provide DNS names.
TaskPath string requiredposition: 1pipeline: false
Gets or sets the TaskPath parameter.

Outputs

System.String

Get-CxTaskSddl [-ComputerName <string>] -FolderPath <string> [<CommonParameters>]
#
Parameter set: By FolderPath

Parameters

ComputerName string optionalposition: 0pipeline: true (ByPropertyName)
Target computer(s). Use '.' for local computer or provide DNS names.
FolderPath string requiredposition: 1pipeline: false
Gets or sets the FolderPath parameter.

Outputs

System.String