Desired State Configuration (DSC) Nodes Deployment and
Conformance Reporting Series (Part 4): Using Operations Manager to check for
configuration enforcement
Microsoft
recently announced (Mid August 2014) that some of the recent KB patches released to the public
are causing corruption and crashes of many computers.
The
most serious KB is KB2982791
MS14-045: Description of the security update for
kernel-mode drivers: August 12, 2014
I
have posted the following PowerShell script to help you quickly identify if
your computer has any of these four KBs installed.
If you do have any of these four KBs installed, please
read the mitigations steps listed in the KB articles.
Tip: You might want to create a restore point before
removing the KBs, as a fall back just in case…
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8/13/2014 10:26:15 PM Installation Successful: Windows successfully installed the following update: Security Update for Windows 8.1 for x64-based Systems (KB2982791)
At times DSC can be
like trying to rein in a wild bronco, learning how to control it, without it
getting skittish.
I recently wasted a ton of man hours when I tried creating
a new DSC resource.
Every time I made a
change to the resource in an iterative cycle, I had some simple tests that
failed over and over.
I triple checked the
code, and tried everything short of reinstalling PowerShell.
TIP: Unless you tell DSC otherwise, it will cache your
resource when you run it, for speed purposes. This means when you modify
the resource, it does not "take" unless you get DSC to reload the
cache. To do that, you turn off the caching by using DebugMode in the LocalConfigurationManager.
How to deploy
Visual Studio "14" CTP 2 into an Azure VM using PowerShell
Subtitle
Automated
deployment using PowerShell and Azure
Keywords
Visual Studio
"14", CTP 2, PowerShell , VM, Azure
Category
PowerShell
Audience
Azure subscribers
that want to review Visual Studio "14" CTP 2
Purpose
This script will
automate the deploying of Visual Studio "14" CTP 2 to an Azure VM
so that you can review this new release without clobbering existing installed
programs.
Credits
Thanks to Michael
Collier for his original blog post on this.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters