Getting Started
First step before using our Powershell Module is installing it in your system. Below you can find instructions for doing so.
You can find the current version of your Powershell by running this command:
Get-Host | Select version
For Powershell version 3.0 - 5.1 and above:
Open PS console with Administrator account and run this command.
iex ((New-Object System.Net.WebClient).DownloadString('https://git.io/JUSAA')+'Install-MSP360Module')
For Powershell version 2.0
For Powershell with version below we suggest updating to the most recent version.
Additional steps
At some step you also may be required to allow remotesigned execution policy by running
Set-ExecutionPolicy RemoteSigned
Use the following command to load module.
Import-Module -Name msp360
Examples
Here is an example of a couple popular requests to start working with our PowerShell module:
Get-Command -Module msp360
Get-Help Start-MBSBackupPlan
Tech questions: support@msp360.com
Sales questions: sales@msp360.com