Forum Discussion
Nov 17, 2022
Remote management shadow copy Windows Server 2022 Core. RPC error.
I have a problem not Windows Server 2022 used as file server.
Windows Server 2022 server installed with FOD.
I need to manage the shadow copy remotely from this server.
remote disk management
...
Deleted
Nov 28, 2022https://social.technet.microsoft.com/Forums/windowsserver/en-US/6588a8ea-d0fb-42ae-84ae-4cdfa43a0c7f/remotely-configuring-shadow-copies-server-2012-core
- Nov 28, 2022I already did this procedure!
- DeletedNov 29, 2022try this command or disable your firewall for testing.
New-NetFirewallRule -Name 'Remote-VSS-In-TCP' -DisplayName 'Remote VSS Remote Management (RPC)' -Description 'Inbound rule for Shadow Copies and other VSS writers to be managed remotely' -Profile Any -Direction Inbound -Action Allow -EdgeTraversalPolicy Block -Program '%SystemRoot%\System32\vssvc.exe' -Service 'VSS' -Protocol 'TCP' -LocalPort 'RPC'- Dec 01, 2022Because shadow copy management does not appear in Windows Client.