SlideShare une entreprise Scribd logo
 
 
Mieux comprendre la structure et les bénéfices de PowerShell !  « J’ai refait tous les calculs, ils confirment l’opinion des spécialistes : mon idée est irréalisable. Il ne me reste plus qu’une seule chose à faire : la réaliser »  Pierre-Georges Latécoère.
Agenda Découverte de PowerShell Les bases Constructions du langage Intégration avec le système et les autres serveurs Lecteurs étendus; WMI; COM Avec SQL Server, Exchange, SharePoint… Le futur PowerShell V2
Ressemblances et parenté Le cœur du langage est basé sur la norme POSIX 1003.2 suivie par  Korn shell . Il ressemble beaucoup à  PHP  et  Perl . La syntaxe a été alignée sur  C# On peut donc très facilement convertir du code  C#  en PS et réciproquement
Configuration de PowerShell Version 1.0 Pré-requis  :  Framework .Net 2.0 Disponible pour: http://www.microsoft.com/windowsserver2003/technologies/management/powershell/download.mspx   Windows Server 2008 Une fonctionnalité à installer Pas installée par défaut Pas disponible avec « Server Core » x86 x64 IA64 Windows Server 2003 SP1 Une mise à jour système entre le SP1 et le SP2 (KB926139, 140, 141) A télécharger x86 x64 IA64 Windows Vista Une mise à jour  (KB928439) A télécharger x86 x64 Windows XP SP2 Une mise à jour système  (KB926139, 140, 141) A télécharger x86 x64
Version anglaise (KB926139) Ou version localisée en 10 autres langues (KB926140) : ou MUI (KB926141) Multi-langues
 
