SlideShare a Scribd company logo
1 of 10
PowerShell Basics
WELCOME TO PS BASIC MODULE DEMO
This is an Overview Session, of what is
expected in the actual Power shell Basic
Training session.
 We will discuss about what is the curriculum
for the Basic Module.
 We will also look into the scope of the
various chapters in Basic Module.
 Finally we will take a look at the Powershell .

BASIC MODULE











What is Powershell ? - DAY 1
Native command Support. - DAY 1
Cmdlet Overview. – DAY 1
Cmdlet in Detail. – DAY 2
Powershell Host Implementation. DAY 2
Piping and its Significance. – DAY 3
Working with object and Powershell Formatting. – DAY 3
Understanding Powershell Output Types. – DAY 4
Intro to Scripting. – DAY 4
Conclusion – DAY 4
WHY USE WINDOWS POWERSHELL?
P O W E R S H E L L I S A G R E AT W AY T O M A N I P U L AT E S E R V E R A N D / O R
W O R K S TAT I O N C O M P O N E N T S
I T ’ S G E A R E D T O W A R D S Y S T E M A D M I N I S T R AT O R S B Y C R E AT I N G A
M O R E S I M P L I F I E D S Y N TA X B A S E
POWERSHELL IS MORE SECURE THAN RUNNING VBSCRIPTS
Q U I C K A N A LY S I S O F VA R I O U S C O M P U T E R S P E C S
FAMILIAR COMMANDS
You can use commands that you are familiar
with such as CD, PING, IPCONFIG or DIR
 There are also some Unix commands that
can be used such as LS or MAN (these
commands are aliases to the actual
PowerShell commands)
 Get-Alias will list the preloaded Alias’s and
will show you what Cmdlet they are mapped
to

CMDLETS
The majority of the PowerShell functionality
comes from Cmdlet’s
 Always in Verb-Noun format and never plural
(Get-WmiObject or Get-Process)
 Cmdlet’s return objects not text
 Retrieve list of Cmdlet’s (Get-Command)
 Can tab complete

PIPING
One of the time savers in PowerShell is
giving the user the ability to pipe commands
together
 Ex. Get-process | select ProcessName, ID |
Sort ProcessName | FL
 OUT, SELECT, EXPORT

SCRIPTS
PowerShell scripts differ from most scripts
 PowerShell scripts end in .ps1 and have to
be run inside a PowerShell window
 Double clicking a PowerShell script will open
the script in notepad
 Scripts must also be run in this format

MICROSOFT PRODUCTS
Server 2008 R2
 Window 7
 Exchange 2007/2010
 System Center 2008 Suite
 SQL 2008/2008 R2
 SharePoint 2010

QUESTIONS?

More Related Content

What's hot

Alphorm.com Formation Active Directory 2019 : Optimisation et Sécurisation av...
Alphorm.com Formation Active Directory 2019 : Optimisation et Sécurisation av...Alphorm.com Formation Active Directory 2019 : Optimisation et Sécurisation av...
Alphorm.com Formation Active Directory 2019 : Optimisation et Sécurisation av...
Alphorm
 
Linux presentation
Linux presentationLinux presentation
Linux presentation
Nikhil Jain
 

What's hot (20)

Ansible - Introduction
Ansible - IntroductionAnsible - Introduction
Ansible - Introduction
 
OpenStack DevStack Configuration localrc local.conf Tutorial
OpenStack DevStack Configuration localrc local.conf TutorialOpenStack DevStack Configuration localrc local.conf Tutorial
OpenStack DevStack Configuration localrc local.conf Tutorial
 
Linux fundamentals
Linux fundamentalsLinux fundamentals
Linux fundamentals
 
Linux: LVM
Linux: LVMLinux: LVM
Linux: LVM
 
Ansible
AnsibleAnsible
Ansible
 
Linux Basic Commands
Linux Basic CommandsLinux Basic Commands
Linux Basic Commands
 
Unix shell scripting basics
Unix shell scripting basicsUnix shell scripting basics
Unix shell scripting basics
 
Introduction to kubernetes
Introduction to kubernetesIntroduction to kubernetes
Introduction to kubernetes
 
Automation with ansible
Automation with ansibleAutomation with ansible
Automation with ansible
 
