I found this thread about estimating the size increase in the NTDS.dit file after enabling Credential Roaming:
It provides this formula: (((CertificateSizeInByte + KeySizeInByte) * (#UserCertificates * #PastCertificateRenewals * #Machines) + (DPAPIkey * ProfileAgeInYears * 4) + DPAPIpreferredfile + (#StoredUserNamesAndPasswords * 400)) / 1024
However, since this was published a hotfix was released to decrease the database size:
http://support.microsoft.com/kb/2520487
I'm wondering how to calculate the impact of Credential Roaming on the NTDS.dit file after applying this hotfix.
Thanks