- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Luc,
one question to help my understanding if you don't mind.
in the Out-SQL Function,
- I understand declaring the Parameters in the beginning
- I understand the SQL Connection String variables
- I don't understand the $output_* variables, as far as i can understand, they are not used/called anywhere ?
$output_Date = $VMinfo.Date
$output_vCenter = $VMinfo.vCenter
$output_Cluster = $VMinfo.Cluster
Can they be removed from the function or, am i totally missing their purpose ?