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

Tuesday, June 2, 2009

Configuring Terminal Services with WMI: Terminal Services

Configuring Terminal Services with WMI: Terminal Services: "To view the Terminal Services Provider classes in Wbemtest.exe
Open Wbemtest.exe

Click Connect.

In Namespace, type root\Cimv2

Click Connect.

Click Open Instance.

In Object Path, type the name of the Terminal Services Provider class (see the table below for the names of the classes.) Click OK.

In Properties, click the name of the property you want to view, and then click Show MOF."

Windows Terminal Services and C#

Windows Terminal Services and C#