Keeping track on SharePoint 2010 upgrades are critical for maintenance and development using SharePoint.
There are three methods from which the build version of SharePoint 2010 can be checked.
There are three methods from which the build version of SharePoint 2010 can be checked.
- From the SharePoint 2010 Central Administration
- From PowerShell (registry entry)
(Get-item
"hklm:software\microsoft\shared tools\web server extensions\14.0").Getvalue("version")
- From PowerShell (farm build version)
(get-spfarm).buildversion
The newest updates on SharePoint 2010 Server can be checked from the following reference location.
References: http://technet.microsoft.com/en-us/sharepoint/ff800847
No comments:
Post a Comment