Home Forums Programming Powershell Get hard drive information of a remote server using Powershell 1,0 RE: Get hard drive information of a remote server using Powershell 1,0

  • Oh, I see... What about this:

    $d = New-Object -typename System.IO.DriveInfo -argumentlist "C:"

    $d

    http://technet.microsoft.com/en-us/library/ee692723.aspx

    Should also work with PS 1.0. Check it out!