Sometimes it is needed to find out the maximal packet size on a windows network.
ping
for example:
ping www.google.com -4 -w 1000 -n 1 -f -l 1472
1472 was the biggest for my connection, before it had to fragment the packet.
This depends on network settings and networking technology and should be tested down from 1500 – 0 until one ping reaches the target.