Introduction to Ansible
Introduction to AnsibleIntroduction to Ansible
Introduction to Ansible
 
IT Automation with Ansible
IT Automation with AnsibleIT Automation with Ansible
IT Automation with Ansible
 
User management
User managementUser management
User management
 
Linux Training For Beginners | Linux Administration Tutorial | Introduction T...
Linux Training For Beginners | Linux Administration Tutorial | Introduction T...Linux Training For Beginners | Linux Administration Tutorial | Introduction T...
Linux Training For Beginners | Linux Administration Tutorial | Introduction T...
 
Alphorm.com Formation Active Directory 2019 : Optimisation et Sécurisation av...
Alphorm.com Formation Active Directory 2019 : Optimisation et Sécurisation av...Alphorm.com Formation Active Directory 2019 : Optimisation et Sécurisation av...
Alphorm.com Formation Active Directory 2019 : Optimisation et Sécurisation av...
 
Bash Shell Scripting
Bash Shell ScriptingBash Shell Scripting
Bash Shell Scripting
 
Shell scripting
Shell scriptingShell scripting
Shell scripting
 
Web develop in flask
Web develop in flaskWeb develop in flask
Web develop in flask
 
Linux LVM Logical Volume Management
Linux LVM Logical Volume ManagementLinux LVM Logical Volume Management
Linux LVM Logical Volume Management
 
Samba server
Samba serverSamba server
Samba server
 
Linux presentation
Linux presentationLinux presentation
Linux presentation
 

Viewers also liked

웹표준 마크업 개발 프로세스
웹표준 마크업 개발 프로세스웹표준 마크업 개발 프로세스
웹표준 마크업 개발 프로세스
webstandard
 
8. operations security
8. operations security8. operations security
8. operations security
7wounders
 
Powershell
PowershellPowershell
Powershell
UGAIA
 
Cao COMT manuscript
Cao COMT manuscriptCao COMT manuscript
Cao COMT manuscript
yufeicao
 

Viewers also liked (20)

An Introduction to Windows PowerShell
An Introduction to Windows PowerShellAn Introduction to Windows PowerShell
An Introduction to Windows PowerShell
 
Introduction To Windows Power Shell
Introduction To Windows Power ShellIntroduction To Windows Power Shell
Introduction To Windows Power Shell
 
Shell programming
Shell programmingShell programming
Shell programming
 
웹표준 마크업 개발 프로세스
웹표준 마크업 개발 프로세스웹표준 마크업 개발 프로세스
웹표준 마크업 개발 프로세스
 
Réduisez vos Coûts d'Administration et les Risques d'erreurs avec Windows Pow...
Réduisez vos Coûts d'Administration et les Risques d'erreurs avec Windows Pow...Réduisez vos Coûts d'Administration et les Risques d'erreurs avec Windows Pow...
Réduisez vos Coûts d'Administration et les Risques d'erreurs avec Windows Pow...
 
2008-09-30 Administration automatisée avec Powershell
2008-09-30 Administration automatisée avec Powershell2008-09-30 Administration automatisée avec Powershell
2008-09-30 Administration automatisée avec Powershell
 
Powershell et les techniques de remoting
Powershell et les techniques de remoting Powershell et les techniques de remoting
Powershell et les techniques de remoting
 
Power Shell V2 en action - avec Posh Board 2.0
Power Shell V2 en action - avec Posh Board 2.0Power Shell V2 en action - avec Posh Board 2.0
Power Shell V2 en action - avec Posh Board 2.0
 
Using PowerShell for active directory management
Using PowerShell for active directory managementUsing PowerShell for active directory management
Using PowerShell for active directory management
 
F Les Scripts En Power Shell
F Les Scripts En Power ShellF Les Scripts En Power Shell
F Les Scripts En Power Shell
 
A Scalable Client Authentication & Authorization Service for Container-Based ...
A Scalable Client Authentication & Authorization Service for Container-Based ...A Scalable Client Authentication & Authorization Service for Container-Based ...
A Scalable Client Authentication & Authorization Service for Container-Based ...
 
Automatisez rapidement vos opérations IT, on-premise ou dans le Cloud avec Az...
Automatisez rapidement vos opérations IT, on-premise ou dans le Cloud avec Az...Automatisez rapidement vos opérations IT, on-premise ou dans le Cloud avec Az...
Automatisez rapidement vos opérations IT, on-premise ou dans le Cloud avec Az...
 
