Skip to content

Commit 52749ac

Browse files
authored
Updated description for 2016.
1 parent 2a1f5b3 commit 52749ac

File tree

1 file changed

+22
-10
lines changed

1 file changed

+22
-10
lines changed

README.md

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# PowerShell-SPCmdlets
2-
SharePoint 2010 and SharePoint 2013 custom PowerShell cmdlets.
2+
SharePoint 2010, SharePoint 2013, and SharePoint 2016 custom PowerShell cmdlets.
33

44
# Referenced Assemblies
55
See [How to Build Office Developer Tools Projects with TFS Team Build 2012](https://msdn.microsoft.com/en-us/library/ff622991.aspx) for information related to using global assembly paths for project builds (Thanks to [@softwarecraft](https://github.com/softwarecraft) for the suggestion and link). If you build from a machine without SharePoint installed then you'll also need to make sure the correct version of the Microsoft.SharePoint.PowerShell assembly and any dependent assemblies are loaded into memory if you want the help files to get generated (I recommend just using a machine with SharePoint installed on it).
@@ -20,12 +20,9 @@ The SharePoint 2010 project requires access to the SharePoint 2010 (14.0.0.0) ve
2020
* Microsoft.SharePoint.Search.dll
2121
* Microsoft.SharePoint.Security.dll
2222
* Microsoft.SharePoint.Taxonomy.dll
23-
24-
If building from a SharePoint 2013 machine then you should copy the SharePoint 2010 assemblies to a global assemblies reference folder and add the following registry key to point to the folder:
25-
> [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\.NETFramework\v3.5\AssemblyFoldersEx\SharePoint 2010]@="<AssemblyFolderLocation>"
26-
27-
## SharePoint 2013 Referenced Assemblies
28-
The SharePoint 2013 project requires access to the SharePoint 2013 (15.0.0.0) version of the following assemblies:
23+
24+
## SharePoint 2013 and 2016 Referenced Assemblies
25+
The SharePoint 2013 (15.0.0.0) and SharePoint 2016 (16.0.0.0) project requires access to the respective versions of the following assemblies:
2926
* Microsoft.BusinessData.dll
3027
* Microsoft.Office.Policy.dll
3128
* Microsoft.Office.Server.dll
@@ -41,7 +38,22 @@ The SharePoint 2013 project requires access to the SharePoint 2013 (15.0.0.0) ve
4138
* Microsoft.SharePoint.Security.dll
4239
* Microsoft.SharePoint.Taxonomy.dll
4340
* Microsoft.Sharepoint.WorkflowActions.dll
44-
45-
If building from a SharePoint 2010 machine then you should copy the SharePoint 2013 assemblies to a global assemblies reference folder and add the following registry key to point to the folder:
46-
> [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\.NETFramework\v4.5\AssemblyFoldersEx\SharePoint 2013]@="<AssemblyFolderLocation>"
4741

42+
## Assembly References
43+
If building from a SharePoint 2010 machine then you should copy the SharePoint 2016 assemblies to a global assemblies reference folder and add the following registry key to point to the folder:
44+
> [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\\.NETFramework\v3.5\AssemblyFoldersEx\SharePoint 2016]@="\<AssemblyFolderLocation\>"
45+
46+
Do the same with the SharePoint 2013 assemblies:
47+
> [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\\.NETFramework\v3.5\AssemblyFoldersEx\SharePoint 2013]@="\<AssemblyFolderLocation\>"
48+
49+
If building from a SharePoint 2013 machine then you should copy the SharePoint 2016 assemblies to a global assemblies reference folder and add the following registry key to point to the folder:
50+
> [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\\.NETFramework\v4.5\AssemblyFoldersEx\SharePoint 2016]@="\<AssemblyFolderLocation\>"
51+
52+
Do the same with the SharePoint 2010 assemblies:
53+
> [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\\.NETFramework\v3.5\AssemblyFoldersEx\SharePoint 2010]@="\<AssemblyFolderLocation\>"
54+
55+
If building from a SharePoint 2016 machine then you should copy the SharePoint 2013 assemblies to a global assemblies reference folder and add the following registry key to point to the folder:
56+
> [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\\.NETFramework\v4.5\AssemblyFoldersEx\SharePoint 2013]@="\<AssemblyFolderLocation\>"
57+
58+
Do the same with the SharePoint 2010 assemblies:
59+
> [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\\.NETFramework\v3.5\AssemblyFoldersEx\SharePoint 2010]@="\<AssemblyFolderLocation\>"

0 commit comments

Comments
 (0)