• Shortcuts : 'n' next unread feed - 'p' previous unread feed • Styles : 1 2

» Publishers, Monetize your RSS feeds with FeedShow:  More infos  (Show/Hide Ads)


Date: Wednesday, 13 May 2009 13:55
Thanks! You are a saint!!
Author: "--" Tags: "Powershell Scripts"
Comments Send by mail Print  Save  Delicious 
Date: Wednesday, 13 May 2009 13:30
Here is a script that should do what you want.  It takes a parameter of the cutoff size, but defaults it to 50GB to be compatible with what you posted.

Also be aware that if you are interested in all disk space rather than configured you will have to f...
Author: "--" Tags: "Powershell Scripts"
Comments Send by mail Print  Save  Delicious 
Date: Wednesday, 13 May 2009 10:05
Hi,

I am trying to make a script that lists VMs with large harddisks in an easy way.
I found what I was looking for in a one liner, which does what I want - but it would be nice to have a script that gives a report.

this lists size of disk and the path...
Author: "--" Tags: "Powershell Scripts"
Comments Send by mail Print  Save  Delicious 
Date: Thursday, 26 Feb 2009 15:11
very nice, i've also used this to call powershell scripts:

Code:
powershell "&""c:\path\to\script.ps1"""
Author: "eric@sarakaitis.com" Tags: "Powershell Scripts"
Comments Send by mail Print  Save  Delicious 
Date: Wednesday, 25 Feb 2009 20:42
[code]Dim objShell,objFSO,objFile

Set objShell=CreateObject("WScript.Shell")
Set objFSO=CreateObject("Scripting.FileSystemObject")

'enter the path for your PowerShell Script
strPath="C:\yourpowershellscript.ps1"

'verify file exists
If objFSO.FileExists...
Author: "--" Tags: "Powershell Scripts"
Comments Send by mail Print  Save  Delicious 
» You can also retrieve older items : Read
» © All content and copyrights belong to their respective authors.«
» © FeedShow - Online RSS Feeds Reader