
Mike Sanders
Activity overview
Latest activity by Mike Sanders-
Mike Sanders commented, 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.
-
Mike Sanders created a post, Alternatives to RAS VPN
We are running PDQ Deploy without issues to our in-house clients, but having issues pushing packages to our remote users. We already have a VPN in place and remote users can access our PDQ server f...
-
Mike Sanders created a post, Switching from SCCM - client access questions in PDQ
Hello, We are planning on transitioning to PDQ Deploy for our package deployments, but have a few questions... 1. I noticed that both file and print sharing and network discovery must be enabled on...
-
Mike Sanders commented, 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...
-
Mike Sanders commented, 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...
-
Mike Sanders commented, 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...
-
Mike Sanders commented, 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...
-
Mike Sanders commented, 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 ...
-
Mike Sanders created a post, pdq_deploy_invoke_command.ps1 not running in MDT task sequence
Hello, My apps aren't being pushed by PDQ to a newly imaged laptop. This is the message I get: If I go to our PDQ Deployment Server and push apps to the newly imaged laptop, it works just fine, so...
-
Mike Sanders commented, FYI, looks like pics and scripts are showing up fine now on the regular page now. Thank you guys for your quick support!