Wednesday, August 8, 2012

SBS 2003 CALs are missing

This happens frequently. 

Copy the following red text into a txt file, rename it to sbscal.bat and run it. You should be all set afterwards. 

net stop LicenseService
rename %windir%\system32\licstr.cpa %windir%\System32\licstr.cpa.old
copy %windir%\system32\autolicstr.cpa %windir%\system32\licstr.cpa
net start LicenseService

No comments:

Post a Comment