Mapped Drives SMS_DEF.MOF Issue




I'm attempting to collect the mapped network drives of my SMS Advanced
Clients in our SMS 2003 environment.

I'm working with the Datashift-Drives.vbs. I've added the following to
my SMS_DEF.MOF file to collect this information from the test client:

*************


//----------------------
// Mapped Drive Inventory
//----------------------

#pragma namespace("\\\\.\\root\\cimv2\\SMS")
[SMS_Report(TRUE),
SMS_Group_Name("SMX Drives"),
SMS_Class_ID("MICROSOFT|SMXDrives|1.0")]

class SMX_Drives : SMS_Class_Template
{
[SMS_Report(TRUE)]
Boolean Compressed;

[SMS_Report(TRUE)]
string Description;

[SMS_Report(TRUE)]
string DeviceID;

[SMS_Report(TRUE)]
Uint32 DriveType;

[SMS_Report(TRUE)]
string FileSystem;

[SMS_Report(TRUE)]
Uint64 FreeSpace;

[SMS_Report(TRUE)]
Uint32 MediaType;

[SMS_Report(TRUE), Key]
string Name;

[SMS_Report(TRUE)]
string ProviderName;

[SMS_Report(TRUE)]
Uint64 Size;

[SMS_Report(TRUE)]
string VolumeName;

[SMS_Report(TRUE)]
string VolumeSerialNumber;
};

This all appears to work in the Hardware Inventory process when I force
a Hardware Inventory at the client level, however the only drive
displayed is my CD-ROM. Is this the intended behavior of the script or
is it to also to list out my mapped network drives (e.g. my Y: & Z
drives are mapped). I was also concerned about the hardware inventory
being executed via the system account vs. the logged on account. Any
help you could give me would be appreciated.

.



Relevant Pages

  • Re: Mapped Drives SMS_DEF.MOF Issue
    ... I'm attempting to collect the mapped network drives of my SMS Advanced ... string DeviceID; ... This all appears to work in the Hardware Inventory process when I force ...
    (microsoft.public.sms.inventory)
  • Client configuration after network share migration
    ... we are migrating between two server 200 network shares used by client by mapped network drives. ... I must create a script to modify some client configuration with share syncronization enabled, because all Windows xp notebook has the own home directory mapped on own share synchronized for offline use!!!! ...
    (microsoft.public.windows.server.migration)
  • Reconnect at logon
    ... With your help and many hour of a steep learn curve I have 10 ... clients up and running on SBS 2003. ... Several computers won't reconnect automatically to mapped network drives ... Two out of ten client can't access http://companyweb.default.aspx. ...
    (microsoft.public.windows.server.sbs)