![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| | Powershell Script to extract drive information Is there a one line script for extracting information from Server Manager --> Storage --> Disk Managet? Total space space remaining for example? What about the native Windoows 2008 backup console information? Thanks, Don Murphy |
My System Specs![]() |
| | #2 (permalink) |
| | Re: Powershell Script to extract drive information Don Murphy wrote: Quote: > Is there a one line script for extracting information from Server > Manager --> Storage --> Disk Managet? > > Total space space remaining for example? > > What about the native Windoows 2008 backup console information? > > Thanks, > > Don Murphy > > > this to get the freespace of a drive: PS > get-wmiobject win32_logicaldisk|where {$_.drivetype -eq "3"}|format-table -autosize deviceid,freespace,size deviceid freespace size -------- --------- ---- C: 1529516032 10482610176 PS > I'm not so familiar with 2008's backup features, but there are some PowerShell cmdlets that offer some features that may help you out: http://richardsiddaway.spaces.live.c...E96!1006.entry Marco -- Microsoft MVP - Windows PowerShell http://www.microsoft.com/mvp PowerGadgets MVP http://www.powergadgets.com/mvp Blog: http://marcoshaw.blogspot.com |
My System Specs![]() |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| Extract Information from Virtual Hard Disk | Virtual PC | |||
| script to extract and create contacts | VB Script | |||
| Script to extract XML data | VB Script | |||
| Extract information from web-page | PowerShell | |||
| Script to extract username from path statement | PowerShell | |||