建立並執行PowerShell腳本、將腳本原則指派給 Microsoft Entra群組,以及使用報表來監視腳本。 請參閱刪除您在 Microsoft Intune 中 Windows 10/11 裝置上新增之腳本的步驟。 閱讀常見問題和解決方法。
用于修正的 PowerShell 脚本 项目 2025/03/04 1 个参与者 反馈 本文内容 脚本说明 检查网络证书脚本包 清除过时的证书脚本包 更新过时的组策略脚本包 后续步骤 本文包含客户可以实现或用作模板的示例脚本,以了解如何创建自己的脚本。 使用此处提供的信息为 修正创建脚本包。 脚本说明 此表显示了脚本名称...
When we add and run a script via Intune, so does it run with an administrator privilege or with normal user privilege. Actually I need to uninstall an application from few of the endpoints for which the script needs to be run only with administrator privilege. Also what is the difference ...
Intune's Win32 app type capabilities on managed clients. It's installed automatically when a PowerShell script or Win32 app is assigned to the user or device. Additionally, the Intune management extension agent checks every hour (or on service or device restart) for any new Win32 app ...
Hi community! i'm trying to replace our anti virus Sophos by Checkpoint using script powershell. The script works fine if i execute it with admin permission on the client but by Intune it's failed. Uninstallation of Sophos works but not the MSI installation... ...
Windows 设备使用 PowerShell 脚本。 Linux 设备可以运行任何语言的脚本,只要在设备上安装并配置了相应的解释器。 发现脚本将作为自定义合规性策略的一部分部署到设备。 在设备上运行符合性时,脚本会发现 JSON 文件定义的设置,这些设置也通过自定义合规性策略提供。 所有发现脚本: 在创建符合性策略之前,已添加到 In...
PowerShell Scripts to deploy and bulk import WinGet packages to InTune including metadata. Automatically detect latest version using dynamic detection script. Detection script checks local installed version against latest winget available version or a defined fixed target version. Bulk import WinGet packa...
Open Powershell window and navigate to c:\dev\iLAPs run .\Build.ps1 Open c:\dev\iLAPs\Output\app-service-advanced-editor-script.json Select all text and copy Navigate to iLaps-RG in the portal Click ilaps App Service Click Configuration Click Advanced Edit Paste the copied value right...
In this post we will be looking at how we can list actual vs expected DNS records for a Microsoft 365 tenant with PowerShell. Background A Microsoft Office 365 Tenant requires certain DNS entries to be in place, for a verified domain, to ensure things like mail, collaboration and device ...
PowerShell 复制 Get-AppLockerFileInformation -Path "<path_of_the_exe>" Where "<path_of_the_exe>" goes to the location of the app on the device. For example: PowerShell 复制 Get-AppLockerFileInformation -Path "C:\Program Files\Windows NT\Accessories\wordpad.exe" In this example, ...