Vijava 学习笔记之CustomizationIdentification、 CustomizationUserData
小虾米
阅读:643
2021-03-31 22:30:38
评论:0
CustomizationIdentification类介绍
识别数据对象类型提供需要加入工作组或域的信息。
识别数据对象类型映射在Sysprep.inf应答文件中的 Identification key。这些值被传送到目标虚拟磁盘上存储的Sysprep.inf文件。
Properties
NAME | TYPE | DESCRIPTION |
---|---|---|
domainAdmin* | xsd:string | This is the domain user account used for authentication if the virtual machine is joining a domain. The user does not need to be a domain administrator, but the account must have the privileges required to add computers to the domain. (这是如果虚拟机加入域用于身份验证的域用户帐户。用户不需要域管理员帐户,但必须要求计算机添加到域的权限。) |
domainAdminPassword* | CustomizationPassword | This is the password for the domain user account used for authentication if the virtual machine is joining a domain. (这是域用户帐户,用于身份验证的密码,如果虚拟机加入域。) |
joinDomain* | xsd:string | The domain that the virtual machine should join. If this value is supplied, then domainAdmin and domainAdminPassword must also be supplied, and the workgroup name must be empty. (虚拟机已经添加域。如果提供该值,然而domainadmin和domainadminpassword也必须提供,工作组名必须是空的。) |
joinWorkgroup* | xsd:string | The workgroup that the virtual machine should join. If this value is supplied, then the domain name and authentication fields must be empty. (虚拟机添加到工作组,则域必须为空) |
CustomizationUserData类介绍
关于虚拟机的所有者的个人资料。
用户数据类型映射到数据对象在Sysprep.inf应答文件中的UserData key。这些值是直接转移到VirtualCenter店在目标虚拟磁盘的Sysprep.inf文件。
Properties
NAME | TYPE | DESCRIPTION |
---|---|---|
computerName | CustomizationName | The computer name of the (Windows) virtual machine. Computer name may contain letters (A-Z), numbers(0-9) and hyphens (-) but no spaces or periods (.). The name may not consists entirely of digits. On Vista computer name is restricted to 15 characters in length. If the computer name is longer than 15 characters, it will be truncated to 15 characters. (windows 虚拟机名称的命名规则) |
fullName | xsd:string | User's full name. (用户的全名。) |
orgName | xsd:string | User's organization. (用户的组织 ) |
productId | xsd:string | Microsoft Sysprep requires that a valid serial number be included in the answer file when mini-setup runs. This serial number is ignored if the original guest operating system was installed using a volume-licensed CD.(微软Sysprep需要一个有效的序列号被列入当最小安装程序运行的应答文件。这个序列号是忽视,如果原来的来宾操作系统安装使用批量许可的CD。) |
声明
1.本站遵循行业规范,任何转载的稿件都会明确标注作者和来源;2.本站的原创文章,请转载时务必注明文章作者和来源,不尊重原创的行为我们将追究责任;3.作者投稿可能会经我们编辑修改或补充。