
Mike Sanders
Comments
-
Thanks. We have a GPO in place that adds the firewall ports. Even when the windows firewall is disabled on the client PC, our PDQ server can't see it, so we're certain there's some VPN routing issue.
-
err, here is the ps1 script with the code block. start-sleep 10 Invoke-Command -ComputerName pdqdeployserver.yourdomain.tld -ScriptBlock {ipconfig /flushdns; pdqdeploy.exe Deploy -Package "Packag...
-
I figured it out. In MDT, I had to create a command line task sequence (not powershell): powershell -executionpolicy bypass "& ""\\mdtserver\deploymentshare$\Scripts\Invokepdq.ps1""" Then set "Run...
-
Colby, Thank you for your continued support. Sorry again for the late reply - snow in Texas. :) I did notice that the line "New PC Deployment" -Targets $env:COMPUTERNAME WAS on a separate line, so...
-
I copy/pasted the script to the imaged laptop and got this, (again, changed my pdq server name for security purposes): The registration of the DNS resource records for all adapters of this computer...
-
Thank you Colby, Sorry for taking so long to get back. In the link you provided, the code for the PSExec script matches what I already had in my script (I don't see a new line.) Just for grins, I ...
-
FYI, looks like pics and scripts are showing up fine now on the regular page now. Thank you guys for your quick support!
-
Thank you Colby!!