If you had to restore a harddrive after a failure i.e. drive failure, RAID configuration or similar, you can restore/re-enable network shares by using this approach:
Saving and restoring existing Windows shares
http://support.microsoft.com/kb/125996
http://support.microsoft.com/kb/816113
Solution, create bat file and run it:
RestartServerService.bat
Net Stop Server
Net Start Server
Net Start "Computer Browser"
Prevent checkdisk from running
Saving and restoring existing Windows shares
http://support.microsoft.com/kb/125996
http://support.microsoft.com/kb/816113
Solution, create bat file and run it:
RestartServerService.bat
Net Stop Server
Net Start Server
Net Start "Computer Browser"
Prevent checkdisk from running
No comments:
Post a Comment