Showing results for May 2018 - Scripting Blog [archived]

May 30, 2018
0
0

PowerShell PowerTip: ISE crashing and auto complete not working

Kory Thacher
Kory Thacher

Hi all, I'm going to start putting out these short PowerShell PowerTips every so often. They won't be full blog posts, but they will be short and useful! Have you been having issues with the ISE crashing and not auto completing since windows update 1803? From what I've seen there is a fix for this coming, but if you need these features now yo...

PowerTipPowerShellkoryt
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 15, 2018
0
1

Doing more with functions: Verbose logging, Risk mitigation, and Parameter Sets

Kory Thacher
Kory Thacher

Welcome back to PowerShell for Programmers, this week I'm trying gitGist again for the code blocks. Let me know what you think about it vs the normal syntax highlighter I use :) As we've seen in the other posts about functions, attributes are a really cool thing to extend the features we have available to ourselves and for our users. This post i...

PowerShellkorytKory Thacher