Microsoft Reduce Customer Effort Center

Our team drives product feedback based on solid data, it drives proactive issue prevention and ultimately, drives improvements around products based on customer feedback.

Browse by Tags

Related Posts
  • Blog Post: How to query network adapter for IPv6 protocol?

    Assuming you need it in script, PowerShell: # computername $MachineName = 'localhost' # open HKLM reg on $MachineName $reg = [Microsoft.Win32.RegistryKey]::OpenRemoteBaseKey('LocalMachine', $MachineName) # open subKey SYSTEM\CurrentControlSet\services\TCPIP6\Linkage $regKey =...