Homogénéité & Cohérence Get-Command   sur le modèle : avec un certain nombre de paramètres omniprésents : <verb>-<nom>
Les 4 commandes de découverte Get-Command   informations de base sur les commandes Get-help aide de base  (utiliser  –full ) Get-member informations sur les objets Get-PSDrive informations sur les lecteurs étendus Get-command Get-help Get-member Get-psdrive parmi 129 commandes intégrées ou “ cmdlets ”  commandettes ?
5 categories de commandes
Manipulation des objets du langage
Tout est objet ! (date).adddays(100)
Le Pipeline gps|?{$_.handles -gt 500}|sort handles|ft name,handles gps (Get-Process) CLR PowerShell Engine ? (Where-Object) sort (Sort-Object) ft (Format-Table) (Out-Host) gps|?{$_.handles -gt 500}|sort handles|ft name,handles
L’accès aux objets est uniformisé ! .Net Object Adapter WMI Object Adapter COM Object Adapter Other Adapters : ADSI , ADO… Custom Object Adapter .Net Object WMI  Object Script PowerShell accédant à un objet COM Object
Les Types
PowerShell et les nombres Plus de détails :  [math] | get-member -static
Les opérateurs PowerShell Plus de détails :  help about*operator*
Les instructions de contrôle de flux
Traitement d’erreurs
Fournisseurs et magasins de données
PowerShell et les fichiers
PowerShell et le texte
Les ordres de formatage
PowerShell et XML
PowerShell et l’accès au système
PowerShell et COM
Stratégie d’éxécution Contrôle ce qui peut être exécuté Get-ExecutionPolicy Set-ExecutionPolicy Set-ExecutionPolicy RemoteSigned
Accès universel ! ADSI  & ADO .Net webservice TXT Services & Processus WMI
Un exemple : Exchange 2007 AD Registry Meta base Stockage MAPI Limite de processus Ligne de commande GUI Initialisation PowerShell Cmdlets Exchange  Configuration de l’accès aux données WinForms ADO.Net PS Data Provider WinForms Early-bound objs
Que faut-il retenir ? Une syntaxe homogène :  verbe-nom Les 4 commandes de base : Get-command, get-help, get-member, get-psdrive Tout est objet ! Le pipeline aussi ! Interactions avec le système via : Text & XML COM & .Net WMI et EventLog Sécurisé
Ressources
© 2007 Microsoft France Votre potentiel, notre passion  TM
Et ensuite ? S’informer sur PowerShell http://www.microsoft.com/windowsserver2003/technologies/management/powershell/default.mspx   Script Center sur TechNet http://technet.microsoft.com/fr-fr/bb410849.aspx   Blogs http://blogs.msdn.com/powershell/  http://thepowershellguy.com/blogs/posh/ http://blogs.technet.com/patricg Télécharger http://www.microsoft.com/windowsserver2003/technologies/management/powershell/download.mspx
S’informer  - Un portail d’informations, des événements, une newsletter bimensuelle personnalisée Se former -  Des webcasts, des articles techniques, des téléchargements, des forums pour échanger avec vos pairs Bénéficier de services -  Des cursus de formations et de certifications, des offres de support technique La référence technique pour les IT Pros : technet.microsoft.com L’engagement Microsoft  pour les développeurs : msdn.microsoft.com Visual Studio 2008 + Abonnement  MSDN Premium  Abonnement  TechNet Plus : Versions d’éval + 2 incidents support
Certifications : Programme de nouvelle génération Série  Architecture – le programme Microsoft Certified Architect permet aux entreprises d’identifier facilement les architectes en informatique très expérimentés, ayant suivi un processus de validation particulièrement rigoureux.  Série Métier  – Ce programme valide un ensemble complet de compétences à jour, permettant au professionel de réussir dans son métier et d’être très performant. Série Technologie  – Ces certifications vous permettent d’approfondir vos connaissances sur des technologies Microsoft spécifiques et d’obtenir toutes les compétences nécessaires pour les exploiter à fond.  Série Master  –  Ce programme valide les compétences technologiques de très haut niveau des individus sur les plateformes Microsoft Une certification recherchée par les entreprises 4 séries et 5 titres adaptés et ciblés à chaque métier . Un label pour votre expertise Les certifications Microsoft permettent la validation de votre expertise : une certification constitue la  preuve pour vos clients ou votre société de vos compétences  sur les produits et technologies Microsoft. Un gage de qualité pour l'entreprise Master
Certification : validez vos compétences Offre de certification Seconde chance : Bénéficiez d’un second passage gratuit pour tout 1 er  passage non réussi  www.microsoft.com/france/formation   Guides de préparations aux examens : http://www.microsoft.com/france/formatio n/examens Echangez et discutez sur les certifications sur le Forum :  http://forums.microsoft.com/france/default.aspx Contactez nous pour d’autres questions : [email_address]
© 2007 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation.  Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation.  MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION. Votre potentiel, notre passion  TM

Contenu connexe

PPT
Powershell
PDF
MESSAGERIE EXCHANGE 2013 SOUS WINDOWS SERVEUR 2012
PDF
Symfony2: 30 astuces et bonnes pratiques
PDF
Alphorm.com Formation PostgreSQL, la Haute Disponibilité
DOCX
Procédure alfresco word
PDF
Lp web tp3_idse
PDF
Exposer des services web SOAP et REST avec symfony 1.4 et Zend Framework
PDF
Powershell
MESSAGERIE EXCHANGE 2013 SOUS WINDOWS SERVEUR 2012
Symfony2: 30 astuces et bonnes pratiques
Alphorm.com Formation PostgreSQL, la Haute Disponibilité
Procédure alfresco word
Lp web tp3_idse
Exposer des services web SOAP et REST avec symfony 1.4 et Zend Framework

Tendances (20)

