使用 Microsoft Sharepoint 表单的脚本自动化
我目前正在创建一个原型,介绍如何使用 microsoft sharepoint 使用表单(标签)输入某些字段(例如 VM 名称、VM 操作系统),它将自动生成 .vmx 文件,其中包含字段中所述的详细信息。创建 .vmx 文件后,可以使用虚拟机播放器执行 .vmx 文件并加载虚拟操作系统。目前,我正在阅读 .vmx 文件中的变量。哪些变量很重要,因此我们可以自动化此过程,而不是手动创建 .vmx 文件。
谢谢。
I am currently creating a prototype on how we can use microsoft sharepoint using forms(labels) to input certain fields(e.g. VM name, VM Operating System) and it will automatically generate the .vmx file with the details that is stated in the fields. After the .vmx file is created, using a Virtual Machine player, the .vmx file can be executed and the virtual operating system will load. Currently, I am reading up on the variables in the .vmx file. And which variables are important so we can automate this process, rather than create the .vmx file manually.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请浏览下面提供的博客链接,这应该会对您有所帮助
http://blogs.msdn.com/b/sergeim/archive/2008/06/03/create-vm-hyper- v-via-code-net-version-create-vm-programmatically.aspx
kindly go through the blog link provided below that should be a help for you
http://blogs.msdn.com/b/sergeim/archive/2008/06/03/create-vm-hyper-v-via-code-net-version-create-vm-programmatically.aspx