$Clustername, $ClusterIPAddress =
gwmi MicrosoftNLB_ClusterSetting -n root\MicrosoftNLB -co servername | % {
$_.Clustername, $_.ClusterIPAddress
}
--
Kiron
$Clustername, $ClusterIPAddress =
gwmi MicrosoftNLB_ClusterSetting -n root\MicrosoftNLB -co servername | % {
$_.Clustername, $_.ClusterIPAddress
}
--
Kiron
| Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Re: String values in variables -- SOLVED | Larry__Weiss | PowerShell | 2 | 01 Nov 2009 |
| math with "GB/MB/KB" in variables fails, without variables works? | James R. Gentile | PowerShell | 2 | 01 Nov 2008 |
| gwmi Win32_ScheduledJob | gm | IT Staff | PowerShell | 3 | 21 Aug 2008 |
| Sundeep Raina:) variables being handled in Workflow and How to declare New Variables | raisundeep@gmail.com | WinFX General | 1 | 09 Aug 2006 |
| Sundeep Raina(Iopsis): Is variables being handled in Workflow and How to declare New Variables | sunny | Avalon | 0 | 30 Jun 2006 |