msp360 / MSP360-PSModule

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:PowerShell 100.0%