Posts Tagged ‘automation’

February PowerShell One-Liner

Tuesday, February 3rd, 2009 by Jeffery Hicks
If you subscribe to the SAPIEN newsletter you should have seen this already. If not, why don't you take a moment to subscribe? Each month you'll get all the latest product and training news from SAPIEN Technologies as well as useful tips like this Powershell one-liner that produces a report on event log sizes for multiple computers.   More »

Where do I begin?

Tuesday, December 2nd, 2008 by Jeffery Hicks
"I'm new to scripting and need a book recommendation." "Should I learn VBScript or PowerShell?" "What are some good books for learning scripting?" These are natural and common questions. A few years ago the answers would have been simple. But today if you are just getting started with administrative scripting, the answers only bring more questions. The real question isn't what book should you read but what technology should you learn? If you are a a SAPIEN blog reader I'm going to assume that the choice comes down to VBScript or PowerShell. The quick answer is to learn both, but I realize that's not practical. So let's look at this a bit further and realize that some of this will change once PowerShell v2.0 is released as part of Windows 7 and depending on your adoption of Windows 7.   More »

Your Vote and Comments count

Wednesday, October 8th, 2008 by Jeffery Hicks
I like seeing all the votes for our short PowerShell production poll. Over 100 responses and still overwhelmingly more of you are using PowerShell in…   More »

Techmentor NYC Wrap Up

Tuesday, September 9th, 2008 by Jeffery Hicks
Sorry you didn't make it to the Big Apple for the last Techmentor conference. It was a small and intimate show which I always like because it is easier to talk with attendees and answer questions. Plus your odds are increased for all the freebies, include free books! Here's a taste of what you missed.   More »

Get-OtherDate

Thursday, September 4th, 2008 by Jeffery Hicks
PowerShell's [DATETIME] object has some handy methods for calculating a date such as AddDays(). Let me show you how as well as my own function for those situations where PowerShell's methods just aren't enough.   More »

Proofing the Proof

Wednesday, September 3rd, 2008 by Jeffery Hicks
I just got the proof from the printer for Managing Active Directory with Windows PowerShell: TFM. It always exciting to hold a finished (or close…   More »

Powershell vs T-SQL

Sunday, August 31st, 2008 by Jeffery Hicks
If you've been debating the pros and cons of PowerShell vs T-SQL, or trying to decide why anyone would want to use PowerShelll to manage…   More »

More fun with Microsoft Word and PowerShell

Friday, August 15th, 2008 by Jeffery Hicks
I needed a demonstration for one of my last online PowerShell classes on using COM objects in PowerShell. I took an old VBScript that used Microsoft Word to get document statistics such as word and page count and transformed it into PowerShell. I quickly realized I could flesh out the demo into a larger function that I can actually use. Given that I generate a lot of Word docs, being able to get some document statistics is helpful. So I created a function called Get-DocStatistic.   More »


Entries (RSS) and Comments (RSS).