Showing tag results for Scripting Guy!

Dec 19, 2017
Post comments count0
Post likes count0

Script Wars: The Farce Awakens (part II)

Doctor Scripto
Doctor Scripto

Summary: Yesterday, we met a newly graduated IT professional, Rey Skyworker, as she discussed the ways of "The Farce." It was during this discussion that her instructor, Ben Kerberosie, discovered she had a natural gift in understanding how to implement some good practices into writing her scripts. Today, we sit quietly (I mean all of you in the b...

Scripting Guy!Windows PowerShellSean Kearney
Dec 18, 2017
Post comments count0
Post likes count0

Script Wars: The Farce Awakens (part I)

Doctor Scripto
Doctor Scripto

Summary: Seven years ago, “Hey, Scripting Guy!” was approached by a member of the community to see if we would be interested in doing something a little fun for the holidays.  The result was a seven-part series called “A PowerShell Carol.” So when we were approached continuously in following years, we allowed this madness to continue! The traditio...

Scripting Guy!Windows PowerShellSean Kearney
Dec 15, 2017
Post comments count0
Post likes count0

PowerShell support for certificate credentials

Doctor Scripto
Doctor Scripto

Summary: It's not a very well-known feature, but the PSCredential object, and the PowerShell Get-Credential cmdlet, both support certificate credentials (including PIN-protected certificates). In this post, we take a look at how a certificate credential is marshaled inside a PSCredential object, how you can do this marshaling yourself, and how you ...

Scripting Guy!Windows PowerShellMatt Bongiovi
Oct 27, 2017
Post comments count0
Post likes count0

Reverse Desired State Configuration: How it works

Doctor Scripto
Doctor Scripto

Nik Charlebois is a Premier Field Engineer based out of Canada. He is the author of several books on SharePoint automation, and he writes blog posts on a regular basis about all things PowerShell. You can find out more about his work here. ReverseDSC PowerShell Desired State Configuration (DSC) has been around for a few years now, and many organiza...

Scripting Guy!guest bloggerSharePoint
Oct 3, 2017
Post comments count0
Post likes count0

Use Docker to automate testing of PowerShell Core scripts

Doctor Scripto
Doctor Scripto

  Summary: Learn the basics about Docker, and see how to use it for PowerShell Core script testing on different operating systems. I'm Dan Ward, a Boston-based .NET software engineer who is just plum crazy about PowerShell and automation. Earlier this year, I uploaded my first GitHub project—a PowerShell whitespace cleaner that also replaces...

Scripting Guy!guest bloggerPowerShell