
Christian Bacher
- Total activity 282
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 117
Comments
Recent activity by Christian Bacher-
Your Deployment is unlogic: Your first Step is a file copy to "C:\Windows10" but your second step starts the Install from the "Repository" and not the local c:/windows10/ folder, this makes the fir...
-
Are you sure about 27 "machines" inside your report? For me it looks more like we are talking about 27 applications matching your filter on 11 maschines. You can have 2,3 or even 4 times a applicat...
-
Beside firewall and open ports, check the Network Type. A "public" Network hides the device and blocks the ping, even if the device is member in a local domain PDQ Inventory is not able to see the ...
-
Updates are not Upgrades and that easy explains why a Win 10 1703 Update can not be deployed on Win 10 1607 device. There is no Win 10 Upgrade Package in PDQ Deploy, you have to Build one. Take a L...
-
If both offices are in the same Domain, set up a DFS Share enter link description here If not, try this: https://www.pdq.com/blog/alternative-to-dfs-deploying-to-remote-sites-with-powershell/
-
Go for Firefox ESR, its better to use this version in a productive environment and it's still a .exe and not a .msi https://www.mozilla.org/en-US/firefox/organizations/all/?q=ger Greetings Chris
-
I know your problem, i had the same behaviour a few month ago. Your workaround is only a drop on a hot stone, the issue comes back soon because the problem is not the package, it's the agent itself...
-
EDIT The Powershell step needs to be run as "Logged on User" - set ist up under Options inside the step.
-
Create a powershell step first: exit (new-object -ComObject wscript.shell).Popup("Install Application xxxxx now? (Click Yes, otherwise No)",120,"Package Install?",36) and use the "Success Code" 6...
-
Open your deployment and go to the step which cause the failure, switch to the "Option" tab and change the "Error Mode" from "Stop Deployment with Error" to "Stop Deployment with Success" Now eve...