Here’s another tidbit about PrimalScript that you may not be aware of. Not only does PrimalScript offer a large number of code snippets that you can drag and drop into your scripting or development project, but it also includes a large number of complete sample scripts.
Tag: scripting
PrimalScript Packaged PrimalForm PowerShell
I hope you’ve been playing with the free PrimalForms tool and started creating some useful PowerShell tools. Here’s a technique you might want to explore if you are using PrimalScript. If you’ve used the PrimalScript for awhile you likely are aware of the script packaging feature. You can use it to package your PowerShell scripts into an EXE file. Remember though, PowerShell needs to be installed wherever you may want to execute your package. But once packaged, launching the file will display your WinForm based script. Let me show you some ways to leverage script packaging and PowerShell scripts.
Getting Started with PrimalForms
I hope you are as excited about the release of PrimalForms as I am. In the past creating a Windows form in PowerShell was a very tedious task and one I rarely used except for the most simplest of forms. No more. The free PrimalForms tool lets me create a very rich Windows form using a WYSIWYG editor. I can export the form to a file, add my PowerShell code and call it a day.
Techmentor Las Vegas ’08
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 welcome to download, although they may not all make sense to you out of context. I think I’ve gathered everything but if there as a particular demo you can’t find, let me know and I’ll either check my library or attempt to re-create it.
Your Vote and Comments count
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 original post so that the discussion will be in one location.
PrimalScript: Did you know about Snippets?
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 your work. Depending on your configuration, you may or may not see the Snippets browser panel on the left side of the IDE. If you can’t find it, go to View – Browser Panels and select Snippets Browser.
PowerScripting Podcast Roundtable
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 Thousand Things 1% Better What’s most important for a posh newbie to learn? Script vs. […]
PowerShell Boot Camp Coming to Dallas
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 February 9-11, 2009. Now before you get too excited, be warned that this is not your typical instructor led training.
PrimalScript: Did You Know?
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 you may not have been aware of or a quick tip to use the product more efficiently. If you don’t have a copy of PrimalScript, you can download a 45 day evaluation copy from PrimalScript.com.
More fun with services, PowerShell and ADSI
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 to retrieve service information via ADSI.