Posts posted by pablohoney
-
-
-
-
-
-
13 hours ago, digbyp said:
Much thanks @digbyp figured it out about 5 minutes after I posted it. Ended up modifying the version for GFI. https://ninite.com/help/enterprise/gfi.html

-
-
-
On 7/4/2017 at 5:55 AM, Paul said:
What command are you running to restart the operating system? Is it a simple:
shutdown -r -f -t 00If so, try to restart the OS via WMI:
Get-WmiObject win32_operatingsystem -ComputerName Quark | Invoke-WMIMethod -name Win32Shutdown -ArgumentList @(6)-Paul
The script above looks good on a test machine. I'll test it out tonight on the one that's simply shutting down only and let you know. Thanks again.
-
-
-
I've tried a couple of recommendations around the web for powershell and batch for restarting a Windows machine. Each script seems to work fine on all machines with the exception of one workstation that seems to shutdown only and not perform a restart - when the scheduled task is ran via Pulseway.
Has anyone ever experienced this - where the machine simply shuts down vs restarting? Also, is there a reliable Windows restart script that anyone can share? Thank you.
-
When creating an automated task - would like the option to run that automated task automatically if a computer was offline at the designated time.
This would come in handy if a client's machines internet connection is lost, is powered down, or consistently turns their machine off prior to the scheduled task running.
-
-
-
-
-
-
-
-
-
-
Service not starting on reboot
in Windows