API Reference
Command
Reset-CxFilePermissions
Resets explicit permissions on a file or directory to inherited defaults.
Examples
Example 1: Resets a local share folder back to inherited permissions.
PS>
Reset-CxFilePermissions -Path 'D:\Shares\Finance'
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
- Path to the file or directory.