Change Security Permissions to Inherited
Can i change the folder security permission to Inherited from Powershell ?
Hello,It is possible to set the all permissions to Inherited with the following command.$session.Security.RoleOverride = "Default"Best regards,
Érica Poirier