Re: Verify File System

From: tlviewer (tlviewerSHRUB_at_yahooCHENEY.com)
Date: 10/13/04


Date: Tue, 12 Oct 2004 21:15:35 -0700


"tlviewer" <tlviewerSHRUB@yahooCHENEY.com> wrote in message news:eq7#deMsEHA.376@TK2MSFTNGP09.phx.gbl...

"Jack" <jacksneed2000@yahoo.com> wrote in message news:1cbee35b.0410121137.61a29e93@posting.google.com...
> I need to write a script to remotely check several thousand computers
> to determine if they are formatted with NTFS or FAT32. I would have
> thought this was easily searchable within the registry, but I've not
> been able to find it. Thanks in advance for any help.
>
> Jack

Use WMI:

Correction:
    Win32_LogicalDisk->FileSystem (property)

The above tests OK on my Win2k sp3 box. I get
"NTFS" where I should.

hth,
tlviewer



Relevant Pages

  • Re: FAT32 or NTFS on an external USB disk drive???
    ... Converting to NTFS is definitely better - but for those who don't play around ... with computers that much, it may be better to leave it as FAT32. ... FAT & NTFS File Systems in Windows XP ...
    (microsoft.public.windowsxp.general)
  • Verify File System
    ... I need to write a script to remotely check several thousand computers ... to determine if they are formatted with NTFS or FAT32. ...
    (microsoft.public.scripting.vbscript)
  • Re: A question about NTFS
    ... > everytime i upgrade the linux core i have to download a new version of the ... > ntfs on my machine. ... acquire a _kernel_ with the NTFS support enabled. ... write a script to do it. ...
    (Fedora)
  • NTFS Permissions via VBScripting
    ... I can quickly get all of the share permissions for all of the shared folders ... I am also able to get all of the NTFS ... What I am looking to do is to create a VB script that will take care of ... And, since this will be for a client, the output has to be "user ...
    (microsoft.public.scripting.vbscript)
  • Re: NTFS Permissions via VBScripting
    ... I can quickly get all of the share permissions for all of the shared ... However, the NTFS ... And, since this will be for a client, the output has to be "user ... create a generic VBScripting script that I can use in all environments ...
    (microsoft.public.scripting.vbscript)

Loading