
Marcel Lipovsky
Comments
-
Be sure to install PDF Sam like this msiexec /i "pdfsam-v3.3.7.msi" /qn CHECK_FOR_UPDATES=false DONATE_NOTIFICATION=false SKIPTHANKSPAGE=Yes LOCALE_CODE=enLOCALE PLAY_SOUNDS=true CHECK_FOR_NEWS=fal...
-
You may also give the wuforce.vbs script from Rob Dunn a shot. https://community.spiceworks.com/scripts/show/82-windows-update-agent-force-script-email-results-version-2-8 This way you can force th...
-
I've created a simple report as sa example. Stopped services XML
-
Hi, first of all, you should configure the service's recovery actions in the service's properties. There you can also use a program to send a mail so you know a service failed. Other than that, you...
-
netsh is your friend... you can find some more info here Just create a batch and deploy it where needed. Something like: netsh interface ipv4 set address name="Local Area Connection" source=dhcp ne...
-
Add the following to the installation step: /L*V "C:\log\example.log" and after the installation fails, check the log for details. More info about Msiexec and logging can be found here https://www....
-
This is because of RDP session temp folder GPO in Administrative Templates\Windows Components\Terminal Services\Temporary folders group policy.: https://docs.microsoft.com/en-us/previous-versions/w...
-
Hi, does the discovered IP in PDQ inventory match the nslookup's IP address? what are your heatbeat settings?