Posted On March 31, 2019

IT Infrastructure Systems Design

kimconnect 0 comments
blog.KimConnect.com >> Virtualization , Windows >> IT Infrastructure Systems Design

Leave a Reply

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

Related Post

Hyper-V: Clone Linux Guest VM

There are two methods of cloning an existing guest VM: Templating and Copying. Templating has…

PowerShell: Get Connected Port by Process Name

# getProcessConnectionPort.ps1 $computerlist=@' SQL1 SQL2 '@ $computernames=@($computerList -split "`n")|%{$_.Trim()} $processname='sqlservr' $state='Established' $results=@() foreach ($computername in…

How to Analyze Inbound / Outbound Traffic

Connect to the PacketShaper by entering the following into your web browser:                packetshaper.kimconnect.com You will…