Skip to content

Instantly share code, notes, and snippets.

@alx9r
Created August 25, 2016 17:49
Show Gist options
  • Save alx9r/3d1c416488526358db1b4feec3be988f to your computer and use it in GitHub Desktop.
Save alx9r/3d1c416488526358db1b4feec3be988f to your computer and use it in GitHub Desktop.
Describe 'DSC Health' {
It 'KB3176934 is not installed' {
# https://blogs.msdn.microsoft.com/powershell/2016/08/23/powershell-dsc-broken-in-kb3176932/
$r = Get-Hotfix -Id KB3176934 -ea SilentlyContinue
$r | Should beNullOrEmpty
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment