This feature allows you to have custom powershell scripts as configuration profile items.
Click on New to create a custom script item.
Notes:
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.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. |
Example:
Once you have created and saved your first custom installer - you will see new Item Type in the Configuration Profile - Profile Items selection list:
And that is how you will access/add your custom installer scripts to the profile.