Category: Uncategorised

Sysmon Configuration with DSC

23rd October, 2017

As part of a project I’m working on I was asked to install and configure Sysmon on all servers using DSC (Azure Automation DSC in this case)   After a bit of effort I came up with the following Configuration xSysmon { param ( [string] $SourcePath = “”, [string] $LocalPath = “”, [string] $ConfigFileName = […]

Bandwidth Latency’s Relationship to Throughput

12th June, 2015

This post aims to explain bandwidth and latency individually and then look at how they relate to throughput.  It came about when discussing how some transfers like mailbox moves got nowhere near to using the overall capacity on a network link, and also why SMTP transfers for large emails were taking much longer than expected. […]