(36,075 points)
|
"The Parse method reads a string and converts it to a DateTime object. But why would you use that ? Get the actual date, and do $_this" in VMware vSphere™ PowerCLI - 2 replies |
22 hours ago |
|
"Try something like this $vms = Import-CSV "c:\temp\vmlistaa.csv" <br />foreach ( $vm in $vms ){ Get-VM" in VMware vSphere™ PowerCLI - 5 replies |
22 hours ago |
|
"There is an option in the VM settings to check and update the VMware Tools on each Poweron. You can change that setting with this script fo" in VMware vSphere™ PowerCLI - 2 replies |
22 hours ago |
|
"You didn't say which type of SCSI Controller is used, by from some quick tests it looks as if in vSphere 5, the BusNumber is still there and" in VMware vSphere™ PowerCLI - 2 replies |
23 hours ago |
|
"Ok, I think I found the problem. You are defining 3 actions on that alarm (3 x Email). That means that this Get-AlarmDefinition -" in VMware vSphere™ PowerCLI - 5 replies |
1 day ago |
|
"The CSV file looks ok, but the error says that you have a $vm with a $null value. Can you open your CSV file with notepad and check if ther" in VMware vSphere™ PowerCLI - 9 replies |
1 day ago |
|
"Which specific alarm are you trying to update ? What is in $actAlarm1 ?" in VMware vSphere™ PowerCLI - 5 replies |
1 day ago |
|
"Yes, if you place the hostname and Config.Product object together in the pipeline, the Export-Csv cmdlet will not know how to handle this." in VMware vSphere™ PowerCLI - 7 replies |
1 day ago |
|
"Try this get-view -ViewType HostSystem -Property Name , Config.Product | % { $_ . Config . Product }" in VMware vSphere™ PowerCLI - 7 replies |
1 day ago |
|
"Not sure what exactly you are trying to do, but there is a closing curly brace missing. Is this producing what you want ? get-view" in VMware vSphere™ PowerCLI - 7 replies |
1 day ago |
|
"Try something like this Connect-VIServer vCenterServerName.fqdn.com Get-VMHost | where { $_ . Model -like" in VMware vSphere™ PowerCLI - 3 replies |
1 day ago |
|
"No need to specify the IntervalSecs and Finish parameter. The Get-Stat cmdlet knows, based on the Start parameter, which interval you want." in VMware vSphere™ PowerCLI - 11 replies |
1 day ago |
|
"I'm afraid this is not yet available." in VMware vSphere™ PowerCLI - 8 replies |
1 day ago |
|
"Moved to the vCloud Director PowerCLI Community." in vCloud Director PowerCLI - 3 replies |
2 days ago |
|
"Hi any advise how i can add a nic to a vapp using power cli i'm have powercli 4.1 with vcentre 4.1 U1" in vCloud Director PowerCLI - 0 bookmarks |
2 days ago |
|
"That looks ok. I would just add a test if Get-EsxCli actually returned anything. And perhaps avoid to have the same constants twice in you" in VMware vSphere™ PowerCLI - 2 replies |
2 days ago |
|
"I'm afraid that's a flaw in the current version. You could check if the VM is powered on with a Where-clause." in VMware vSphere™ PowerCLI - 30 replies |
2 days ago |
|
"The attached script does CPU and Memory statistics. Or do you mean something else ? Concerning the error, that could be caused by a VM" in VMware vSphere™ PowerCLI - 30 replies |
2 days ago |
|
"The Set-OSCustomizationSpec cmdlet itself will only work when executed on a 32-bit machine. But the target machines, on which you want to" in VMware vSphere™ PowerCLI - 2 replies |
2 days ago |
|
"I assume you already consulted the vSphere Web Services SDK Programming Guide ? In there are several sections that document how to work w" in VMware vSphere™ PowerCLI - 6 replies |
2 days ago |
|
"Moved thread to VMware Workstation." in VMware Workstation - 4 replies |
3 days ago |
|
"Before asking question i must say that i am a Newbie in networking and hence need help from you guys here. Am having a Windows XP computer" in VMware Workstation - 0 bookmarks |
3 days ago |
|
"You assume right, the Get-Log cmdlet uses a method from the SDK API. That is the GenerateLogBundles_Task method that is present on the D" in VMware vSphere™ PowerCLI - 6 replies |
4 days ago |
|
"That looks as if you were connected to the vCenter and the ESXi server(s). You can check which connection are open with $defaultVIServers" in VMware vSphere™ PowerCLI - 13 replies |
4 days ago |
|
"Oops, didn't notice it was the same link. There is also an ILO PS library ,perhaps that offers some possibilities. Or else you could" in VMware vSphere™ PowerCLI - 5 replies |
4 days ago |