huminmin
7 天以前 0fdd0bf60b7d98d21c9b5ff95bb55f0fa6495007
1
2
3
4
5
$osInfo = Get-WmiObject -Class Win32_OperatingSystem
# check if running on Windows Server
if ($osInfo.ProductType -eq 3) {
  Install-WindowsFeature Server-Media-Foundation
}