Server - Salvare i nomi e permessi di condivisioni di rete che utilizzano Netbios


Procedura per salvare i nomi e permessi di condivisioni di rete che utilizzano Netbios.

  1. Launch regedit
  2. Export HKLM\SYSTEM\CurrentControlSet\Services\LanmanServer\Shares registry key from the source server
  3. Disable SERVER service on the source server (to be sure no one is modifying data during migration)
  4. Run RoboCopy using /COPYALL key (or /SEC key at least)
    robocopy source destination /MIR /SEC /E
  5. Import registry file (exported in the first step) to the destination server
  6. Restart SERVER service on the destination server (required for imported registry file to take an effect)

Importante: Tramite questa procedura tutte le precedenti condivisioni vengono eliminate e sostituite con quello attuale. Per vedere le condivisioni è sufficiente, sul server, dare il comando net share


[update 2015.11]

To preserve all permissions you need to copy all file utilizing robocopy command

 /DCOPY:T /COPYALL /MIR