سؤال

Why is following command returning 15 and not 16?

> [Microsoft.SharePoint.SPCompatibilityRange]::NewVersion

MaxCompatibilityLevel         MinCompatibilityLevel     DefaultCompatibilityLevel                      Singular
---------------------         ---------------------     -------------------------                      --------
15                            15                            15                          True
هل كانت مفيدة؟

المحلول

Because Microsoft did not introduce CompatibilityLevel 16, yet. Therefore, the currently highest CompatibilityLevel is 15.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى sharepoint.stackexchange
scroll top