TestimoX

API Reference

Command

Get-CxAuditResourceSacl

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

Gets Global Object Access Auditing SACL (File or Registry).

Examples

Authored help example

Example 1


Get-CxAuditResourceSacl -Type File
        

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-CxAuditResourceSacl -Type <File|Registry> [-ComputerName <string>] [<CommonParameters>]
#

Parameters

Type SaclType requiredposition: 0pipeline: falsevalues: 2
Gets or sets the Type parameter. Possible values: File, Registry
Possible values: File, Registry
ComputerName string optionalposition: 1pipeline: true (ByPropertyName)
Target computer(s). Use '.' for local computer or provide DNS names.

Outputs

ComputerX.Audit.GlobalSacl