PDF
Alphorm.com Formation Sophos Certified Engineer : EndPoint Protection
PDF
Alphorm.com Formation Docker (2/2) - Administration Avancée
PPTX
Mise en place d’un serveur de messagerie sous Windows
PDF
alphorm.com - Formation Exchange Server 2013 (70-341)
PDF
Conference drupal-8-drupagora2013
PPT
Architecture PHP 3 tier avec Zend en backend de Drupal
PPTX
Automatiser le déploiement d'environnements SharePoint 2010/2013 grâce à Powe...
PDF
Examen
PDF
Alphorm.com Formation Active Directory 2016 : Le Guide complet de l'architecture
PDF
Alphorm.com Formation PowerShell : Niveau Initiation
PPT
Serveur Web (1)
PPTX
Presentation
PDF
symfony : Un Framework Open-Source pour les Professionnels
PPTX
Les nouveautés de PowerShell 3.0
PPTX
Framework php « Codeignitor »
PDF
Comment désinstaller oracle sous windows 7 et 8
PDF
Alphorm.com Formation Linux LPIC-3 (examen 300) Environnement mixte
PDF
alphorm.com - Formation Windows 8.1 (70-687)
PDF
Bâtir son site a l'aide de wordpress
PDF
Cours services web_fabrice_mourlin
Alphorm.com Formation Sophos Certified Engineer : EndPoint Protection
Alphorm.com Formation Docker (2/2) - Administration Avancée
Mise en place d’un serveur de messagerie sous Windows
alphorm.com - Formation Exchange Server 2013 (70-341)
Conference drupal-8-drupagora2013
Architecture PHP 3 tier avec Zend en backend de Drupal
Automatiser le déploiement d'environnements SharePoint 2010/2013 grâce à Powe...
Examen
Alphorm.com Formation Active Directory 2016 : Le Guide complet de l'architecture
Alphorm.com Formation PowerShell : Niveau Initiation
Serveur Web (1)
Presentation
symfony : Un Framework Open-Source pour les Professionnels
Les nouveautés de PowerShell 3.0
Framework php « Codeignitor »
Comment désinstaller oracle sous windows 7 et 8
Alphorm.com Formation Linux LPIC-3 (examen 300) Environnement mixte
alphorm.com - Formation Windows 8.1 (70-687)
Bâtir son site a l'aide de wordpress
Cours services web_fabrice_mourlin
Publicité

En vedette (12)

PPTX
Réduisez vos Coûts d'Administration et les Risques d'erreurs avec Windows Pow...
PPTX
Power Shell V2 en action - avec Posh Board 2.0
PPTX
Powershell et les techniques de remoting
PPTX
Using PowerShell for active directory management
PDF
F Les Scripts En Power Shell
PDF
Automatisez rapidement vos opérations IT, on-premise ou dans le Cloud avec Az...
PPTX
Powershell Demo Presentation
PDF
Cao COMT manuscript
ODP
An Introduction to Windows PowerShell
PPTX
Comment automatiser les commandes PowerShell pour optimiser la performance d'...
PDF
Shell sans les coquilles
PPTX
Sp summit2014 session 10-2
Réduisez vos Coûts d'Administration et les Risques d'erreurs avec Windows Pow...
Power Shell V2 en action - avec Posh Board 2.0
Powershell et les techniques de remoting
Using PowerShell for active directory management
F Les Scripts En Power Shell
Automatisez rapidement vos opérations IT, on-premise ou dans le Cloud avec Az...
Powershell Demo Presentation
Cao COMT manuscript
An Introduction to Windows PowerShell
Comment automatiser les commandes PowerShell pour optimiser la performance d'...
Shell sans les coquilles
Sp summit2014 session 10-2
Publicité

Similaire à 2008-09-30 Administration automatisée avec Powershell (20)