PowerShell Technical Overview
PowerShell Technical OverviewPowerShell Technical Overview
PowerShell Technical Overview
 
8. operations security
8. operations security8. operations security
8. operations security
 
Authentication vs authorization
Authentication vs authorizationAuthentication vs authorization
Authentication vs authorization
 
Data security authorization and access control
Data security  authorization and access controlData security  authorization and access control
Data security authorization and access control
 
Shell scripting
Shell scriptingShell scripting
Shell scripting
 
Accountability in schools
Accountability in schoolsAccountability in schools
Accountability in schools
 
Powershell
PowershellPowershell
Powershell
 
Cao COMT manuscript
Cao COMT manuscriptCao COMT manuscript
Cao COMT manuscript
 

Similar to Powershell Demo Presentation

PowerShell Core Skills (TechMentor Fall 2011)
PowerShell Core Skills (TechMentor Fall 2011)PowerShell Core Skills (TechMentor Fall 2011)
PowerShell Core Skills (TechMentor Fall 2011)
Concentrated Technology
 
PowerShell Scripting and Modularization (TechMentor Fall 2011)
PowerShell Scripting and Modularization (TechMentor Fall 2011)PowerShell Scripting and Modularization (TechMentor Fall 2011)
PowerShell Scripting and Modularization (TechMentor Fall 2011)
Concentrated Technology
 
Shell tutorial
Shell tutorialShell tutorial
Shell tutorial
Vu Duy Tu
 
Powershell Training
Powershell TrainingPowershell Training
Powershell Training
Fahad Noaman
 
Automating Active Directory mgmt in PowerShell
Automating Active Directory mgmt in PowerShellAutomating Active Directory mgmt in PowerShell
Automating Active Directory mgmt in PowerShell
Concentrated Technology
 
Php extensions workshop
Php extensions workshopPhp extensions workshop
Php extensions workshop
julien pauli
 

Similar to Powershell Demo Presentation (20)

No-script PowerShell v2
No-script PowerShell v2No-script PowerShell v2
No-script PowerShell v2
 
PowerShell Core Skills (TechMentor Fall 2011)
PowerShell Core Skills (TechMentor Fall 2011)PowerShell Core Skills (TechMentor Fall 2011)
PowerShell Core Skills (TechMentor Fall 2011)
 
PowerShell Zero To Hero Workshop!
PowerShell Zero To Hero Workshop!PowerShell Zero To Hero Workshop!
PowerShell Zero To Hero Workshop!
 
Power shell training
Power shell trainingPower shell training
Power shell training
 
PowerShell crash course
PowerShell crash coursePowerShell crash course
PowerShell crash course
 
NYPHP March 2009 Presentation
NYPHP March 2009 PresentationNYPHP March 2009 Presentation
NYPHP March 2009 Presentation
 
Learn Powershell Scripting Tutorial Full Course 1dollarcart.com.pdf
Learn Powershell Scripting Tutorial Full Course 1dollarcart.com.pdfLearn Powershell Scripting Tutorial Full Course 1dollarcart.com.pdf
Learn Powershell Scripting Tutorial Full Course 1dollarcart.com.pdf
 
PowerShell Scripting and Modularization (TechMentor Fall 2011)
PowerShell Scripting and Modularization (TechMentor Fall 2011)PowerShell Scripting and Modularization (TechMentor Fall 2011)
PowerShell Scripting and Modularization (TechMentor Fall 2011)
 
Drupal Best Practices
Drupal Best PracticesDrupal Best Practices
Drupal Best Practices
 
PowerShell for SharePoint Developers
PowerShell for SharePoint DevelopersPowerShell for SharePoint Developers
PowerShell for SharePoint Developers
 
Shell tutorial
Shell tutorialShell tutorial
Shell tutorial
 
Get-Help: An intro to PowerShell and how to Use it for Evil
Get-Help: An intro to PowerShell and how to Use it for EvilGet-Help: An intro to PowerShell and how to Use it for Evil
Get-Help: An intro to PowerShell and how to Use it for Evil
 
PowerShell 101
PowerShell 101PowerShell 101
PowerShell 101
 
