Posted On March 31, 2019

Enable Serial over Ethernet

kimconnect 0 comments
blog.KimConnect.com >> Codes >> Enable Serial over Ethernet
enable
config t
platform console serial
end
copy run start
reload

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

PowerShell: connectWinRM Function to Create New-PSSession

This reusable function may be included into PoSh scripts for better connection toward Windows machines…

Add Chocolatey Private Repo

$privateRepo='kimconnectrepo' $privateRepoUrl='https://choco.kimconnect.net/chocolatey' $priority=1 # Set private repo source if it doesn't exist function addRepo{ param(…

PowerShell: Optimize SQL Server Memory & CPU Resources

# optimizeSqlServer.ps1 # Version 0.0.2 # This version deals with Memory, CPU # Future versions…