TenantAtlas/apps/platform/.pnpm-store/v10/files/e3/6277d221a4790bfe09f825a5786ae8b801da31891e49a9a038fd5f1f332258231f7f13aaa704059a43e0d7e8a693c52a76a7393d431757f510b08dba828c59
Ahmed Darrazi 9f74f7a658
Some checks failed
PR Fast Feedback / fast-feedback (pull_request) Failing after 51s
feat: compress governance operator outcomes
2026-04-19 14:15:11 +02:00

6 lines
174 B
Plaintext

$osInfo = Get-WmiObject -Class Win32_OperatingSystem
# check if running on Windows Server
if ($osInfo.ProductType -eq 3) {
Install-WindowsFeature Server-Media-Foundation
}