简体   繁体   English

按计划更新 On-Prem AD 字段的逻辑应用程序

[英]Logic App to update On-Prem AD fields on schedule

I'm developing a Logic App to pull below fields from a different data source and then push them onto On-Prem AD.我正在开发一个逻辑应用程序以从不同的数据源中提取以下字段,然后将它们推送到 On-Prem AD。

employeeID
sAMAccountName
mailNickName
givenName
sn
cn
displayName
name
mail
userPrincipalName
telephoneNumber
mobile
personalPager
title
department
company
physcialDeliveryOfficeName
streetAddress
l
photo
manager
division
employeeType
extensionAttribute1
extensionAttribute2
extensionAttribute5

I know it's easier to update AAD but there doesn't seem to be any option to sync AAD back to On-Prem AD.我知道更新 AAD 更容易,但似乎没有任何选项可以将 AAD 同步回 On-Prem AD。 I've been researching and found that I can go with below options:我一直在研究并发现我可以使用以下选项 go:

  • Runbook in Azure Automation OR Azure PowerShell Function App.运行手册 Azure 自动化或 Azure PowerShell Function 应用程序。

Can someone point me through to right direction which one is easier option to go with or have any other recommendations that these two?有人可以指出我正确的方向,哪个更容易选择 go 或者有这两个的任何其他建议?

The answer was actually posted in comment.答案实际上已发布在评论中。 Posting it here for awareness for others: You should use Microsoft Identity Manager for this (formerly known as ForeFront Identity Manager).将它张贴在这里以引起其他人的注意:您应该为此使用 Microsoft Identity Manager(以前称为 ForeFront Identity Manager)。 That's what is was designed for.这就是它的设计目的。 Pulling LDAP-type or LDAP-like data from disparate data sources and pushing it into Active Directory or vice versa从不同的数据源中提取 LDAP 类型或类似 LDAP 的数据并将其推送到 Active Directory 中,反之亦然

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM