Troubleshooting PowerShell Scripts
Troubleshooting information when errors occur running PowerShell Scripts.
-
File
<ScriptName>.ps1cannot be loaded because the execution of scripts is disabled on this system -
Enable the running of PowerShell scripts by entering the following PowerShell command:
Set-ExecutionPolicy Unrestricted -
Could not load file or assembly
<Path>\ImportExport\ChilkatDotNet4.dllor one of its dependencies -
In Windows Explorer, navigate to the installation media \ImportExport\ folder, select
ChilkatDotNet4.dlland click Properties. In the General tab, click Unblock. Click OK to close the dialog. Then restart PowerShell and perform the same steps as before.