Showing results for TYPE:WMI - PowerShell Team

Sep 2, 2006
0
0

BizTalk Server Applications: Get/Start/Stop

PowerShell Team PowerShell Team

Tomas Restrepo has a nice script for getting/starting/stoping BizTalk Server Applications at: http://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 that script with his original C# implementation at: http://www.winterdom.com/weblog/...

FAQTYPE:WMI
Jun 25, 2006
0
0

Improved Support for WMI

PowerShell Team PowerShell Team

<Edited 7/2/2006 to add tags and categories>We have recently completed work on improved support for WMI including: Everyone that uses WMI owes a debt of gratitude to Greg Ramsey.  Greg did an MMS session and lab focused on Scripting SMS using VBscript and Windows PowerShell.  Jim Truher and I joined Greg to host a Birds of a...

FAQTYPE:WMI
May 11, 2006
0
0

PowerShell's Script Center problem

PowerShell Team PowerShell Team

Fellow Scripters, We’ve heard that some of you think our PowerShell sample scripts on the TechNet Script Center stink. Do you have any idea how much that hurts? We slave over hot keyboards day in and day out trying to help you ungrateful scoundrels learn more about scripting. And how do you repay us? Nasty emails and smear campaigns, that’s ...

TYPE:WMI
May 1, 2006
0
0

Chewy WMI example

PowerShell Team PowerShell Team

MOW has done it again with an excellent example of a PowerShell script which does some chewy WMI processing and takes advantage of the PowerShell capabilities.   http://mow001.blogspot.com/2006/05/powershell-export-shares-and-security.html Quite a few of the current WMI examples are really trivial VBScripts using PowerShell constructs.&...

TYPE:WMI
Apr 25, 2006
0
0

Finding out what determines which properties are displayed

PowerShell Team PowerShell Team

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 how to find out which properties are displayed.First, I would look at which view defined in ...

FAQINTERNALCMDLET

Feedback