Category: Windows
All Windows stuff
Posted in Windows
How to shadow a session on Windows 2012 (R2 only)
It seems that to Remote Control a user in RDS (shadowing) was removed from Windows Server 2012. It’s now reintroduced with Windows 2012 R2, I…
Testing network path with powershell
If you want to scan a large list of network path to suppress old references, here is how to do it quickly in powershell. Beware…
Posted in Windows
Robocopy on slow or busy links using Interframe gap (IPG).
Use /IPG:n option to reduce robocopy’s impact on a slow or busy network link. Between each 64Kb packet, robocopy will wait for n milliseconds so…
PowerShell : Get the most recently modified file for each directories
Jey August 20, 2012 5 Comments on PowerShell : Get the most recently modified file for each directories
The most efficient way to work on Windows is using PowerShell. You can do virtually anything with it. I’m just a newbie with PowerShell but…
How to use iperf for network speed testing – Comment utiliser iperf pour des effectuer des tests de vitesse réseau.
Jey February 24, 2012 Leave a Comment on How to use iperf for network speed testing – Comment utiliser iperf pour des effectuer des tests de vitesse réseau.
While solving lots of backup issues in my job, I noticed that large number of those was directly related to network issues. Consequently it became…
Follow Me!