HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DNS\ParametersCreate a new DWORD "MaxCacheTtl" with a DECIMAL setting of 300 (for 300 seconds)
Then restart the DNS service (not required)
Helpful bits and bytes
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DNS\ParametersCreate a new DWORD "MaxCacheTtl" with a DECIMAL setting of 300 (for 300 seconds)
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DNSCache\ParametersCreate a new DWORD "NegativeCacheTime" with a DECIMAL setting of 30 (for 30 seconds)
Get-MailboxStatistics | Sort-Object TotalItemSize -Descending | ft DisplayName,@{label="TotalItemSize(KB)";expression={$_.TotalItemSize.Value.ToKB()}},ItemCount
for /L %a in (1,1,32) do netsh int ip add address "Local Area Connection" 192.168.0.%a 255.255.255.255This will add 192.168.0.1 - 192.168.0.32 to the network adapter named "Local Area Connection"
netsh firewall set portopening TCP 3389 microsoft-rdp
osql -E -Q "exec sp_password NULL,'new_sa_password','sa'"
vzfsctl lnkctl CT_ID --link c:\vz\private\CT_ID\root\windows\system32\drivers\rdpwd.sys --dst \windows\system32\drivers\rdpwd.sys --system vzfsctl lnkctl CT_ID --link c:\vz\private\CT_ID\root\windows\system32\drivers\RdpDD.sys --dst \windows\system32\drivers\RdpDD.sys --system vzfsctl lnkctl CT_ID --link c:\vz\private\CT_ID\root\windows\system32\drivers\termdd.sys --dst \windows\system32\drivers\termdd.sys --system vzfsctl lnkctl CT_ID --link c:\vz\private\CT_ID\root\windows\system32\termsrv.dll --dst \windows\system32\termsrv.dll --systemIf the file linking was your problem you should immediately be able to RDP to the container once again.