Search found 61 matches

by pc_doctor
Tue Jan 03, 2012 4:22 am
Forum: PowerShell
Topic: WMI Provider for Folder level Quotas
Replies: 3
Views: 2324

WMI Provider for Folder level Quotas

Is there a way to retrieve the quota information on folders in 2008 R2? We have implemented quotas for file shares and I would like to create a script that reports out the properties.

by pc_doctor
Tue Jan 03, 2012 4:22 am
Forum: PowerShell
Topic: WMI Provider for Folder level Quotas
Replies: 3
Views: 2324

WMI Provider for Folder level Quotas

Is there a way to retrieve the quota information on folders in 2008 R2? We have implemented quotas for file shares and I would like to create a script that reports out the properties.

by pc_doctor
Thu Oct 27, 2011 3:46 am
Forum: PowerShell
Topic: redirectstandardoutput
Replies: 6
Views: 2777

redirectstandardoutput

I not executing a script, scriptblock, function, or cmdlet. I am executing an external binary.

Doesn't matter - i'll keep pouding on it unless someone else has any ideas.
by pc_doctor
Wed Oct 26, 2011 10:42 am
Forum: PowerShell
Topic: redirectstandardoutput
Replies: 6
Views: 2777

redirectstandardoutput

I am trying to capture the text from an external process using start-process. I have found that if I try to use > to redirect the output I get nothing but if I use redirectstandardoutput I get the output. I run this process against 500 some servers in my environment. I cannot wait for the process to...
by pc_doctor
Wed Oct 26, 2011 10:42 am
Forum: PowerShell
Topic: redirectstandardoutput
Replies: 6
Views: 2777

redirectstandardoutput

I am trying to capture the text from an external process using start-process. I have found that if I try to use > to redirect the output I get nothing but if I use redirectstandardoutput I get the output. I run this process against 500 some servers in my environment. I cannot wait for the process to...
by pc_doctor
Wed Feb 24, 2010 10:04 am
Forum: PowerShell
Topic: Powershell, WMI, and MSCS 2003
Replies: 19
Views: 8722

Powershell, WMI, and MSCS 2003

It works from the PoSH command line as a single line of code. When I look at the $assoc object in PoSH command line I see the dependencies listed out. Usually two (with Clustering you should see the drive letter and virtual network name as dependencies). I haven't tried it in WBEMTEST because it has...
by pc_doctor
Wed Feb 24, 2010 9:32 am
Forum: PowerShell
Topic: Powershell, WMI, and MSCS 2003
Replies: 19
Views: 8722

Powershell, WMI, and MSCS 2003

And I realise you do not have a cluster server to test this out with.
by pc_doctor
Wed Feb 24, 2010 8:04 am
Forum: PowerShell
Topic: Powershell, WMI, and MSCS 2003
Replies: 19
Views: 8722

Powershell, WMI, and MSCS 2003

You are right - but I am not a professional Powershell programmer. I am using Powershell because it is more powerfull then VBScript and I have to support new technology. In your reply you concentrated on rootCIMV2 and not the issue I am having with rootmscluster Associators. Thank you for trying to ...
by pc_doctor
Tue Feb 23, 2010 9:50 am
Forum: PowerShell
Topic: Powershell, WMI, and MSCS 2003
Replies: 19
Views: 8722

Powershell, WMI, and MSCS 2003

I've been running the script from PrimalScript and am getting the same results. It's not just becasue I'm running it from a batch file.

my batch file syntax is:

cmd /c powershell -command .fileages4.ps1 /TEMP=c:scriptsfileagestest /input=c:scriptsfileagestest.txt /cluster
by pc_doctor
Tue Feb 23, 2010 7:55 am
Forum: PowerShell
Topic: Powershell, WMI, and MSCS 2003
Replies: 19
Views: 8722

Powershell, WMI, and MSCS 2003

Not following you. I run the script by calling it from a batch file.