Initial configuration
After installation
powershell.exe Sconfig.cmd
Copy Files for whatever reason
[2]Using WinRM and Powershell sessions seems to be the easiest method for this.
$session=get-pssession copy-item -tosession $session -path c:\local\path -destination c:\remote\path -recurse
Configure Firewall
<ref>https://technet.microsoft.com/library/hh831755.aspx</re>
New-NetFirewallRule -DisplayName “Allow Inbound Telnet” -Direction Inbound -Program %SystemRoot%\System32\tlntsvr.exe -RemoteAddress LocalSubnet -Action Allow