Skip to content

The module includes cmdlets to manage MSP360 (CloudBerry) Backup agent, MBS API and tools.

Notifications You must be signed in to change notification settings

msp360/MSP360-PSModule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

drawing

MSP360 PowerShell Module

First step before using our PowerShell Module is installing it in your system. Below you can find instructions for doing so.

NOTE: 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 an Administrator account and run this command.

[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
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 the following command.

Set-ExecutionPolicy RemoteSigned

Use the following command to load module.

Import-Module -Name msp360

Examples

Here is an example of a couple of popular requests to start working with our PowerShell module:

Get-Command -Module msp360

Get-Help Start-MBSBackupPlan