A short article about the programming learning process via Viking Code School’s blog: Why Learning to code is So Damn… Read more Viking Code School – Why Learning to Code is So Damn Hard
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
Accessing the Outlook Inbox – ‘NoCOMClassIdentified’ error
(this was my first scripting post on my original Golden Age of Scripting blog) We get a lot of email… Read more Accessing the Outlook Inbox – ‘NoCOMClassIdentified’ error