SRV1
Install-WindowsFeature nlb -IncludeManagementTools
SRV2
Install-WindowsFeature nlb -IncludeManagementTools
DC
New-NlbCluster -HostName SRV1 -InterfaceName Ethernet0 -ClusterName SRV -ClusterPrimaryIP 192.168.0.230 -SubnetMask 255.255.255.0 -OperationMode Multicast
Get-NlbClusterPortRule -HostName SRV1 | Remove-NlbClusterPortRule -Force
"80","443","49443"|%{Add-NlbClusterPortRule -HostName SRV1 -StartPort $_ -EndPort $_ -IP 192.168.0.230 -Protocol Tcp -Affinity Single -InterfaceName Ethernet0}
Add-NlbClusterNode -HostName SRV1 -InterfaceName Ethernet0 -NewNodeName SRV2 -NewNodeInterface Ethernet0