Dan Jackson
Comments
-
Tech Dave is Wake on LAN enabled in the BIOS? Also, some newer network adapters have a "Wake on Link" setting in the advanced settings of the device properties in Device Manager, which may also nee...
-
Microsoft also has a guide in their FAQ page which says how you can detect the machine-wide version https://docs.microsoft.com/en-us/onedrive/per-machine-installation so if we could have a correspo...
-
I would also like to see Amazon Corretto included in the PDQ Library as an alternative to Oracle Java.
-
@johnrehill what timeout settings did you use? I upped the timeout on mine but I'm still finding it's timing out. Also am I right in thinking the package needs to be set to "pull" rather than "push...
-
I tried following the instructions here to create a package for an in-place upgrade from LTSB 1607 to LTSC 1809. I've already successfully manually done some of these, so I know it's possible and t...
-
I would also like to see this. I have to abort the running deployments and reboot the machine with PDQ installed before I can successfully deploy something I need deployed straight away.
-
Does the one in the package library fix the default Windows zip association as well? As the 7-zip uninstaller doesn't seem to restore this.
-
Doh! I didn't think to look in the package library...
-
So this is the script I went with in the end: If ((Test-Path 'C:\Program Files\7-zip\uninstall.exe') -or (Test-Path 'C:\Program Files (x86)\7-zip\uninstall.exe')){ Write-Output "Uninstall.exe fou...
-
I got a warning in PDQ Deploy saying I should use Write-Output instead of Write-Host so I changed that as well.