You can get to the index of all my STSADM commands and PowerShell cmdlets here.
SharePoint Online Custom Cmdlets + Source Code
- Installer: Latest releases available via the Git Repository – Download and install the cmdlets and start using them by calling the Connect-SPOSite cmdlet. See the command index for the full list of cmdlets.
- Source Code: PowerShell-SPOCmdlets Git Repository – The source code has a dependency on the MAML Generator project which is included in the ReferenceAssemblies folder of the project. You can also download the MAML Generator project from it’s Git Repository: https://github.com/glapointe/PowerShell-MamlGenerator.
SharePoint 2010+2013 Cmdlets + Source Code
- WSPs: Latest releases available via the Git Repository.
To install for the first time run the following commands (make sure you are in the directory where you downloaded the file):- Add-SPSolution Lapointe.SharePoint.PowerShell.wsp
- Install-SPSolution -Identity Lapointe.SharePoint.PowerShell.wsp -GACDeployment
To upgrade if previously installed run the following commands (make sure you are in the directory where you downloaded the file):
- Update-SPSolution -LiteralPath Lapointe.SharePoint.PowerShell.wsp -Identity Lapointe.SharePoint.PowerShell.wsp -GACDeployment
- Source Code: PowerShell-SPCmdlets Git Repository – The source code has a dependency on the MAML Generator project which is included in the ReferenceAssemblies folder of the project. You can also download the MAML Generator project from it’s Git Repository: https://github.com/glapointe/PowerShell-MamlGenerator.
SharePoint 2007 STSADM/Cmdlets Source Code
SharePoint 2007 STSADM Extensions and PowerShell Cmdlets Source Code
The source code contains four projects and requires Visual Studio 2008 or later:
- Lapointe.SharePoint.STSADM.Commands
- Lapointe.SharePoint.PowerShell.Commands
- Lapointe.SharePoint.PowerShell.Commands.Setup
- Lapointe.SharePoint.PowerShell.Commands.Setup64
SharePoint 2007 STSADM Extension WSP Files (SP2+ is Recommended)
MOSS Only STSADM Extensions (x86, x64)
To install for the first time run the following commands (make sure you are in the directory where you downloaded the file):
- stsadm -o addsolution -filename Lapointe.SharePoint.STSADM.Commands.wsp
- stsadm -o deploysolution -name Lapointe.SharePoint.STSADM.Commands.wsp -immediate -allowgacdeployment
- stsadm -o execadmsvcjobs
To upgrade if previously installed run the following commands (make sure you are in the directory where you downloaded the file):
- stsadm -o upgradesolution -filename Lapointe.SharePoint.STSADM.Commands.wsp -name Lapointe.SharePoint.STSADM.Commands.wsp -immediate -allowgacdeployment
- stsadm -o execadmsvcjobs
WSS Only STSADM Extensions (x86, x64)
To install for the first time run the following commands (make sure you are in the directory where you downloaded the file):
- stsadm -o addsolution -filename Lapointe.SharePoint.STSADM.Commands.WSS.wsp
- stsadm -o deploysolution -name Lapointe.SharePoint.STSADM.Commands.WSS.wsp -immediate -allowgacdeployment
- stsadm -o execadmsvcjobs
To upgrade if previously installed run the following commands (make sure you are in the directory where you downloaded the file):
- stsadm -o upgradesolution -filename Lapointe.SharePoint.STSADM.Commands.WSS.wsp -name Lapointe.SharePoint.STSADM.Commands.WSS.wsp -immediate -allowgacdeployment
- stsadm -o execadmsvcjobs
SharePoint 2007 PowerShell Cmdlet Installers
For information about installing the cmdlets see the post detailed here.
- MOSS Only PowerShell Cmdlets (x86)
- WSS Only PowerShell Cmdlets (x86)
- MOSS Only PowerShell Cmdlets (x64)
- WSS Only PowerShell Cmdlets (x64)
Windows PowerShell MAML (Help) Generator
- https://github.com/glapointe/PowerShell-MamlGenerator – This assembly is briefly documented here.
Windows PowerShell ISE V3 Copy as HTML Add-on
- Falchion.PowerShell.CopyAsHtmlAddOn.zip – This is an add-on for Windows PowerShell ISE V3 which allows you to copy text as HTML for pasting into applications such as Windows Live Writer. You can find more details here.