Yes, you’re reading this correctly. As part of the new trajectory of our company, we have begun to open source some of the components and modules that are not part of our core intellectual property.

One of the first repositories we decided to publish is the PowerShell Module to administer an instance of Syncplify Server! V6 via command line.

You can find the module repository on GitHub here: https://github.com/syncplify/ss6powershelladmin

For those who don’t want to deal with source code, and just want to install the module in PowerShell, you can do this by typing a single line in your PowerShell:

Install-Module SS6AdminModule

And here’s a screenshot for the curious minds out there: