更新:2024 年 10 月 19 日
由 Rink Turksma 与 Sapien Powershell Studio 创建。
有关发行说明和最新 MSI 安装程序,请参阅:https://github.com/rink-turksma/IntunePrepTool/releases
请使用 Github 中的问题或发送电子邮件寻求帮助:[email protected]
YouTube 上的简单示例
- 轻松配置 EXE、MSI、MSIX、Winget、PowerShell、计划任务和 Web 链接等源来创建安装和卸载文件。将它们打包到 Intunewin 文件中并直接上传到 Intune,并使用适当的检测方法。
- 从 EXE 文件创建包时,使用 Azure OpenAI GPT-4 查找安装参数。
- 创建 winget 更新修复策略。
- 下载选项可从 Winget 下载源文件。
- 自动创建 install.ps1 和 uninstall.ps1,您可以一键在 PowerShell ISE 中测试和编辑。
- Intunewin 文件中使用的所有生成的 PowerShell 脚本都会将转录日志写入指定位置,并在 IntunePrepTool(应用程序和服务)日志下的事件查看器中显示信息或错误消息。
- 日志文件也位于“C:ProgramDataMicrosoftIntuneManagementExtensionLogsIntunePrepTool.evtx”;这允许您使用适用于 Windows 客户端的 Intune 管理门户中的“收集诊断”选项并下载包的日志。
- 创建 Intunewin 文件的按钮,并在应用程序中打印检测方法。 (这还会将 config.csv 文件写入包目录。)
- 选择创建 Intunewin 后。您将获得选择 PNG 文件的选项。
- 然后,您可以使用直接上传到 Intune 的选项(使用 Jason Thompson 的 PowerShell 模块 MSAL.PS 和 Nickolaj Andersen 的 IntuneWin32App)(更新 21/05/2023:需要版本 1.0.3.3 或更高版本)
如何安装:
下载最新的 MSI。 (https://github.com/rink-turksma/IntunePrepTool/releases)
解锁 MSI 文件:
运行 MSI 文件。
如何使用
启动 IntunePrepTool:
以管理员身份运行 IntunePrepTool。
屏幕截图和下面的说明。
选择客户/租户:
- 在此添加您的客户/租户。
- 在创建套餐之前始终选择客户。
- 此信息存储在:“C:Users$ENV:username.IntunePrepToolconfig_customerinfo.csv”
上传功能添加App注册EntraID
从 Winget 下载源代码。
- 此选项用于从 Winget 存储库下载安装程序。 (MSI、MSIX 或 EXE 源)
- 使用此下载选项时。文件存储在配置面板中的指定位置。 (或“C:Program FilesIntunePrepToolconfig_customerinfo.csv”作为下载路径)
创建 Intunewin 包选项
工具选项。
从 MSI 文件创建 Intunewin 文件。
上传功能可将 IntunePrepTool 创建的 Intunewin 包上传到 Microsoft Intune
- 使用 IntunePrepTool 创建 Intunewin 包后,config.csv 将写入包的输出文件夹中。在此处加载 config.csv 以将包上传到 MS Intune。
- 请查看发行说明中的说明 https://github.com/rink-turksma/IntunePrepTool/releases/tag/IntunePrepTool-1.3.0.0
如何使用工具菜单中的选项查找卸载字符串。
- 在注册表中搜索已安装的应用程序以查找卸载字符串。
从 EXE 源创建 Intunewin 文件。
如何使用“工具”菜单查找 WingetID,显示该 ID 的更多信息,并显示可能的版本。
如何创建计划任务 Intunewin 包
- 添加 Powershell 代码以每周运行或在启动时作为计划任务运行。
创建 Winget Intunewin 包。
- 请注意。对于此选项,目标计算机上需要 Winget。 (Windows 10 和 11)
- 从此源下载最新的稳定 MSIX:https://github.com/microsoft/winget-cli/releases
- 当你想要在 Intune 中使用“必需”分配选项时,修复了 Win32 应用中 MSIX 的安装。这样您就可以为 Winget 应用程序使用“依赖关系”选项。
- 首先请参阅此内容以查找 WingetID。 https://github.com/rink-turksma/IntunePrepTool/tree/main#how-to-use-tools-menu-to-find-wingetids-show-more-information-for-this-id-and-show-可能的版本
事件查看器中 IntunePrepTool 日志的位置。
将 Azure OpenAI gpt-4o 模型添加到 IntunePrepTool