Everything posted by digbyp
-
Install ninite agent
Does this help? https://ninite.com/help/features/silent.html
- We need a real powershell dialogue in pulseway
- Monitor a DELL server.
- Plugin Deployment
-
Speed Test
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
- Plugin Deployment
- FEATURE REQUEST : DHCP Scope almost full
-
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 }
-
Remote network diagnostics
You can open Terminal and run the first two
-
Spam Blacklist Check
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.
-
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
-
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
-
PowerOfTheShell Plugin 1.5
I have never specified anywhere, the version of Powershell that is being used. Your version 2 scripts should just work without the specification
-
Ability to Export Notifications
Found it - you are referring to the Dashboard and not the App
-
Ability to Export Notifications
I do not see this option! Not in Computer, Notifications, or Notifications?
-
Remote Desktop (Beta) - constant dropouts
This indeed does update to a later file date. I notice it says file date 22/09/2014. Surprised it was not today's date? Also, how effectively roll-out to all clients without visiting each machine?
-
Notification on Printer Status
If you are going to interface with printers - then you could add notification when toner / ink low, other messages etc. Probably not though, given the multitude of printers etc. Now theres a challenge!
-
Shutdown or Restart Scheduler v1.0
Is there a resolution yet, to it staying at State Disabled? Also, it seems 1 - When you set time, you have to go back in and Save a second time 2 - Enable schedule definitely not work on Windows 2008 R2 or Windows XP (does not change state to Enabled 3 - I presume once working one can revers and disable? 4 - Assuming perhaps a computer would shut down - just tested and did not This is a great plugin - any chance of fixing soon? thanks
-
Wake on WAN only works on home wifi
WOL related, but probably not fix the issue here - but this is what I had to do on a DEL Optiplex As well as enabling WOL in BIOS, Disable Sleep Mode
-
Notifications did not work
Probably not the reason - but notifications do not work when computer is in maintenance mode
-
HDD sleep issue
One feature that would cause it if you you enable it, is disk space monitor. As this would cause PC Monitor to check the disk every so often, but not sure how often.
-
PC Monitor Config Plugin v1.1
A few modifications made - see first post for v1.1 Let me know if it now works under Windows v8.1
-
REQ: Auto Status Removal
On the iPhone, there are 4 options at bottom (Systems, Notifications, Reports, Settings). Tap Settings and within there you will find it.
-
PC Monitor Config Plugin v1.1
Hey Johni - good to see you back. How's your POTS plugin update coming along? I have no idea about the issue! I have just tested on my Windows 8 PC and works just fine. I adapted plugin from code that Paul Csiki provided and with his help (a lot), put the plugin together. Maybe specific to Windows v8.1. I shall ask Paul for his interpretation
-
REQ: Auto Status Removal
In settings, there is a 'Clear badges on exit' toggle. However, they will re-appear again if the issue is not resolved. Hope this makes sense