Colby Bouma
Comments
-
Do the scripts work outside of MDT? I believe they should return some output like "Deployment started".
-
PDQ has to be able to reach the target computers over SMB. https://help.pdq.com/hc/en-us/articles/220509287-How-It-Works-PDQ-Deploy https://www.youtube.com/playlist?list=PL1mL90yFExsjf3ZmsM6mCE4wma...
-
My assumption is that it's referring to the file:// part, probably the PDQ%20Deploy section. Would you be comfortable exporting your package to XML and sharing it here? If not, contact support@pdq....
-
It looks like you're running that in a PowerShell step, but it doesn't look like PowerShell code. Have you tried the Command step?
-
Is there anything in the Output Log?
-
I recommend reaching out to support@pdq.com
-
There's no native way to do that, but it might be possible to build a kludge. What do each of those steps need to do?
-
My guess is that the module you're trying to load isn't installed on the target computer.
-
Try just "smtp.gmail.com" for the server.
-
It looks like the MDT blog that you copied that from got reverted to an old version that has a missing newline. Here's a fixed version of the script from the last time that blog had issues: https:/...