質問

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