Quantcast
Channel: VMware Communities: Message List
Viewing all articles
Browse latest Browse all 244595

Re: Answer file for host profile questions

$
0
0

I suspect the actual error comes from the next line in the script

 

switch ($AdditionalConfiguration.GetEnumerator())

 

Then the error message about GetEnumerator seems to make sense, but the displayed line is not correct.

I would guess that $AdditionalConfigurationis $null at this point.

Add a line to test for this.

If($AdditionalConfiguration){

   Switch ($AdditionalConfiguration.GetEnumerator())

....



Viewing all articles
Browse latest Browse all 244595

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>