Jump to content

digbyp

Members
  • Posts

    82
  • Joined

  • Last visited

1 Follower

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

4963 profile views
  1. Does this help? https://ninite.com/help/features/silent.html
  2. Have you looked at Power of the Shell plugin on plugins page?
  3. I could be wrong, but I thought Paulcsiki shutdown plugin replaced shutdownscheduler as it stopped working?
  4. 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
  5. Stuart, Are your plugins bespoke to your office environment? If not, care to share with the community? Paul
  6. You could monitor Event Log for event id 1020 and send notification
  7. 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 }
  8. You can open Terminal and run the first two
  9. 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.
  10. 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
  11. 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
  12. I have never specified anywhere, the version of Powershell that is being used. Your version 2 scripts should just work without the specification
  13. Found it - you are referring to the Dashboard and not the App
  14. I do not see this option! Not in Computer, Notifications, or Notifications?
×
×
  • Create New...