PPTX
Automatiser le déploiement d'environnements SharePoint 2010/2013 grâce à Powe...
PPTX
Power shell saturday Paris 2017 Omiossec
PDF
Ecrire et déployer une appli PHP maintenable
ODP
Claroline : Present et Futur
PPT
Asp Au Service Des Mv Ps
PDF
Un site de collectivité sur WordPress ? Méthodes et retours d'XP
PPTX
BreizhCamp - Drupal7 dans le cloud avec Azure
PPTX
La gouvernance, ou comment rapprocher les équipes de développement et d'infra...
PPTX
Joomla Days 2011 Lyon
PPT
Soutenance Zend Framework vs Symfony
PDF
Alphorm.com Formation Windows Server 2016 : Installation et Configuration
PPTX
PDF
Rich Desktop Applications
PDF
alphorm.com - Formation Powershell 2.0
PDF
Checklist pour concevoir une application dans le cloud.10 conseils à l'attent...
PDF
Votre site eCommerce avec Drupal Commerce dans le cloud Azure
PPTX
Php sous Windows - webcamps Paris
PDF
Mon environnement de travail a-t-il encore un avenir ?
PPTX
Agile Tour Paris 2014 : Ma stack d'outils Agiles, tout un programme !, Cedric...
PPTX
[Scrum Day 2011] Outillage Agile dans un environnement Microsoft
Automatiser le déploiement d'environnements SharePoint 2010/2013 grâce à Powe...
Power shell saturday Paris 2017 Omiossec
Ecrire et déployer une appli PHP maintenable
Claroline : Present et Futur
Asp Au Service Des Mv Ps
Un site de collectivité sur WordPress ? Méthodes et retours d'XP
BreizhCamp - Drupal7 dans le cloud avec Azure
La gouvernance, ou comment rapprocher les équipes de développement et d'infra...
Joomla Days 2011 Lyon
Soutenance Zend Framework vs Symfony
Alphorm.com Formation Windows Server 2016 : Installation et Configuration
Rich Desktop Applications
alphorm.com - Formation Powershell 2.0
Checklist pour concevoir une application dans le cloud.10 conseils à l'attent...
Votre site eCommerce avec Drupal Commerce dans le cloud Azure
Php sous Windows - webcamps Paris
Mon environnement de travail a-t-il encore un avenir ?
Agile Tour Paris 2014 : Ma stack d'outils Agiles, tout un programme !, Cedric...
[Scrum Day 2011] Outillage Agile dans un environnement Microsoft

Plus de Patrick Guimonet (20)

PPSX
2020-06-25 Valofest - Introduction to SharePoint Spaces
PDF
2020-06-10 BitTitan Live France - De Outlook vers Teams réinventez votre faço...
PDF
2020-06-06 Power Saturday 2020 - Cyber sécurité Microsoft 365 par la pratique
PDF
2020-05-28 Microsoft 365 Virtual Marathon - Mobility with Microsoft 365 from ...
PDF
2020-05-27 Microsoft 365 Virtual Marathon - De Outlook vers Teams réinventez ...
PDF
2020-04-10 Modern workplace summit Integrate the Power Platform with ShareP...
PDF
2020 03-26 aOS online Intégrer la Power Platform avec SharePoint et Teams
PDF
2020-03-05 Secure IT day 2020 Abalon - comment protéger votre environnement ...
PDF
2020-02-29 Scottish Summit - Integrate Power Platform with SharePoint and Teams
PDF
2020-02-25 MS Ignite The Tour - Integrate the Power Platform with SharePoint ...
PDF
2020-01-28 MS Ignite The Tour Milan - Mobility with Office 365
PDF
2020 01-27 MS Ignite The Tour Milan - Integrate Power Platform with SharePoin...
PDF
MWCP19 Retour d’Ignite : les nouveautés autour des Content Services et du Pro...
PDF
2019-12-09 MWCP19 Préconférence Les nouveaux usages de Microsoft 365
PDF
2019 11-30 SPSMUC19 - Integrate Power Platform with SharePoint
PDF
2019-11-16 SPS Leicester - Integrate Power Platform with SharePoint
PDF
19 11-13 MS Ignite The Tour Paris - Surfing Microsoft 365 waves
PDF
2019 11-13 MS Ignite The Tour Paris - Integrate Power Platform with SharePoin...
PDF
2019 11-13 MS Ignite The Tour Paris - Mobility with Office 365
PDF
2019-10-19 aOS KL Surfing the waves of Office 365
2020-06-25 Valofest - Introduction to SharePoint Spaces
2020-06-10 BitTitan Live France - De Outlook vers Teams réinventez votre faço...
2020-06-06 Power Saturday 2020 - Cyber sécurité Microsoft 365 par la pratique
2020-05-28 Microsoft 365 Virtual Marathon - Mobility with Microsoft 365 from ...
2020-05-27 Microsoft 365 Virtual Marathon - De Outlook vers Teams réinventez ...
2020-04-10 Modern workplace summit Integrate the Power Platform with ShareP...
2020 03-26 aOS online Intégrer la Power Platform avec SharePoint et Teams
2020-03-05 Secure IT day 2020 Abalon - comment protéger votre environnement ...
2020-02-29 Scottish Summit - Integrate Power Platform with SharePoint and Teams
2020-02-25 MS Ignite The Tour - Integrate the Power Platform with SharePoint ...
2020-01-28 MS Ignite The Tour Milan - Mobility with Office 365
2020 01-27 MS Ignite The Tour Milan - Integrate Power Platform with SharePoin...
MWCP19 Retour d’Ignite : les nouveautés autour des Content Services et du Pro...
2019-12-09 MWCP19 Préconférence Les nouveaux usages de Microsoft 365
2019 11-30 SPSMUC19 - Integrate Power Platform with SharePoint
2019-11-16 SPS Leicester - Integrate Power Platform with SharePoint
19 11-13 MS Ignite The Tour Paris - Surfing Microsoft 365 waves
2019 11-13 MS Ignite The Tour Paris - Integrate Power Platform with SharePoin...
2019 11-13 MS Ignite The Tour Paris - Mobility with Office 365
2019-10-19 aOS KL Surfing the waves of Office 365

