Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Click on New to create a custom script item.

...

NoteNotes:

  1. powershell.exe will be launched along with the contents of the Powershell Script field.

    There is no validation of the powershell so it should be tested and verified working outside of MSP Toolshed before adding as custom script.

  2. If you have an AntiVirus installed prior to running Powershell Scripts in MSP Toolshed, be sure to exclude or otherwise allow Powershell to run in your Antivirus Product. The path used is

    c:\ezdeploy\ezdservice\downloadcache

Custom Script Settings

Usage

Name

Name of custom script

Description

Description of what the custom script does

Powershell Script

Powershell command(s). If you have existing .ps1 file - copy contents from file to this field.

Timeout (mins)

Defaults to 10 min. Increase if you know the time to perform custom powershell script will be longer than 10 min and up to 60 min.

...