Powershell Training
Powershell TrainingPowershell Training
Powershell Training
 
Automating Active Directory mgmt in PowerShell
Automating Active Directory mgmt in PowerShellAutomating Active Directory mgmt in PowerShell
Automating Active Directory mgmt in PowerShell
 
Php extensions workshop
Php extensions workshopPhp extensions workshop
Php extensions workshop
 
Best Practices For Drupal Developers By Mir Nazim @ Drupal Camp India 2008
Best Practices For Drupal Developers By Mir Nazim @ Drupal Camp India 2008Best Practices For Drupal Developers By Mir Nazim @ Drupal Camp India 2008
Best Practices For Drupal Developers By Mir Nazim @ Drupal Camp India 2008
 
Introduction to windows power shell in sharepoint 2010
Introduction to windows power shell in sharepoint 2010Introduction to windows power shell in sharepoint 2010
Introduction to windows power shell in sharepoint 2010
 
Windows PowerShell
Windows PowerShellWindows PowerShell
Windows PowerShell
 
Holy PowerShell, BATman! - dogfood edition
Holy PowerShell, BATman! - dogfood editionHoly PowerShell, BATman! - dogfood edition
Holy PowerShell, BATman! - dogfood edition
 

Recently uploaded

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
panagenda
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 

Recently uploaded (20)

How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu SubbuApidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
Apidays Singapore 2024 - Modernizing Securities Finance by Madhu Subbu
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
Emergent Methods: Multi-lingual narrative tracking in the news - real-time ex...
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
Apidays Singapore 2024 - Scalable LLM APIs for AI and Generative AI Applicati...
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 

Powershell Demo Presentation

  • 2. WELCOME TO PS BASIC MODULE DEMO This is an Overview Session, of what is expected in the actual Power shell Basic Training session.  We will discuss about what is the curriculum for the Basic Module.  We will also look into the scope of the various chapters in Basic Module.  Finally we will take a look at the Powershell . 
  • 3. BASIC MODULE           What is Powershell ? - DAY 1 Native command Support. - DAY 1 Cmdlet Overview. – DAY 1 Cmdlet in Detail. – DAY 2 Powershell Host Implementation. DAY 2 Piping and its Significance. – DAY 3 Working with object and Powershell Formatting. – DAY 3 Understanding Powershell Output Types. – DAY 4 Intro to Scripting. – DAY 4 Conclusion – DAY 4
  • 4. WHY USE WINDOWS POWERSHELL? P O W E R S H E L L I S A G R E AT W AY T O M A N I P U L AT E S E R V E R A N D / O R W O R K S TAT I O N C O M P O N E N T S I T ’ S G E A R E D T O W A R D S Y S T E M A D M I N I S T R AT O R S B Y C R E AT I N G A M O R E S I M P L I F I E D S Y N TA X B A S E POWERSHELL IS MORE SECURE THAN RUNNING VBSCRIPTS Q U I C K A N A LY S I S O F VA R I O U S C O M P U T E R S P E C S
  • 5. FAMILIAR COMMANDS You can use commands that you are familiar with such as CD, PING, IPCONFIG or DIR  There are also some Unix commands that can be used such as LS or MAN (these commands are aliases to the actual PowerShell commands)  Get-Alias will list the preloaded Alias’s and will show you what Cmdlet they are mapped to 
  • 6. CMDLETS The majority of the PowerShell functionality comes from Cmdlet’s  Always in Verb-Noun format and never plural (Get-WmiObject or Get-Process)  Cmdlet’s return objects not text  Retrieve list of Cmdlet’s (Get-Command)  Can tab complete 
  • 7. PIPING One of the time savers in PowerShell is giving the user the ability to pipe commands together  Ex. Get-process | select ProcessName, ID | Sort ProcessName | FL  OUT, SELECT, EXPORT 
  • 8. SCRIPTS PowerShell scripts differ from most scripts  PowerShell scripts end in .ps1 and have to be run inside a PowerShell window  Double clicking a PowerShell script will open the script in notepad  Scripts must also be run in this format 
  • 9. MICROSOFT PRODUCTS Server 2008 R2  Window 7  Exchange 2007/2010  System Center 2008 Suite  SQL 2008/2008 R2  SharePoint 2010 