Comment
07-27-2012
05:07 AM
- Mark as Read
- Mark as New
- Bookmark
- Permalink
- Report Inappropriate Content
07-27-2012
05:07 AM
Hello,
thanks for this script. I get the error message
You cannot call a method on a null-valued expression.
At C:\Batch\Scripts\Sven\Set-VMAdvancedConfiguration.ps1:54 char:56
+ $Task = ($singlevm.ExtensionData).ReconfigVM_Task <<<< ($vmConfigSpec)
+ CategoryInfo : InvalidOperation: (ReconfigVM_Task:String) [], RuntimeException
+ FullyQualifiedErrorId : InvokeMethodOnNull
the command was
Set-VMAdvancedConfiguration -VM MyVM -key isolation.tools.guestInitiatedUpgrade.disable -value false
best regards, Sven