poweshell script not executing through Kace
Trying to execute a .ps1 script. the script runs fine lcoally but when it is executed through kace it does not work. no error messages. Not sure what is going on. Even set the execution policy to unrestricted (set-executionpolicy unrestricted). Running it as local and admin still no luck. Any ideas
3 Comments
[ + ] Show comments
-
For me its usually a permissions issue when scripts don't run properly. Sounds like you might have looked into that already. Have you checked to see if the script starts at all? You could add a line in the beginning to write to a text file and see what happens. - getElementById 9 years ago
-
Please post a screenshot of your kscript. - htomlinson 9 years ago
-
https://support.software.dell.com/k1000-systems-management-appliance/kb/148903 helped resolve the issue, thanks everyone! - python 9 years ago
Answers (1)
Answer Summary:
Please log in to answer