Script Center > Gallery
TechNet Script Center logo

Welcome to the TechNet Script Center Gallery!

Each contribution is licensed to you under a License Agreement by its owner, not Microsoft. Microsoft does not guarantee the contribution or purport to grant rights to it.

The TechNet Script Center Gallery contains sample scripts that are designed to run on Windows Server 2008, Windows Server 2003, Windows Vista, Windows XP, and Windows 2000.

New to scripting? Take a look at the Getting Started page to learn more about how these scripts work and how to write your own scripts.

In Microsoft System Center Configuration Manager 2007, you remove a category from a Windows driver by removing the unique identifier for the category from the SMS_Driver Server WMI Class CategoryInstance_UniqueIDs array property.
(0)
11/13/2009
VBScript
In Microsoft System Center Configuration Manager 2007, you add a category to a Windows driver by adding the unique identifier for the category to the SMS_Driver Server WMI ClassCategoryInstance_UniqueIDs array property.
(0)
11/13/2009
VBScript
In Microsoft System Center Configuration Manager 2007, you specify the supported platforms of a driver in the SDMPackageXML property XML of the driver's SMS_Driver Server WMI Class object.
(0)
11/13/2009
VBScript
You delete an operating system deployment driver package, in Microsoft System Center Configuration Manager 2007, by deleting its SMS_DriverPackage object.
(0)
11/13/2009
VBScript
You delete a Windows driver from the operating system deployment driver catalog, in Microsoft System Center Configuration Manager 2007, by deleting its SMS_Driver Server WMI Class object.
(0)
11/13/2009
VBScript
You enable or disable a Windows driver in the operating system deployment driver catalog, in Microsoft System Center Configuration Manager 2007, by setting the IsEnabled property of the SMS_Driver Server WMI Class object.
(0)
11/13/2009
VBScript
You remove a Windows driver from an operating system deployment boot image package by removing it from the ReferencedDrivers property of the SMS_BootImagePackage Server WMI Class object.
(0)
11/13/2009
VBScript
You add a Windows driver to an operating system deployment boot image package by adding a reference to the required driver in the SMS_BootImagePackage Server WMI ClassReferencedDrivers array property.
(0)
11/13/2009
VBScript
You create a package for an operating system deployment driver, in Microsoft System Center Configuration Manager 2007, by creating a SMS_DriverPackage Server WMI Class object.
(0)
11/13/2009
VBScript
You can import a Windows driver that is described by a Txtsetup.oem file, in Microsoft System Center Configuration Manager 2007, by using the CreateFromOEM Method in Class SMS_Driver.
(0)
11/13/2009
VBScript
View More