TestimoX

API Reference

Command

Set-CxTaskSddl

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

Implements the Set-CxTaskSddl cmdlet.

Examples

Authored help example

Example 1


Set-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

Set-CxTaskSddl [-ComputerName <string>] -TaskPath <string> -Sddl <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.
Sddl string requiredposition: 2pipeline: false
Gets or sets the Sddl parameter.

Outputs

System.Boolean

Set-CxTaskSddl [-ComputerName <string>] -FolderPath <string> -Sddl <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.
Sddl string requiredposition: 2pipeline: false
Gets or sets the Sddl parameter.

Outputs

System.Boolean