Files

1 line
125 B
PowerShell
Raw Permalink Normal View History

2022-04-11 11:51:22 -04:00
Get-CimInstance -ClassName CIM_Product -Filter "Name like 'Microsoft Visual C++%'" | Invoke-CimMethod -MethodName 'Reinstall'