More PowerShell work today… I’ve been working with the output from a Ruby script that we use to access Solr… Read more Out-String and Invoke-Expression
Tag: PowerShell
Editing PowerShell scripts from the ISE command line, part 2
A couple of days ago, I talked about using the ISE command line to create script lines in the active… Read more Editing PowerShell scripts from the ISE command line, part 2
Use Shift-Enter (not Enter) to continue lines in the ISE command pane
Something that’s been bugging me for a while is that I couldn’t remember how to continue lines in the ISE… Read more Use Shift-Enter (not Enter) to continue lines in the ISE command pane
Editing PowerShell scripts from the ISE command line
One of the things I do at work involves creating scripts to run a Ruby script. For each line in… Read more Editing PowerShell scripts from the ISE command line
ISE_Cew and other ISE add-ons
A few weeks ago, I worked my way through a Lynda.com course on the Windows PowerShell ISE. The current version… Read more ISE_Cew and other ISE add-ons
testing PowerShell with Pester
I’ve been diving back in to – well, dipping my toe in the chilly waters of – PowerShell for some… Read more testing PowerShell with Pester
Where it all started – the Monad Manifesto
PowerShell originally started as a project called “Monad” within Microsoft. The original Monad Manifesto[PDF] was written by Jeffrey Snover back in… Read more Where it all started – the Monad Manifesto
Setting up my PowerShell profiles
There comes a time in every programmer’s life when s/he has to strike out on his/her own, writing new code… Read more Setting up my PowerShell profiles
Automating web browsing using PowerShell
A lot of our Production Quality Control (QC) operations where I work require checking that data has been uploaded to… Read more Automating web browsing using PowerShell
Another PowerShell resource
Another resource I’ve been mining in the last week or so: PowerShell.org, an independent community for PowerShell users. Something at… Read more Another PowerShell resource