Change Security Permissions to Inherited

Change Security Permissions to Inherited

avatar

Can i change the folder security permission to Inherited from Powershell ?

All Comments (1)

avatar

Hello,

It is possible to set the all permissions to Inherited with the following command.
$session.Security.RoleOverride = "Default"

Best regards,

Érica Poirier