Distribution of a power shell script
We are looking to run a power shell script remotely on all our systems and would like to try to send it out via KACE. is it possible to do via either a distribution or Kace script?
0 Comments
[ + ] Show comments
Answers (1)
Please log in to answer
Posted by:
feeldamped
5 years ago
Hi,
I've setup a few like this in the past:
https://www.itninja.com/blog/view/how-to-run-a-powershell-script-from-k1000
This has worked for us.
Here's also a list of all of the flags you can use with powershell.exe
https://docs.microsoft.com/en-us/powershell/scripting/components/console/powershell.exe-command-line-help?view=powershell-6
Thanks