/\/\o\/\/ PowerShelled

This blog has moved to http://ThePowerShellGuy.com Greetings /\/\o\/\/
$AtomFeed = ("Atom.xml")
$PreviousItems = (" MSH registry access "," Unix => MSH Translations: find and grep "," MSH Object Viewer "," Windows "Monad" Shell Beta 2 Documentation Pack "," sample of mine used at reskit.net "," Another Channel9 Interview With Jeffrey Snover. "," /\/\o\/\/ first entry "," ")

Thursday, October 20, 2005

 


MSHObjectViewer mentioned in More talking about Monad



KEWL,

my Objectviewer script (see former post) got mentioned in the Jeffrey Snover - More talking about Monad on channel 9 (also see former post)

gr /\/\o\/\/

PS as you think its only 10 lines ;-)

the original sample as posted in the newsgroup was :

# MSH object viewer by /\/\o\/\/
[System.Reflection.Assembly]::LoadWithPartialName("System.windows.forms")
$form = new-object "System.Windows.Forms.Form"
$form.Size = new-object System.Drawing.Size @(600,600)
$PG = new-object "System.Windows.Forms.PropertyGrid"
$PG.Dock = [System.Windows.Forms.DockStyle]::Fill

#WMi Browser $form.text = "/\/\o\/\/ WMI Browser"
$i = new-object system.management.managementclass("win32_share")
$PG.selectedobject = $i.mshobject.baseobject

#Try this also !!
#$form.text = "/\/\o\/\/ Magic form"
#$PG.selectedobject = $form.mshobject.baseobject

$form.Controls.Add($PG)
$form.topmost = $true $form.showdialog()



Comments: Post a Comment



<< Home

Archives

October 2005   November 2005   December 2005   January 2006   February 2006   March 2006   April 2006   May 2006   June 2006   July 2006   August 2006   September 2006   October 2006   November 2006   December 2006  

$Links = ("PowerShell RC1 Docs"," PowerShell RC1 X86"," PowerShell RC1 X64"," Monad GettingStarted guide"," Monad Progamming Guide"," Monad SDK"," Monad videos on Channel 9"," MSH Community Workspace"," scripts.readify.net "," MonadSource"," www.reskit.net"," PowerShell Blog"," Under The Stairs"," computerperformance powershell Home"," proudlyserving"," MSH on wikipedia"," MSHWiki Channel 9"," Keith Hill's Blog"," Precision Computing"," PowerShell for fun"," MSH Memo (Japanese)"," monadblog")

find-blog -about "PowerShell","Monad" | out-Technorati.
find-blog -contains "","" | out-Technorati.
Google
 
Web mow001.blogspot.com

This page is powered by Blogger. Isn't yours?