Getting Started with Adobe After Effects - Part 6: Motion Blur


Upload Image Close it
Select File

Share and find various re-usable scripts related to VB Script

Moderators

Visual Basic Scripts

Access Control List

Jul 11 2012 12:00AM by Manas Ranjan Dash   

To check and provide the ACL of a folder/file you can use below DOS command or the Powershell Cmdlet. To know more about ACL read this : http://en.wikipedia.org/wiki/Access_control_list

DOS

to provide permission to the user MY SERVICE Account

cacls "D:\BRCode" /T /C /E /G "MY SERVICE Account":F

to know what are the permissions are there

cacls "D:\BRCode"

Also you can try Icacls command for the same

PowerShell

$FldrAcl = Get-Acl D:\BRCode | Format-List
set-acl -path D:\BRCode -AclObject $FldrAcl


Manas Ranjan Dash
39 · 5% · 1482
3
 
0
Worked
 
0
Failed
 
0
Lifesaver
 
0
Production
 
0
Unwise



Submit

Your Comment


Sign Up or Login to post a comment.

"Access Control List" rated 5 out of 5 by 3 readers
Access Control List , 5.0 out of 5 based on 3 ratings
    Copyright © Rivera Informatic Private Ltd Contact us      Privacy Policy      Terms of use      Report Abuse      Advertising      [ZULU1097]