Setup the Information for the New Permissions
- Last UpdatedAug 27, 2024
- 1 minute read
Use these commands to setup the information needed to apply the permissions that should be granted to the folders:
-
Permission for a local or domain administrator group for the DNAInstallRoot
$folderPath = "$env:DNAInstallRoot\<silo>"
$group = "< local or domain admin group >"
$access = "FullControl"
-
Permission for a local or domain administrator group for the DNADataRoot
$folderPath = "$env:DNADataRoot\<silo>"
$group = "< local or domain admin group >"
$access = "FullControl"
-
Permission for the AVEVA Apps group for the DNAInstallRoot
$folderPath = "$env:DNAInstallRoot\<silo>"
$group = "AVEVA Apps"
$access = "ReadAndExecute"
-
Permission for the AVEVA Apps group for the DNADataRoot
$folderPath = "$env:DNADataRoot\<silo>"
$group = "AVEVA Apps"
$access = " Modify"