Jump to content

digbyp

Members
  • Posts

    82
  • Joined

  • Last visited

Posts posted by digbyp

  1. 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

  2. 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
        }

  3. 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

  4. 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

×
×
  • Create New...