-
-
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?
digbyp
Members
-
Joined
-
Last visited