2008-09-30 Administration automatisée avec Powershell

  • 1.  
  • 2.  
  • 3. Mieux comprendre la structure et les bénéfices de PowerShell ! « J’ai refait tous les calculs, ils confirment l’opinion des spécialistes : mon idée est irréalisable. Il ne me reste plus qu’une seule chose à faire : la réaliser » Pierre-Georges Latécoère.
  • 4. Agenda Découverte de PowerShell Les bases Constructions du langage Intégration avec le système et les autres serveurs Lecteurs étendus; WMI; COM Avec SQL Server, Exchange, SharePoint… Le futur PowerShell V2
  • 5. Ressemblances et parenté Le cœur du langage est basé sur la norme POSIX 1003.2 suivie par Korn shell . Il ressemble beaucoup à PHP et Perl . La syntaxe a été alignée sur C# On peut donc très facilement convertir du code C# en PS et réciproquement
  • 6. Configuration de PowerShell Version 1.0 Pré-requis : Framework .Net 2.0 Disponible pour: http://www.microsoft.com/windowsserver2003/technologies/management/powershell/download.mspx Windows Server 2008 Une fonctionnalité à installer Pas installée par défaut Pas disponible avec « Server Core » x86 x64 IA64 Windows Server 2003 SP1 Une mise à jour système entre le SP1 et le SP2 (KB926139, 140, 141) A télécharger x86 x64 IA64 Windows Vista Une mise à jour (KB928439) A télécharger x86 x64 Windows XP SP2 Une mise à jour système (KB926139, 140, 141) A télécharger x86 x64
  • 7. Version anglaise (KB926139) Ou version localisée en 10 autres langues (KB926140) : ou MUI (KB926141) Multi-langues
  • 8.  
  • 9. Homogénéité & Cohérence Get-Command sur le modèle : avec un certain nombre de paramètres omniprésents : <verb>-<nom>
  • 10. Les 4 commandes de découverte Get-Command informations de base sur les commandes Get-help aide de base (utiliser –full ) Get-member informations sur les objets Get-PSDrive informations sur les lecteurs étendus Get-command Get-help Get-member Get-psdrive parmi 129 commandes intégrées ou “ cmdlets ” commandettes ?
  • 11. 5 categories de commandes
  • 13. Tout est objet ! (date).adddays(100)
  • 14. Le Pipeline gps|?{$_.handles -gt 500}|sort handles|ft name,handles gps (Get-Process) CLR PowerShell Engine ? (Where-Object) sort (Sort-Object) ft (Format-Table) (Out-Host) gps|?{$_.handles -gt 500}|sort handles|ft name,handles
  • 15. L’accès aux objets est uniformisé ! .Net Object Adapter WMI Object Adapter COM Object Adapter Other Adapters : ADSI , ADO… Custom Object Adapter .Net Object WMI Object Script PowerShell accédant à un objet COM Object
  • 17. PowerShell et les nombres Plus de détails : [math] | get-member -static
  • 18. Les opérateurs PowerShell Plus de détails : help about*operator*
  • 19. Les instructions de contrôle de flux
  • 22. PowerShell et les fichiers
  • 24. Les ordres de formatage
  • 28. Stratégie d’éxécution Contrôle ce qui peut être exécuté Get-ExecutionPolicy Set-ExecutionPolicy Set-ExecutionPolicy RemoteSigned
  • 29. Accès universel ! ADSI & ADO .Net webservice TXT Services & Processus WMI
  • 30. Un exemple : Exchange 2007 AD Registry Meta base Stockage MAPI Limite de processus Ligne de commande GUI Initialisation PowerShell Cmdlets Exchange Configuration de l’accès aux données WinForms ADO.Net PS Data Provider WinForms Early-bound objs
  • 31. Que faut-il retenir ? Une syntaxe homogène : verbe-nom Les 4 commandes de base : Get-command, get-help, get-member, get-psdrive Tout est objet ! Le pipeline aussi ! Interactions avec le système via : Text & XML COM & .Net WMI et EventLog Sécurisé
  • 33. © 2007 Microsoft France Votre potentiel, notre passion TM
  • 34. Et ensuite ? S’informer sur PowerShell http://www.microsoft.com/windowsserver2003/technologies/management/powershell/default.mspx Script Center sur TechNet http://technet.microsoft.com/fr-fr/bb410849.aspx Blogs http://blogs.msdn.com/powershell/ http://thepowershellguy.com/blogs/posh/ http://blogs.technet.com/patricg Télécharger http://www.microsoft.com/windowsserver2003/technologies/management/powershell/download.mspx
  • 35. S’informer - Un portail d’informations, des événements, une newsletter bimensuelle personnalisée Se former - Des webcasts, des articles techniques, des téléchargements, des forums pour échanger avec vos pairs Bénéficier de services - Des cursus de formations et de certifications, des offres de support technique La référence technique pour les IT Pros : technet.microsoft.com L’engagement Microsoft pour les développeurs : msdn.microsoft.com Visual Studio 2008 + Abonnement MSDN Premium Abonnement TechNet Plus : Versions d’éval + 2 incidents support
  • 36. Certifications : Programme de nouvelle génération Série Architecture – le programme Microsoft Certified Architect permet aux entreprises d’identifier facilement les architectes en informatique très expérimentés, ayant suivi un processus de validation particulièrement rigoureux. Série Métier – Ce programme valide un ensemble complet de compétences à jour, permettant au professionel de réussir dans son métier et d’être très performant. Série Technologie – Ces certifications vous permettent d’approfondir vos connaissances sur des technologies Microsoft spécifiques et d’obtenir toutes les compétences nécessaires pour les exploiter à fond. Série Master – Ce programme valide les compétences technologiques de très haut niveau des individus sur les plateformes Microsoft Une certification recherchée par les entreprises 4 séries et 5 titres adaptés et ciblés à chaque métier . Un label pour votre expertise Les certifications Microsoft permettent la validation de votre expertise : une certification constitue la preuve pour vos clients ou votre société de vos compétences sur les produits et technologies Microsoft. Un gage de qualité pour l'entreprise Master
  • 37. Certification : validez vos compétences Offre de certification Seconde chance : Bénéficiez d’un second passage gratuit pour tout 1 er passage non réussi www.microsoft.com/france/formation Guides de préparations aux examens : http://www.microsoft.com/france/formatio n/examens Echangez et discutez sur les certifications sur le Forum : http://forums.microsoft.com/france/default.aspx Contactez nous pour d’autres questions : [email_address]
  • 38. © 2007 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION. Votre potentiel, notre passion TM