Hi GavenRay,
Thank you for posting in the Microsoft Community Forums.
- Block network access to Volume Shadow Copies
Goal: Ensure that Volume Shadow Copies can only be accessed from the server itself and not via file shares.
Implementation:
Configure firewall rules: set up rules in the server's firewall to block network access to the Volume Shadow Copy storage location. This can be accomplished by defining inbound and outbound rules to ensure that only specific services or IP addresses can access these locations.
File share permissions: If the Volume Shadow Copies are stored on a file server and these files are shared over the network, then you need to ensure that the share permissions are set so that only the server administrator can access them. This can be done by configuring permissions in the file share properties.
Caution:
You need to ensure that firewall rules do not interfere with the normal operation of the server and other necessary network services.
If the Volume Shadow Copy is stored in multiple locations, you need to configure each location accordingly.
- Restrict access to the Volume Shadow Copy to the server administrator.
Goal: Ensure that only server administrators have access to Volume Shadow Copies.
Implementation Approach:
File system permissions: set permissions on the file system to ensure that only the Server Administrators group or a specific user can access the Volume Shadow Copy storage location. This can be accomplished by right-clicking on a folder or file, selecting Properties, and then configuring permissions in the Security tab.
Using Group Policy: Although you mentioned that you cannot control the GPO from Active Directory, if you are able to use local group policy (gpedit.msc) on the server, you can configure a local group policy to restrict access to the Volume Shadow Copy. Specifically, you can create a new security policy, apply it to users or groups of users on the server, and restrict their access to the Volume Shadow Copy storage location.
Caution:
When configuring file system permissions, you need to ensure that you do not accidentally prevent the server administrator or other necessary users from accessing these files.
If you are using a local group policy, you need to ensure that the policy settings do not conflict with other policies on the server.
Best regards
Neuvi