Showing tag results for Windows PowerShell

Dec 19, 2017
Post comments count0
Post likes count0

Script Wars: The Farce Awakens (part II)

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

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

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
Jul 26, 2017
Post comments count0
Post likes count0

Hey, Scripting Guy! update

Doctor Scripto

Ed Wilson retired, but we are continuing his legacy of friendly tutorials on solving common problems. We will also help IT professionals expand their skill set beyond what might be their comfort zone. Examples of this include incorporating continuous integration/continuous deployment (CI/CD) tools into core infrastructure management, and hybrid clo...

Scripting Guy!Windows PowerShell
Feb 9, 2017
Post comments count0
Post likes count0

Cloud operating system deployment: WinPE in Azure

Doctor Scripto

Jason Ryberg is a Consultant for Microsoft, where he writes PowerShell code and provides DevOps support.  Have you ever wanted to boot to WinPE in Azure and select an Microsoft Deployment Toolkit (MDT) Task Sequence?  As part of an informal cloud-readiness evaluation, I was asked to deploy a server image to Azure. The image that I was given would r...

Scripting Guy!Windows PowerShellGuestBlogger