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 in ( Get-ChildItem -Path $Path.DirectoryName
Continue readingEduTech server engineer blogging about everything IT related
1 2 3 4 $Path = Get-ChildItem -Path C:\Windows\CCMCache -Recurse -Filter *.MSI ForEach ( $Installer in ( Get-ChildItem -Path $Path.DirectoryName
Continue reading