Jump to content
Pulseway 9.14 🔥

digbyp

Members
  • Joined

  • Last visited

  1.    Cristian Scarafiotti reacted to a post in a topic: Speed Test
  2. digbyp replied to pablohoney's post in a topic in Requests
    Does this help? https://ninite.com/help/features/silent.html
  3. Have you looked at Power of the Shell plugin on plugins page?
  4. Paul started following digbyp
  5. digbyp replied to cjs1976's post in a topic in Windows
    Yes please.
  6.    Paul reacted to a post in a topic: Speed Test
  7. I could be wrong, but I thought Paulcsiki shutdown plugin replaced shutdownscheduler as it stopped working?
  8. digbyp replied to studiouk's post in a topic in Feature Requests
    For me (Powershell 2 - yes I really must update!!!), this had an error. However, the below works (as a single line) $a=Get-Date; $web = New-Object Net.WebClient; $web.DownloadString("http://client.akamai.com/install/test-objects/10MB.bin") | out-null; $t = "$((10/((Get-Date)-$a).TotalSeconds)*8) Mbps"; $t
  9. Stuart, Are your plugins bespoke to your office environment? If not, care to share with the community? Paul
  10.    Paul reacted to a post in a topic: FEATURE REQUEST : DHCP Scope almost full
  11. You could monitor Event Log for event id 1020 and send notification
  12.    Chris reacted to a post in a topic: PowerOfTheShell Plugin 1.5
  13. I use the following code to determine if the snapin is loaded or not # Add Exchange 2010 commandlets (if not added) if(!(Get-PSSnapin | where-Object {$_.name -eq "Microsoft.Exchange.Management.PowerShell.E2010"})) { ADD-PSSnapin Microsoft.Exchange.Management.PowerShell.E2010 -ErrorAction SilentlyContinue }
  14. digbyp replied to Dan P.'s post in a topic in Feature Requests
    You can open Terminal and run the first two
  15. digbyp replied to innofield's post in a topic in Linux
    If you google Powershell RBL check, you will find a number of powershell scripts that will do a check and send an email of result.
  16.    Chris reacted to a post in a topic: Schedule Restart Option
  17. digbyp replied to techtripp's post in a topic in Feature Requests
    This may be of interest - a plugin to schedule re-start or shutdown http://forum.pulseway.com/topic/952-shutdown-or-restart-scheduler-v10/#entry5192
  18.    Chris reacted to a post in a topic: Pulseway Installation help...
  19. digbyp replied to JDaveWms's post in a topic in Windows
    As Chris says, you need to Install the appropriate Agent for your computers (http://www.pulseway.com/downloads). Once this is completed, select the Desktop Apps tab and install the Dashboard. From the Dashboard, you can connect to the Agents and Remote Control. Hope this helps Paul
  20. I have never specified anywhere, the version of Powershell that is being used. Your version 2 scripts should just work without the specification
  21.    Chris reacted to a post in a topic: Ability to Export Notifications
  22. Found it - you are referring to the Dashboard and not the App
  23. I do not see this option! Not in Computer, Notifications, or Notifications?