简体   繁体   English

Azure AD 启动时运行应用

[英]Azure AD run application at startup

I have an azure active directory setup in my company我公司有一个azure 活动目录设置

what i want to do is to run exe or PowerShell file when any user login using his azure ad account on his computer我想做的是当任何用户在他的计算机上使用他的 azure 广告帐户登录时运行exePowerShell文件

because there is an application we must use at work and it should be run at every device on the company因为有一个我们必须在工作中使用的应用程序,它应该在公司的每台设备上运行

i did search on this issue but i didn't find any useful solution我确实搜索过这个问题,但没有找到任何有用的解决方案

so is this is possible这是可能的吗

Your condition can be addressed with MS Intune provided you should have license for it.如果您应该拥有 MS Intune 的许可证,则可以解决您的情况。

MS Intune integrates with Azure AD to manage devices and user based on your custom organization policy. MS Intune 与 Azure AD 集成,以根据您的自定义组织策略管理设备和用户。 You must enroll your devices in MS Intune MDM for the Startup/logon PowerShell Script to be run on those devices.您必须在 MS Intune MDM 中注册您的设备,才能在这些设备上运行启动/登录 PowerShell 脚本。 Devices must run Windows 10 version 1709 or later.设备必须运行 Windows 10 版本 1709 或更高版本。 The Devices should be Azure AD joined and enrolled with auto enrolment or manual enrolled policy.设备应加入 Azure AD 并使用自动注册或手动注册策略进行注册。

The Microsoft Intune Management Extension is a service that runs on the device, just like any other service listed in the Services app (services.msc) . Microsoft Intune 管理扩展是一种在设备上运行的服务,就像服务应用(services.msc)中列出的任何其他服务一样。 After a device reboots, this service may also restart, and check for any assigned PowerShell scripts with the Intune service.设备重新启动后,此服务也可能重新启动,并使用 Intune 服务检查任何已分配的 PowerShell 脚本。 If the Microsoft Intune Management Extension service is set to Manual, then the service may not restart after the device reboots如果 Microsoft Intune Management Extension 服务设置为手动,则该服务可能不会在设备重新启动后重新启动

Would suggest you follow this MS document to get to know what would be the Prerequisites and create a script policy and assign it devices.建议您按照此 MS 文档了解先决条件,并创建脚本策略并为其分配设备。

https://learn.microsoft.com/en-us/mem/intune/apps/intune-management-extension https://learn.microsoft.com/en-us/mem/intune/apps/intune-management-extension

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 添加用户到 Azure AD 企业应用 - Add users to Azure AD Enterprise Application Java Spring 应用程序 - 与 Azure AD 集成以实现 SSO - Java Spring Application - Integration with Azure AD for SSO 在web表单申请中实现Azure AD认证 - Implementing Azure AD authentication in web form application Azure AD - 无法设置类型为“Sign”的应用程序注册密钥凭据 - Azure AD - Cannot set Application Registration Key Credential with Type "Sign" 如何将 Azure AD 身份验证添加到现有的 .NET MVC Web 应用程序? - How to add Azure AD Authentication to existing .NET MVC Web Application? 使用 terraform(无效的 UUID)创建 Azure AD 应用程序 - Create Azure AD Application using terraform(Invalid UUID) API 权限状态未在 Azure AD 应用程序中授予警告 API 权限 - API Permission Status not granted warning in Azure AD Application API Permission Azure 应用程序管理员角色分配的 AD 自定义角色 - Azure AD Custom Role for Application Admin Role Assignment 为什么Azure App服务的URL不能作为Azure AD中的Application ID URI? - Why the URL of Azure App service can't be used as the Application ID URI in Azure AD? Azure广告嵌套组 - Azure ad nested group
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM