Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » FAQ » TYPE:WMI   (RSS)

BizTalk Server Applications: Get/Start/Stop

Tomas Restrepo has a nice script for getting/starting/stoping BizTalk Server Applications at: ht tp://www.winterdom.com/weblog/2006/09/02/BTSResetWithPowerShell.aspx I like how readable it the script is. It is completely obvious what is going on. Compare
Posted by PowerShellTeam | 1 Comments
Filed under: ,

Encoding Operations Knowledge

One of the primary goals of Windows PowerShell is to encode operations knowledge. Consider the example of finding out what domain role a computer plays. If you look at the WMI class WIN32_COMPUTERSYSTEM, you'll see that it tells you this information:

Revisiting: Listing all the COM automation PROGIDs

In the blog entry Listing all the COM automation PROGIDs http://blogs.msdn.com/powershell/archive/2006/06/29/650913.aspx . I showed how you could use the registry to get all the progids that you can use for COM automation. Here is a way to do the same
Posted by PowerShellTeam | 3 Comments
Filed under: , ,

Improved Support for WMI

<Edited 7/2/2006 to add tags and categories> We have recently completed work on improved support for WMI including: Improved Adapters for WMI objects and classes Most notably the ability to easily invoke methods on both Direct language support for
Posted by PowerShellTeam | 13 Comments
Filed under: ,

Finding out what determines which properties are displayed

MoW, a Monad newsgroup regular, asked why only the Caption, Name and PeakUsage properties were displayed from the command “get-WMIObject Win32_PageFileUsage” while the output object had a lot more properties. I think it is worth it to explain in details
 
Page view tracker