PowerShell Guide
This article explains how to install, uninstall, or update SPDocKit PowerShell Module.
Last updated
Was this helpful?
This article explains how to install, uninstall, or update SPDocKit PowerShell Module.
Last updated
Was this helpful?
SPDocKit PS module is used to collect SharePoint farm settings and permissions. SPDocKit PS module needs to run on a server inside your client’s farm.
After acquiring PowerShell module from or Syskit , the module can be imported by manually copying the module and pasting it to the PowerShell module path or by using the command, whichever you prefer.
The PowerShell module can be used with PowerShell version 3.0 or higher.
Please note! To be able to install _**_SPDocKit PS module using PowerShell's Install-Module command, PowerShell 5 or later is required.
You can easily upgrade PowerShell by downloading
Save the module to preferred location:
< path > can be any location of your choice such as: C:\Users\Public\Desktop Save–Module command automatically downloads and unzips module to location.
Install the module:
Install-Module command installs SPDocKit PS Module to default location: C:\Program Files\WindowsPowerShell\Modules
(Optional) Check the SPDocKit PS module version:
Running Get-SPDocKitVersion is used to check SPDocKit PS module version to make sure you have successfully installed the module.
Navigate to the Manual Download tab, then select the Download the raw nupkg file option.
Once you’ve downloaded syskit.spdockit.ps.1.X.X.nupkg, change the file extension from .nupkg to .zip and extract it to a location of your choosing.
Please note! The file you downloaded is just a .zip archive with extra files containing information about the contents of the package. You can unpack the downloaded file by changing the file extension from .nupkg to .zip.
Finally, copy the extracted content from syskit.spdockit.ps.1.X.X folder to C:\Program Files\WindowsPowerShell\Modules\SysKit.SPDocKit.PS.
If you wish to uninstall SysKit.SPDocKit PS module from a server inside your client’s farm you can use the following command:
Or you can manually delete SysKit.SPDocKit PS file from the location you chose during installation.
SysKit.SPDocKit module update can be done using the following command:
To update the module manually, first, uninstall the existing version of module, then follow instructions in [section 2](powershell-guide.md#2-manually-copy-and-paste-powershell-module) of this article.
Please note! After a successful update of the module, restart of the Windows PowerShell is required before creating the snapshot, otherwise, the snapshot will be created using the old version of the module.
SPDocKit PS module does not support SharePoint 2010.
Go to to find the latest version of SPDocKit PowerShell module.
General information on how to create a snapshot can be viewed .