24
Reinsel Kuntz Lesher, LLP

IT Roundtable 3/17/2010

  • Upload
    isanne

  • View
    38

  • Download
    0

Embed Size (px)

DESCRIPTION

Reinsel Kuntz Lesher , LLP. IT Roundtable 3/17/2010. Outline Overview netstat -an (- ano will give the PID) ftp bin mget mput telnet telnet bobm.us 25 helo mail from:name@address rcpt to:enduser@address data attrib +h +r +s subst /d net view tree ipconfig / flushdns - PowerPoint PPT Presentation

Citation preview

Page 1: IT Roundtable 3/17/2010

Reinsel Kuntz Lesher, LLP

Page 2: IT Roundtable 3/17/2010

Outline Overview netstat -an (-ano will give the PID) ftp

bin mget mput

telnet telnet bobm.us 25

helo mail from:name@address rcpt to:enduser@address data

attrib +h +r +s

subst /d

net view tree ipconfig/flushdns systeminfo

uptime computer model and s/n Nics

dir search dir win*/s/p

Snagit Samurize

Page 3: IT Roundtable 3/17/2010

Applications I carry on a USB Stick Applications I have installed All are free or FOSS

Page 4: IT Roundtable 3/17/2010

Opens most zip archives Very Small Nice shell integration Better compression Tar / tgz in windows

Page 5: IT Roundtable 3/17/2010

Displays Information about CPU / Memory http://www.cpuid.com/cpuz.php Very Small No Installer / Portable Can check DIMM Size

Page 6: IT Roundtable 3/17/2010

Displays Information about Graphics Cards

http://www.techpowerup.com/gpuz/ Very Small No Installer / Portable Can check video memory

Page 7: IT Roundtable 3/17/2010

Very small (15k) Portable Only need MAC Address http://www.nyxbull.com/

Page 8: IT Roundtable 3/17/2010

Portable Auto – Updates Kills rootkits to allow other software to

run http://combofix.org/

Page 9: IT Roundtable 3/17/2010

Wireless Network Sniffing Windows 7 Compatible http://www.metageek.net/products/inssi

der Display SSID Display S/N

Page 10: IT Roundtable 3/17/2010

Network Scanner Shows open ports on remote systems www.insecure.org

Page 11: IT Roundtable 3/17/2010

Provided free from sysinternals http://technet.microsoft.com/en-us/sysi

nternals/bb896653.aspx Lets you see image path Advanced views Portable

Page 12: IT Roundtable 3/17/2010

Ability to do photo retouching and layers freely

Small Footprint http://www.paint.net/

Page 13: IT Roundtable 3/17/2010

Color codes tags for many formats http://notepad-plus.sourceforge.net/

uk/site.htm Tabbed display Side by side views

Page 14: IT Roundtable 3/17/2010

http://www.microsoft.com/genuine/selfhelp/PKUInstructions.aspx

Windows XP Change Keys Easy

Page 15: IT Roundtable 3/17/2010

Allows recovery of product keys http://magicaljellybean.com/keyfinder/ Small & Portable

Page 16: IT Roundtable 3/17/2010

Disk Cleanup on Steroids Cleans up all sorts of temp files Registry Cleaner Auto-Start Checking www.ccleaner.com

Page 17: IT Roundtable 3/17/2010

Easily clip small parts of the screen Save to multiple file formats

Page 18: IT Roundtable 3/17/2010

http://isorecorder.alexfeinman.com/ Allows for burning of ISO images easy Small install Windows XP

Page 19: IT Roundtable 3/17/2010

I am *always* looking for new tools!

Page 20: IT Roundtable 3/17/2010

Two technologies that can be used to manage

Free Drop in replacement for cmd prompt

Page 21: IT Roundtable 3/17/2010

Powershell 2.0   Requirements                 -Windows Management Framework

(Includes)                                 -Windows Remote Management                                 -Windows Powershell 2.0                                 -Background Intelligent Transfer

Service (BITS) 4.0   The powershell team added approx. 100 new

cmdlets

Page 22: IT Roundtable 3/17/2010

  On systems that you want to remotely execute powershell commands

without interfacing WMI, you need to enable WinRM through powershell.  To do this, run the following command:

  Enable-psremoting   To disable run:   Disable-psremoting   To run a command on a remote machine that is fully running and

accepting WinRM access, you can use the invoke cmdlet to execute scripts and/or commands like the following:

  Invoke-Command –ComputerName “Remote PC” –ScriptBlock {get-

hotfix}

Page 23: IT Roundtable 3/17/2010

Also, you can download the Quest AD cmdlets from the following site http://www.quest.com/powershell/activeroles-server.aspx which will allow you to query AD for specific objects and/or attributes.

  For example, in your default Powershell profile script, you need to add the

following………………….”Add-PSSnapin Quest.ActiveRoles.ADManagement” to the top of your profile script before you run any commands.

  Then you can create a function similar to the following………..       \\creates the command to run from the shell   function ext ($user) {                 $user = read-host "Enter Part of Name or extension"                 $final = "*$user*"                 get-qaduser -DisplayName "$final" | select DisplayName }

Page 24: IT Roundtable 3/17/2010

Network Inventory Network Management Ticketing System Custom email notifications