gpt4 book ai didi

com - 使用 PowerShell : how to save IStream to file? 创建 ISO 镜像

转载 作者:行者123 更新时间:2023-12-03 20:27:25 24 4
gpt4 key购买 nike

我想在 Windows 上创建 ISO 镜像,即 .iso 文件。这可以使用 COM 组件来实现 IMAPI2FS.MsftFileSystemImage ,我在 an MSDN blog post entitled "Writing optical discs using IMAPI 2 in powershell" 中找到了有关如何使用 PowerShell 执行此操作的说明.

在第 3 步之后,这些说明说“在这一步中,您可以停止并将生成的镜像保存到本地硬盘,这将是一个纯 iso 镜像。”

我的问题:我如何获取 $resultStream,即通过检索 ImageStream 产生的 COM 对象, 在 PowerShell 中并将其内容保存到文件中?

最佳答案

您需要使用 FileStream 编写器。检查此链接以获取有关如何在 c# 中完成的示例。
http://tools.start-automating.com/Install-ExportISOCommand/?-Download

该函数可用于创建帮助您创建 ISO 的 cmdlet。例如,

运行 Install-ExportISOCommand这将创建 Export-Iso
然后,使用 Export-ISO创建一个 ISO。

Export-Iso -ISOPath C:\dropbox\test.iso -FileName C:\Dropbox\Scripts

关于com - 使用 PowerShell : how to save IStream to file? 创建 ISO 镜像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8324075/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com