TestimoX

API Reference

Command

Reset-CxFilePermissions

Namespace ComputerX.PowerShell
Inputs
System.String

Resets explicit permissions on a file or directory to inherited defaults.

Examples

Generated fallback example

Generated fallback example from command syntax.


Reset-CxFilePermissions -Path 'C:\Path'
        

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

Reset-CxFilePermissions -Path <string> [<CommonParameters>]
#

Parameters

Path string requiredposition: 0pipeline: true (ByValue, ByPropertyName)
Path to the file or directory.