Browse by Tags

All Tags » Philosophy (RSS)

Time for D-CRUD?

I was thinking on the plane back from the PowerShell summit about the CRUD activities. They are a concept we have inherited from the database world: C = Create R = Read U = Update D= Delete Create, Update and Delete correspond directly to the PowerShell...
Posted by RichardSiddaway | with no comments
Filed under: ,

Can I? Should I?–examples–legacy scripts

In this post http://msmvps.com/blogs/richardsiddaway/archive/2011/07/17/can-i-should-i.aspx I stated that PowerShell isn’t necessarily the right answer to every problem. I was left a comment asking if I could expand.  I’ll do that over a series of...
Posted by RichardSiddaway | with no comments

Can I? Should I?

The question “Can I do X with PowerShell?” comes up very frequently. PowerShell provides access to a huge range of functionality: .NET COM WMI Microsoft and third party products Usually the answer is “Yes, you can” BUT What doesn’t seem to be considered...