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
Tag: scripting
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
Three PowerShell resources
Microsoft’s Hey, Scripting Guy! blog Microsoft TechNet Script Center PowerShell Code Repository – PoshCode.org (originally posted at edward.spurlock.cc)
Find subfolders that lack a given file(name)
Our processing automation at work creates a number of files during processing. One way we can tell when the automation… Read more Find subfolders that lack a given file(name)
PowerShell – Get-WmiObject vs. Get-CimInstance
A recent post on the Hey, Scripting Guy! blog showed how to use PowerShell to find a network adapter’s MAC… Read more PowerShell – Get-WmiObject vs. Get-CimInstance
Scriptify – A navigation aid for SharePoint 2013 PowerShell Cmdlets
Via yesterday’s Hey, Scripting Guy! blog – Scriptify – A navigation aid for SharePoint 2013 PowerShell Cmdlets is a web-based… Read more Scriptify – A navigation aid for SharePoint 2013 PowerShell Cmdlets