Click to view this email in a browser

December_PScript_2009_500x100.jpg

sapien_logo_60x64.jpg
Newsletter

SAPIEN Technologies, Inc. December 2008

PrimalScript 2009 and PrimalScope 2009 prepare for beta launch

ATTENTION 
Purchase a NEW copy of PrimalScript 2007 prior to the release of PrimalScript 2009 and receive the upgrade to PrimalScript 2009 for FREE.

UPGRADE your existing PrimalScript to PrimalScript 2007 prior to the release of PrimalScript 2009 and receive the upgrade to PrimalScript 2009 for FREE.


Continuing our monthly two strike announcements, we are pleased to announce PrimalScript 2009 and PrimalScope 2009. Both products will be available for beta testing shortly.

If you have not signed up as a beta tester yet, please head over to www.sapien.com/beta to do so.

PrimalScope 2009 now also includes a debugger and syntax coloring for PowerShell, making it an even better auxiliary debugger for your remote machines, if things don’t turn out the way you expect them to work.

PrimalScope2009_500x366.jpg 

PrimalScript 2009 contains quite a variety of new features, enhancements and changes. We can’t really go into too much detail here in the newsletter, but we do have a screenshot and a brief overview for you. We will publish quite a number of articles on the new items on our blog at http://blog.sapien.com. These blog posts will also detail information about pricing, upgrading etc., so please make sure to keep an eye on the blog. And of course you are always welcome to post in our support forum at http://support.sapien.com if you have any concerns or questions.

PS2009_500x301.jpg 

  • A new COM - WMI - PowerShell and .NET object browser provides a central location to discover and explore the objects you need.
  • SQL PrimalSense makes editing SQL files and stored procedures easier and less error prone.
  • A new integrated file difference tool provides more information and syntax colored displays allow for faster review of individual modifications.
  • The new integrated shell window allows ad-hoc commands to evaluate individual commands.
  • Object browser connection to the MSDN library and Google make it simple and easy to access documentation and sample code from the internet.
  • Automatic brace matching allows you to visually verify correct parenthesis placement.
  • The Live SQL query window enables ad-hoc query testing and live data manipulation.
  • A new WMI query window integrates easy testing and discovery of WQL statements and WMI class properties.
  • The new enhanced start page distinguishes between edited and simply opened files, so your current work gets not pushed "off the list" as easily.
  • Enable / Disable code commands on the context menu make it simple and quick to comment and fold or re-activate diagnostic code in your scripts.
  • Improved type library caching improves speed when opening ASP, HTML or HTA pages.
  • The new Quantum Script Host allows you to run your scripts (VBScript, JScript, PowerShell) with elevation on Windows Vista and above.
On-site Training!

ScriptingAnswers.com LIVE! Private Training is lining out their training calender for 2009.  Are you interested in on-site training?  Need some help with PowerShell or VBScript training, but getting everyone out is too much hassle?  Contact training@sapien.com for more information and to reserve your on-site training. 

Jeff Hicks' One-liner

This month's PowerShell one-liner uses WMI to query event logs on remote
computers. Specifically it is searching for logs that record when the
Event Log service has started. This is another way you can, determine
when a computer has started. It's not foolproof of course but the
one-liner should serve as an example of querying WMI on multiple machines.

Get-WmiObject win32_ntlogevent -filter "logfile='system' AND
EventCode=6005 AND TimeWritten >
'$((get-date).AddDays(-30).toShortDateString())'" -computername
(get-content computers.txt) |Select
@{name="Computername";Expression={$_.__Server}},@{name="StartUp";Expression={$_.ConvertToDateTime($_.timewritten)}}

This expression queries a list of computers and finds the specific event
records written in the last 30 days.

In This Issue

Special Offer

For the month of December all shippable purchases at ScriptingOutpost.comwill come with a padfolio filled with valuable SAPIEN tools and merchandise for free! This is our holiday gift to you.  Enjoy!

Shipment within the US only.


SAPIEN Blog

Visit our SAPIEN blog to read more about this months Windows PowerShell one-liner.
Questions or Comments? Contact Sales@sapien.com | (707) 252.8700x117



If you no longer wish to receive these emails, please reply to this message with "Unsubscribe" in the subject line or simply click on the following link: Unsubscribe


Click here to forward this email to a friend

SAPIEN Technologies
841 Latour Ct.
Suite D
Napa, California 94558
US