If you always intend to deploy within your organization, and license windows with KMS, is there ever a reason not to include skiprearm=1 in your various unattend files?

Seems to let me get more use out of my images.

link|improve this question

75% accept rate
This is a system administration question and belongs on Server Fault. Voting to close and migrate. – DragonLord Oct 21 '11 at 17:41
feedback

migrated from superuser.com Oct 21 '11 at 19:57

This question came from our site for computer enthusiasts and power users.

1 Answer

Rearming Windows allows you to reset the grace period for activation on your clients. Since you're using KMS, there is no need for a grace period (since the machine will automatically activate as soon as the KMS server is found). In fact, you absolutely should always use skiprearm=1 whenever you sysprep your images, because you are limited to three rearms. If you attempt to rearm a fourth time, you will get an error (http://support.microsoft.com/kb/929828). Thus, you can no longer make changes to this particular image and will need to start fresh. This can be a problem if you like to periodically roll updates into your OS image (like we do).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.