Ceci est une ancienne révision du document !
PowerShell
Introduction https://youtu.be/IHrGresKu2w Managing object https://youtu.be/f9xPJXslVWE Working with date and time https://youtu.be/YQn7zgwlG40 How to use write host https://youtu.be/eXmsL7FZbzw Copy delete move delete file https://youtu.be/QuLxJRT3Mhg String manipulation https://youtu.be/-aQWrfqHbjU Variable https://youtu.be/EGJZocG8W2E Array https://youtu.be/PXBMdIkH24I For each object https://youtu.be/BoutUXsBGcU For each https://youtu.be/oCKZ9L-u3wg
Ce tutorial se base sur des vidéo youtube en anglais. Vous pouvez les regarder si vous comprendez l'anglais.
Introduction
Pour commencer avec PowerShell il faut ouvrir un terminal PowerShell qui est présent dans le système Windows. Sur la barre de recherche taper PowerShel. Ouvrez en tant qu'administrateur La touche tab permet de compléter une commande
Get-Command
: affiche la liste des commandes
Le premier mot est le verbe le deuxième est le nom.
Get-Command -noun s* : affiche les nom qui commencent avec s (par exemple Get-Command -noun service