Thank you so much! Got it working - had to pull all references to $Cluster to get it running. Runtime took about 5 minutes, had me worried that things were locked up, but all is well. Very...
See more...
Thank you so much! Got it working - had to pull all references to $Cluster to get it running. Runtime took about 5 minutes, had me worried that things were locked up, but all is well. Very, very cool... Thanks again, --- A
No error message when I run the script without the Export-CSV. Get-Datacenter produces expected output. Get-Cluster shows nothing. Get-VM produces expected output. --- A
I upgraded the PowerCLI on my workstation (Win7/64) to 5.0.1 and got the same error - in attempt to rule out the workstation as a problem, I also installed PowerCLI 5.0.1 on a server (2k3/32) and...
See more...
I upgraded the PowerCLI on my workstation (Win7/64) to 5.0.1 and got the same error - in attempt to rule out the workstation as a problem, I also installed PowerCLI 5.0.1 on a server (2k3/32) and got the same error as well. If I remove the Export-CSV related code, the script runs (appears to take time to run, anyway) but has zero output. Curious... --- A
Thanks for the help - When running the attached script, I get another error "Export-CSV : Cannot bind argument to parameter 'InputObject' because it is null." at Line 18, Character 21 (which i...
See more...
Thanks for the help - When running the attached script, I get another error "Export-CSV : Cannot bind argument to parameter 'InputObject' because it is null." at Line 18, Character 21 (which is the - in -NoTypeInformation, etc.) in the last line. Taking your advice to upgrade to PowerCLI 5.0.1 and hoping that that makes this issue go away. Thanks again, --- A
Hi - coming a little late to the party, but I believe this is the script that I'm looking for. I'm pretty new to scripting for PowerCLI and having issues getting this working on our infrastruc...
See more...
Hi - coming a little late to the party, but I believe this is the script that I'm looking for. I'm pretty new to scripting for PowerCLI and having issues getting this working on our infrastructure. Getting an "Unexpected token '<' in expression or statement" error at line 10, character 72. Seems that it doesn't like the closed square bracket. We're running version 4.1 and I'm using PowerCLI 4.1 as well. Any ideas? Thanks, --- A