Modif commande recherche de fichier

This commit is contained in:
andre 2018-02-07 14:08:10 +01:00
parent 1efe577cf0
commit fa2a06a5fa

@ -8,4 +8,5 @@
8 Get-Module
9 Get-Module -ListAvailable
10 import-module ServerManager -PassThru
11 Get-Command -Module servermanager
11 Get-Command -Module servermanager
12 Get-ChildItem -Recurse -Path "C:\Program Files" -Include "7*.exe"| Where-Object {!$_.PSIsContainer}