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
When accessing or remotely managing the shadow copy, an error appears.
initialization failure
Error 0x800706ba: The RPC server is not available.
Open firewall doors.
11 Replies
Sort By
- TonWinCopper ContributorDo we have any progress? I have the same Problem. Windows Server 2022 Core incl. FOD should remotely managed Volume Shadow Copy. If the firewall is turned on with the option: Log dropped packages ... nothing is logged in the firewall log. If the firewall is turned off VSS managenment is possible. No idea whats wrong.
- I already have the solution. I'm writing an article soon, I'll post the link here.
- Deletedhttps://social.technet.microsoft.com/Forums/windowsserver/en-US/6588a8ea-d0fb-42ae-84ae-4cdfa43a0c7f/remotely-configuring-shadow-copies-server-2012-core
- I already did this procedure!
- Deletedtry 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'