Welcome to MSDN Blogs Sign in | Join | Help

December 2005 - Posts

Creating a Start Menu Shortcut with Powershell and Python

[UPDATE 2008-05-13] Updated this post to use syntax Powershell 1.0 syntax instead of the original Monad syntax. A simple example that shows you how to create Start Menu shortcut. This example illustrates how to get the location of a windows "Special Folder"
Posted by saveenr | 1 Comments

Thinking about Monad and other Scripting Languages

I’ve spent the last week learning more about Microsoft’s new scripting language and shell: Monad. My conclusion … Start learning Monad now Wow. This is impressive work. The bottom-line: you’ll be eventually more productive by incorporating Monad into
Posted by saveenr | 3 Comments

Using Reflection in C# to print WMI object properties

Scenario You need to dump all the properties in a collection of WMI objects, but you don't want to manually use WriteLine() for each property because it's dull work. Here is a link to code sample you want to avoid is : http://www.microsoft.com/technet/scriptcenter/scripts/os/services/ossvvb08.mspx
Posted by saveenr | 3 Comments
 
Page view tracker