Re: Verify File System

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


Date: Tue, 12 Oct 2004 18:54:16 -0700


"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:
    Win32_DiskPartition->Type (property)

get the first bootable partition and check
its Type property. Will each machine have
WMI installed?

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: 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. ... "NTFS" where I should. ...
    (microsoft.public.scripting.vbscript)
  • Fat32 to NTFS
    ... and some security features of NTFS. ... computers - some of them are FAT32 and NTFS for all ... FAT32 to NTFS without losing anything, ...
    (microsoft.public.windowsxp.perform_maintain)
  • Re: Finding users in local admin groups
    ... > Here is a vbscript that you can run against a remote computer that moves ... > *local* users except 'Administrator) from the Administrators group to the ... You should also add to the script logging to a file of the ... > you moved on what computers. ...
    (microsoft.public.win2000.security)