If you didn’t make it to Techmentor this year, you missed out on some great stuff. As promised, here are a collection of zip files with my conference demos. If you didn’t make it to the show you are still…
Read More
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 production. If you aren’t, I hope you’ll vote and leave a comment why on the…
Read More
I’d like to think that Primalscript’s Snippets feature is one of its more well known features, but I think I take it for granted. Primalscript ships with a large number of language specific snippets that you can freely incorporate into…
Read More
This week, Alex Riedel and SAPIEN alumus Don Jones will sit down (virtually speaking) at a roundtable discussion on the PowerScripting Podcast. They will be joined by PowerShell architect Jeffrey Snover, and PowerShell MVP Kirk Munro.
Scheduled topics include:
A…
Read More
This summer we ran a PowerShell Boot Camp that was very popular and successful. People have been asking when we’re going to hold another one. Your question has been answered. I will be doing the boot camp in Dallas, TX…
Read More
This is the first of an open-ended series of short tips on using PrimalScript. If you’ve ever used the product you know there are a wealth of features. I want to devote some blog time periodically to show-off some feature…
Read More
The other day I showed you how to use ADSI and PowerShell to manage services on remote computers. Since the ADSI type adapter is admittedly “kludgy” at times, I put together a script that you could use like a cmdlet…
Read More
In PowerShell v1.0, if you want to manage services on a remote computer, you likely used WMI and the Get-WMIObject cmdlet. But there is another solution using ADSI. If you use the WinNT provider, you can access all of the…
Read More
I wanted to make sure everybody knew about another site in the ScriptingAnswers.com family. We have another area we refer to as our Essentials site. Here we gather tips, best practices, sample scripts and more. Coverage includes not only PowerShell…
Read More
In my recent interview on the PowerScripting Podcast, one of the excellent questions was “What are the 5 misconceptions or hurdles people have when they start learning PowerShell?” I thought the question merited a longer reply, and of course these…
Read More