digbyp
-
Joined
-
Last visited
Posts posted by digbyp
-
-
-
-
-
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
-
-
-
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
} -
-
-
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
-
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
-
-
-
-
-
-
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
-
-
-
-
-
-
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
-
Install ninite agent
in Requests
Does this help?
https://ninite.com/help/features/silent.html