Sunday, June 14, 2009

uuidgen.exe - guid generator

"uuidgen.exe -n2" generate two guids.

Saturday, June 6, 2009

Download details: WMI Administrative Tools

Download details: WMI Administrative Tools

26.4 WMI Tools :: Chapter 26. Scripting with WMI :: Part III: Scripting Active Directory with ADSI, ADO, and WMI :: Active Directory :: Server Administration :: eTutorials.org

26.4 WMI Tools :: Chapter 26. Scripting with WMI :: Part III: Scripting Active Directory with ADSI, ADO, and WMI :: Active Directory :: Server Administration :: eTutorials.org


WMIC

Sesame Script: Getting – or Creating – an Object

Sesame Script: Getting – or Creating – an Object: "If we had used the Get method in this case rather than ExecQuery, Get would have returned the first network drive it encountered and returned an object reference to that drive. If you have more than one network drive you have no way of knowing which will be returned. By using ExecQuery, you return all of them."

Benp's Guide to Stuff : Searching WMI

Benp's Guide to Stuff : Searching WMI

Benp's Guide to Stuff : Listing WMI Namespaces installed on a host

Benp's Guide to Stuff : Listing WMI Namespaces installed on a host

Download details: The WMI Diagnosis Utility

Download details: The WMI Diagnosis Utility

How to list WMI namespaces?

Get-WmiObject -Namespace "root" -Class "__NAMESPACE" | Format-List Name

Creating Sites and Virtual Directories, and Setting Properties Using WMI

Creating Sites and Virtual Directories, and Setting Properties Using WMI