API Reference
Command
Set-CxAuditResourceSacl
Sets Global Object Access Auditing SACL (File or Registry) from SDDL.
Examples
Example 1
Set-CxAuditResourceSacl -Type File -Sddl "D:(A;;FA;;;WD)S:(AU;SAFA;GA;;;WD)"
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-CxAuditResourceSacl -Type <File|Registry> -Sddl <string> [-ComputerName <string>] [<CommonParameters>]#Parameters
- Type SaclType
- Gets or sets the Type parameter. Possible values: File, Registry
- Possible values:
File,Registry - Sddl string
- Gets or sets the Sddl parameter.
- ComputerName string
- Target computer(s). Use '.' for local computer or provide DNS names.