我正在尝试获取服务器的服务标签,因此我运行以下脚本:-
((Get-VMHost | Get-View).Hardware.SystemInfo.OtherIdentifyingInfo | ?{$_.IdentifierType.Key -like "ServiceTag"}).IdentifierValue[1]
但是脚本返回的是服务标签= 2。
这是正确的吗?据我所知,服务标签将是一个唯一的数字,并且应包含字符+整数的组合,如下E1*****2*B****2
..但不会像我的情况那样是单个字符?