We have a group policy object that denies installation from user AppData folders. However, we are trying to install Acronis Backup software onto the environment. We are trying to deploy this application to multiple machines (100-200 machines) and it relies on our RMM to deploy it with the correct settings. This application eventually uses AppData to install onto the machines.
Is there a way to allow an application to run in AppData given the GPO settings?
Thank you for any additional information or guidance.
GPO DETAILS
# Enforcement
Policy Setting
Apply Software Restriction Policies to the following All software files except libraries (such as DLLs)
Apply Software Restriction Policies to the following users All users
When applying Software Restriction Policies Ignore certificate rules
# Designated File Types
File Extension File Type
ADE ADE File
ADP ADP File
BAS BAS File
[REDACTED]
# Trusted Publishers
Trusted publisher management Allow all administrators and users to manage user's own Trusted Publishers
Certificate verification None
Software Restriction Policies/Security Levelshide
Policy Setting
Default Security Level Unrestricted
# Software Restriction Policies/Additional Ruleshide
Path Ruleshide
%AppData%\*.exe
Security Level Disallowed
Description Don't allow executables to run from %AppData%
Date last modified
[REDACTED]
If you can get to know specific folder/file names Acronis uses inside AppData, then just make an exclusion with Security Level Unrestricted like you already have for Citrix, JRE etc in your policy.
The root cause of the backup/installation problem turned out to be an
&
in the password.To fix this I removed the special characters from the password. After this installation was successfull with both GUI installation, and CLI installations.Main Issue Highlights that special characters can cause problems. I myself had no luck with
&;%
in the password.39790: Illegal Characters on Various Operating Systems lists that issues can arise when the following characters are used:
/ ? < > \ : * | : ."
15828: Acronis Backup & Recovery 10: Limitations on Special Characters in Passwords for Unattended Installation lists that issues will arise when the following characters are used:
< > & / " ' ^
Found the following Acronis Documentation on the issue.