Comment puis-je trouver l’adresse IP d’un lecteur réseau mappé sous Windows 10 ?
Ouvrez CMD
Exemple : appuyez sur la touche Windows et R
tapez ping puis le nom du lecteur, exemple ci-dessous
C:\Users\User>ping htestrna01
Pinging htestrna01.ad.com [11.30.137.214] with 32 bytes of data:
Reply from **11.30.137.214**: bytes=32 time=1ms TTL=128
Reply from 11.30.137.214: bytes=32 time<1ms TTL=128
Reply from 11.30.137.214: bytes=32 time<1ms TTL=128
Reply from 11.30.137.214: bytes=32 time<1ms TTL=128
Ping statistics for 11.30.137.214:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 1ms, Average = 0ms
Vous obtiendrez alors l’adresse IP.