Initial configuration

From Michael's Information Zone
Revision as of 16:15, 23 August 2017 by Michael.mast (talk | contribs) (→‎Configure Firewall)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

After installation

[1]

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

[3]

New-NetFirewallRule -DisplayName “Allow Inbound Telnet” -Direction Inbound -Program %SystemRoot%\System32\tlntsvr.exe -RemoteAddress LocalSubnet -Action Allow