100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached
logo-home
Résumé PowerShell $7.07   Add to cart

Summary

Résumé PowerShell

 0 view  0 purchase
  • Course
  • Institution

Toutes les commandes powershell, listées, expliquées, sans trop de blabla

Preview 3 out of 17  pages

  • March 1, 2023
  • 17
  • 2022/2023
  • Summary
avatar-seller
PowerShell
Windows PowerShell, anciennement Microsoft Command Shell, est une suite logicielle développée
interface en ligne de commande, un langage de script nommé PowerShell ainsi qu'un kit de dévelo



Console PowerShell
Pour ouvrir en exécutant une cmd :


pwsh -command Get-Date




Sans fermer la console :


pwsh -NoExit -command Get-Date




Pour définir la taille de la fenêtre:


pwsh -WindowStyle Maximized
pwsh -WindowStyle Minimized
pwsh -WindowStyle Hidden




Se positionner dans un repertoire:


pwsh -WorkingDirectory c:\Windows

,Syntaxe des commandes PowerShell
Verbe-Nom -Paramètre valeur
Exemple:




Cmdlet
Les commandes PowerShell se nomment « Cmdlet » et se prononcent Commandelette.


Get-Date ; Get-Item C:\Windows
Pour executer plusieurs commandes à la fois




Cmdlet “ Get-command ”
Pour afficher la liste des commandes


Get command




Pour afficher la liste des commandes qui utilisent un verbe en particulier (get):


Get command -Verb get




Pour afficher la liste des commandes qui utilisent un nom en particulier (alias):


get-command -Noun alias




Pour afficher les informations sur une commande particulière (get-date):


get-command -Name get-date




Pour afficher les commandes qui font appel à un module en particulier (Microsoft.PowerShell.Archiv


Get-Command -Module Microsoft.PowerShell.Archive




Pour afficher le nombre de commandes:

, Cmdlet relatives à l’historique de la session en cours

Get-History #affiche l'historique
Clear-History #efface l'historique




Aide sur PowerShell
Pour mettre à jour le contenu de l’aide:


Update-Help -UICulture fr-fr




Pour afficher l’aide relative à une commande (Get-Service):


get-help Get-Service




Pour afficher l’aide en ligne et enregistrer le contenu:


Save-Help -DestinationPath F:\help\
get-help Get-Service -online




Pour afficher les exemples d’utilisation d’une commande (Get-date):


get-help get-date -Examples




Manipuler des dossiers et fichiers
Lister le contenu d’un repertoire (E:\formation_powershell\):


Get-ChildItem -Path E:\formation_powershell\

The benefits of buying summaries with Stuvia:

Guaranteed quality through customer reviews

Guaranteed quality through customer reviews

Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.

Quick and easy check-out

Quick and easy check-out

You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.

Focus on what matters

Focus on what matters

Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!

Frequently asked questions

What do I get when I buy this document?

You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.

Satisfaction guarantee: how does it work?

Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.

Who am I buying these notes from?

Stuvia is a marketplace, so you are not buying this document from us, but from seller ryma1. Stuvia facilitates payment to the seller.

Will I be stuck with a subscription?

No, you only buy these notes for $7.07. You're not tied to anything after your purchase.

Can Stuvia be trusted?

4.6 stars on Google & Trustpilot (+1000 reviews)

62890 documents were sold in the last 30 days

Founded in 2010, the go-to place to buy study notes for 14 years now

Start selling
$7.07
  • (0)
  Add to cart