setup.exe /configure your-configuration-file.xml $officeInstalled = Get-WmiObject -Query "SELECT * FROM Win32_Product WHERE Name LIKE 'Microsoft Office%'" | Select-Object -First 1 if ($officeInstalled) { Write-Host "Microsoft Office is installed." } else { Write-Host "Microsoft Office is not installed." } Deploy Microsoft Office

Deploy Microsoft Office





Comments

Popular posts from this blog