Tag: windows
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…
Posted in Windows
Killing Microsoft TSE open sessions, using command line – Tuer une session Microsoft TSE ouverte, en mode commande
Jey January 16, 2012 2 Comments on Killing Microsoft TSE open sessions, using command line – Tuer une session Microsoft TSE ouverte, en mode commande
Today I was stuck on an open tse session on Windows 2003. I wasn’t able to terminate the session “normally”, with “Start > close session”….
List all Windows updates installed on a computer
This is how to list all Windows updates and put the result on an html table : wmic /node:MYCOMPUTERNAME qfe list full /format:csv > c:\listUpdates.csv…
Follow Me!