你好,
这是一个已知的问题。解决方法参考下面的KB:
Adding a custom property with an apostrophe in System Center 2012 Virtual Machine Manager causes the console to crash
http://support.microsoft.com/kb/2690553
To resolve this issue, open the Virtual Machine Manager Command Shell and issue the following commands:
Get-VMMServer -ComputerName localhost
Get-SCCustomProperty | Where-Object { $_.Name -match "'"} | Remove-SCCustomProperty
NOTE The -match condition is a single quote enclosed in a pair of double-quotes.
谢谢!
Yog Li
TechNet Community Support
