This article has not been completed yet. However, it may already contain helpful Information and therefore it has been published at this stage.
# Query of the adapter name
Get-NetAdapterBinding | Where-Object ComponentID -EQ 'ms_tcpip6'
# Disable IPv6 on the respective adapter
Disable-NetAdapterBinding –InterfaceAlias "<Name>" –ComponentID ms_tcpip6