Sure you use ipconfig /displaydns but have you tried get-dnsclientcache?
Here is a list of my new powershell networking cmdlets
get-dnsclientcache IPCONFIG /DISPLAYDNS
clear-dnsclientcache IPCONFIG /FLUSHDNS
get-netadapter IPCONFIG
get-netipaddress IPCONFIG
get-netipconfiguration IPCONFIG
test-netconnection PING
IPCONFIG REPLACEMENT
http://minasi.com/newsletters/nws1210.htm
Also make sure to replace your command prompt with powershell
References
http://windowsitpro.com/windows-10/replacing-command-prompt-powershell-windows-10-start-menu
http://windowsitpro.com/powershell/powershell-netsh
http://www.virtualizationhowto.com/2016/01/windows-10-networking-powershell-commandline-tools/