Další věc, kterou se musím naučit nově:
C:\>netsh netsh>interface In future versions of Windows, Microsoft might remove the Netsh functionality for TCP/IP.Microsoft recommends that you transition to Windows PowerShell if you currently use netsh to configure and manage TCP/IP.
Type Get-Command -Module NetTCPIP at the Windows PowerShell prompt to view a list of commands to manage TCP/IP.
Visit http://go.microsoft.com/fwlink/?LinkId=217627 for additional information about PowerShell commands for TCP/IP.
netsh interface>teredo set state disabled
Ok.netsh interface>isatap set state disabled
Ok.netsh interface>6to4 set state disabled
Ok.netsh interface>exit
A jak tedy nově v PowerShellu?
Set-Net6to4Configuration –State disabled Set-NetTeredoConfiguration –Type disabled Set-NetIsatapConfiguration –State disabled
Ale tak jo, je to docela zapamatovatelné. Až na výjimku. Nedokážu pochopit, proč u dvou funkcí je použit parametr State a u jedné Type. To zase vypadá, jako kdyby to psal jiný programátor. Proč tohle ti lidé v Redmondu dělají?