PowerShell Créer un fichier et un répertoire

New-Item -Path '.\hello\test\file.txt' -ItemType File -Force
Snackety Snack