-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Windows Configuration Management with Puppet
- Loading branch information
Showing
2 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
## Windows Configuration Management with Puppet | ||
|
||
|
||
## Abstract | ||
|
||
Do you ever find that GPO's are not enough to get things setup the way you would | ||
like? Tried DSC but found that it too doesn't quite do what you need? Tired of | ||
using scripts to fill this gap? Maybe you've heard all the buzz over the last | ||
several years around configuration management on Linux and wished some of that | ||
goodness was available for Windows? Well, it turns out that you're in | ||
luck! These scenarios are just the kind of thing Puppet can help you with. | ||
|
||
Here are some of the topics we will touch on in this talk: | ||
|
||
* Combining Desired State Config (DSC) with Puppet for maximum flexibility | ||
* Chocolaty, or as I describe it to people, apt-get / yum for Windows | ||
* WSUS + strict change windows + Puppet = hands-off patching | ||
* PowerShell everywhere... not just on Windows | ||
* Log shipping and monitoring agent setup | ||
* Creating custom facts via WMI | ||
* Configuring Hyper-V | ||
* SCCM integration | ||
* IIS | ||
|
||
As a bonus, I'll also talk about how you can take advantage of some open source | ||
work to build Windows VM templates. | ||
|
||
|
||
## Gene Liverman |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
## Gene Liverman | ||
|
||
## Bio | ||
|
||
I'm a Site Reliability Engineer at Puppet focused on virtualization and our | ||
physical infrastructure. Prior to joining Puppet I worked in higher education | ||
and with K-12 schools doing everything from desktop support to systems | ||
administration to being the systems architect. During that time I administered | ||
Linux, Mac, Solaris, and Windows in an Active Directory environment. I've also | ||
run data centers, done SAN administration, and implemented and administered | ||
Google Apps aka G Suite. |