Active Directory Takeover GPO Copy error

I am trying to takeover a Windows 2008 SBS domain. Everything works good until I get to copying the GPO. The robocopy can’t find \ucs servername\sysvol. It says network path is not found. I am running the command from the Windows domain controller. I don’t know enough about Linux to locate the the directory on the UCS server. I saw that the work around could be to manually copy.mcan anyone help me out with this?
Thanks

Hi,

that is strange, does it work with the ip address of the ucs server (\IP_UCS\sysvol)?

Does the sysvol share exist on the UCS server?
Run the following command on the UCS server cmdline:

-> smbclient -UAdministrator -L NAME_OF_UCS_SERVER Enter Administrator's password: ... Sharename Type Comment --------- ---- ------- netlogon Disk Domain logon service sysvol Disk ...

Can you connect to the sysvol share from the UCS server?
Run the following command on the UCS server cmdline:

-> smbclient -UAdministrator //NAME_OF_UCS_SERVER/sysvol .. smb: \> ls ... smb: \> exit

Best regards,
Felix

Mastodon