digbyp
Members-
Posts
82 -
Joined
-
Last visited
Profile Information
-
Gender
Not Telling
Recent Profile Visitors
5304 profile views
-
Cristian Scarafiotti reacted to a post in a topic: Speed Test
-
Does this help? https://ninite.com/help/features/silent.html
-
We need a real powershell dialogue in pulseway
digbyp replied to mario_saternus's topic in Feature Requests
Have you looked at Power of the Shell plugin on plugins page? -
Paul reacted to a post in a topic: Speed Test
-
I could be wrong, but I thought Paulcsiki shutdown plugin replaced shutdownscheduler as it stopped working?
-
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
-
Stuart, Are your plugins bespoke to your office environment? If not, care to share with the community? Paul
-
Martin Stevnhoved reacted to a post in a topic: FEATURE REQUEST : DHCP Scope almost full
-
Paul reacted to a post in a topic: FEATURE REQUEST : DHCP Scope almost full
-
You could monitor Event Log for event id 1020 and send notification
-
Chris reacted to a post in a topic: PowerOfTheShell Plugin 1.5
-
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 }
-
You can open Terminal and run the first two
-
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.
-
Chris reacted to a post in a topic: Schedule Restart Option
-
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
-
Chris reacted to a post in a topic: Pulseway Installation help...
-
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
-
I have never specified anywhere, the version of Powershell that is being used. Your version 2 scripts should just work without the specification
-
Chris reacted to a post in a topic: Ability to Export Notifications
-
Found it - you are referring to the Dashboard and not the App
-
I do not see this option! Not in Computer, Notifications, or Notifications?