문제

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