Showing results for guest blogger - Scripting Blog [archived]

May 23, 2018
0
0

Run PowerShell code in Puppet

Doctor Scripto
Doctor Scripto

Normally, it’s preferable to use specific Puppet and DSC Windows modules to manage systems in Puppet, but an alternative is running PowerShell commands and scripts by using the exec resource. This can be helpful for transitioning existing PowerShell code into Puppet quickly.

Scripting Guy!Windows PowerShellguest blogger
May 9, 2018
3
0

Get certificate info into a CSV by using PowerShell

Doctor Scripto
Doctor Scripto

Summary: Certificate management is always challenging. Let’s explore how to use PowerShell to export local certificate information to a comma-separated values (CSV) file on Windows 7 (or later) computers. Q: Hey, Scripting Guy! How can I get all my certificate info into a CSV on my Windows computers? —SH A: Hello SH, Patrick Mercier here, with...

Scripting Guy!Windows PowerShellguest blogger
Mar 30, 2018
0
0

Introducing the DscLcm utility for PowerShell

Doctor Scripto
Doctor Scripto

Summary: Desired State Configuration is a great deployment tool to meet your organization’s infrastructure-as-code goals. I recently came across a situation for a project that uses the Push Service (as opposed to the Pull Service). It required me to be able to apply a new partial configuration to a node, without any knowledge of what partial config...

Scripting Guy!Windows PowerShellguest blogger