Skip to content

Instantly share code, notes, and snippets.

@guitarrapc
Created November 21, 2015 07:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save guitarrapc/483c3d7bc902ad185597 to your computer and use it in GitHub Desktop.
Save guitarrapc/483c3d7bc902ad185597 to your computer and use it in GitHub Desktop.
configuration Absent
{
Import-DscResource -ModuleName GraniResource
cDotNetFramework hoge
{
KB = "KB3045563"
Ensure = "Absent"
NoRestart = $true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment