Skip to content

Instantly share code, notes, and snippets.

@JamesDawson
Created October 2, 2013 00:59
Show Gist options
  • Save JamesDawson/6787583 to your computer and use it in GitHub Desktop.
Save JamesDawson/6787583 to your computer and use it in GitHub Desktop.
gci *.mof | % { gc -raw $_ | % { $patched = $_ -replace "\[version" ,"[ClassVersion"; $patched = $patched -replace "MSFT_BaseResourceConfiguration" ,"OMI_BaseResource" }; sc $_ $patched }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment