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
Category: PowerShell
It’s a programming language! It’s a command shell! It’s PowerShell!
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
PSFTP links
I’m trying to develop some scripts to handle data on some of the web servers we push data to at… Read more PSFTP links
Finding connected Remote Desktop users
Finding Remote Desktop users connected to a Windows server using PowerShell (without using the RemoteDesktopServices cmdlet – script uses WINSTA.EXE instead.
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)