Find all MSI files and install them from a directory
1 2 3 4 $Path = Get-ChildItem -Path C:\Windows\CCMCache -Recurse -Filter *.MSI ForEach ( $Installer…
1 2 3 4 $Path = Get-ChildItem -Path C:\Windows\CCMCache -Recurse -Filter *.MSI ForEach ( $Installer…