SlideShare a Scribd company logo
1 of 6
Command Line&PowerShell December 24, 2009 Ari Winokur Friedman Computer Solutions, Inc. 12/24/2009 1 Friedman Computer Solutions
Why Know Command Line? Command Line is EVERYWHERE Command Prompt Server Core PowerShell Sysinternals 10 clicks vs. 1 line of text 12/24/2009 2 Friedman Computer Solutions
Why Learn PowerShell? 1: It’s not going away any time soon 2: Most Microsoft products will eventually use it 3: You can’t do everything from the GUI any more 4: It can make your life easier 5: Many GUIs are PowerShell front ends 6: Microsoft certification exams contain PowerShell questions 7: You can use PowerShell commands to manage your domains 8: It enables interactivity between products 9: Microsoft says it’s important 10: If you don’t learn it, someone else will 12/24/2009 3 Friedman Computer Solutions Source: http://blogs.techrepublic.com.com/10things/?p=1073
More Than the GUI Exchange 2007 Management Console All wizards are explained with PowerShell Only standard administrative tasks New MMCs Active Directory PowerShell standard on Servers and Win 7 12/24/2009 Friedman Computer Solutions 4
PowerShell Structure Standard “DOS” commands work Noun - verb format Examples: Get-Command Get-Help Get-Service Stop-Service Get-Process Stop-Process Switches 12/24/2009 Friedman Computer Solutions 5
Resources Sysinternals Suite (http://technet.microsoft.com/en-us/sysinternals/bb842062.aspx) Microsoft Script Center (http://technet.microsoft.com/en-us/scriptcenter/dd742419.aspx) 12/24/2009 6 Friedman Computer Solutions

More Related Content

Similar to Command Line And Power Shell

Introduction of operating system(latest)
Introduction of operating system(latest)Introduction of operating system(latest)
Introduction of operating system(latest)
pamellachan
 
Inventory your network and clients with PowerShell
Inventory your network and clients with PowerShellInventory your network and clients with PowerShell
Inventory your network and clients with PowerShell
Concentrated Technology
 
EASI Notes Briefing Sessions - Nivelles
EASI Notes Briefing Sessions - NivellesEASI Notes Briefing Sessions - Nivelles
EASI Notes Briefing Sessions - Nivelles
Quentin Poncelet
 

Similar to Command Line And Power Shell (20)

Server Core2
Server Core2Server Core2
Server Core2
 
Windows PowerShell
Windows PowerShellWindows PowerShell
Windows PowerShell
 
Lug
LugLug
Lug
 
Introduction of operating system
Introduction of operating systemIntroduction of operating system
Introduction of operating system
 
Wsv315 Windows Power Shell For Beginners
Wsv315 Windows Power Shell For BeginnersWsv315 Windows Power Shell For Beginners
Wsv315 Windows Power Shell For Beginners
 
Wsv406 Advanced Automation Using Windows Power Shell2.0
Wsv406 Advanced Automation Using Windows Power Shell2.0Wsv406 Advanced Automation Using Windows Power Shell2.0
Wsv406 Advanced Automation Using Windows Power Shell2.0
 
Sql Server & PowerShell
Sql Server & PowerShellSql Server & PowerShell
Sql Server & PowerShell
 
Introduction of operating system(latest)
Introduction of operating system(latest)Introduction of operating system(latest)
Introduction of operating system(latest)
 
Adobe Flash Platform for Mobile Development
Adobe Flash Platform for Mobile DevelopmentAdobe Flash Platform for Mobile Development
Adobe Flash Platform for Mobile Development
 
Getting Ready for Ligtning Process Builder
Getting Ready for Ligtning Process BuilderGetting Ready for Ligtning Process Builder
Getting Ready for Ligtning Process Builder
 
Inventory your network and clients with PowerShell
Inventory your network and clients with PowerShellInventory your network and clients with PowerShell
Inventory your network and clients with PowerShell
 
PowerShell Webinar
PowerShell WebinarPowerShell Webinar
PowerShell Webinar
 
EASI Notes Briefing Sessions - Nivelles
EASI Notes Briefing Sessions - NivellesEASI Notes Briefing Sessions - Nivelles
EASI Notes Briefing Sessions - Nivelles
 
AD303 - Extreme Makeover: IBM Lotus Domino Application Edition
AD303 - Extreme Makeover: IBM Lotus Domino Application EditionAD303 - Extreme Makeover: IBM Lotus Domino Application Edition
AD303 - Extreme Makeover: IBM Lotus Domino Application Edition
 
The Changing Landscape of SharePoint
The Changing Landscape of SharePointThe Changing Landscape of SharePoint
The Changing Landscape of SharePoint
 
AD303: Extreme Makeover – IBM® Lotus® Domino® Application Edition
AD303: Extreme Makeover – IBM® Lotus® Domino® Application EditionAD303: Extreme Makeover – IBM® Lotus® Domino® Application Edition
AD303: Extreme Makeover – IBM® Lotus® Domino® Application Edition
 
Zend Server - OSI Days
Zend Server - OSI DaysZend Server - OSI Days
Zend Server - OSI Days
 
Intro to DooPHP
Intro to DooPHPIntro to DooPHP
Intro to DooPHP
 
Test Driven Development (TDD) with Windows PowerShell
Test Driven Development (TDD) with Windows PowerShellTest Driven Development (TDD) with Windows PowerShell
Test Driven Development (TDD) with Windows PowerShell
 
Twelve Tasks Made Easier with IBM Domino XPages
Twelve Tasks Made Easier with IBM Domino XPagesTwelve Tasks Made Easier with IBM Domino XPages
Twelve Tasks Made Easier with IBM Domino XPages
 

Command Line And Power Shell

  • 1. Command Line&PowerShell December 24, 2009 Ari Winokur Friedman Computer Solutions, Inc. 12/24/2009 1 Friedman Computer Solutions
  • 2. Why Know Command Line? Command Line is EVERYWHERE Command Prompt Server Core PowerShell Sysinternals 10 clicks vs. 1 line of text 12/24/2009 2 Friedman Computer Solutions
  • 3. Why Learn PowerShell? 1: It’s not going away any time soon 2: Most Microsoft products will eventually use it 3: You can’t do everything from the GUI any more 4: It can make your life easier 5: Many GUIs are PowerShell front ends 6: Microsoft certification exams contain PowerShell questions 7: You can use PowerShell commands to manage your domains 8: It enables interactivity between products 9: Microsoft says it’s important 10: If you don’t learn it, someone else will 12/24/2009 3 Friedman Computer Solutions Source: http://blogs.techrepublic.com.com/10things/?p=1073
  • 4. More Than the GUI Exchange 2007 Management Console All wizards are explained with PowerShell Only standard administrative tasks New MMCs Active Directory PowerShell standard on Servers and Win 7 12/24/2009 Friedman Computer Solutions 4
  • 5. PowerShell Structure Standard “DOS” commands work Noun - verb format Examples: Get-Command Get-Help Get-Service Stop-Service Get-Process Stop-Process Switches 12/24/2009 Friedman Computer Solutions 5
  • 6. Resources Sysinternals Suite (http://technet.microsoft.com/en-us/sysinternals/bb842062.aspx) Microsoft Script Center (http://technet.microsoft.com/en-us/scriptcenter/dd742419.aspx) 12/24/2009 6 Friedman Computer Solutions