问题描述
我正在使用MS-Flow来触发Azure自动化,以在其上调用Powershell脚本.杂种工人.
我的Ms-Flow有两个参数作为变量传递给run 在混合脚本的其余部分上.
例如:
当项目添加到SharePoint列表中时-> Ms-Flow将传递两个参数,这将启动混合工作程序Runbook(PowerShell).
实际示例:
-用户名和位置是从Ms-Flow传递的两个参数.这将使用PowerShell将混合工作程序运行本启动到Get-ADUser并枚举DisplayName和Country
如何将这两个参数从Ms-flow(SharePoint)传递给Hybrid worker(Azure). ?
Hi,
I am using MS-Flow that trigger Azure Automation to invoke a powershell script on hybrid worker.
My Ms-Flow has two parameters passed as variable to run on hybrid the rest of script hybrid worker.
Eg:
When the item is added on SharePoint list -> Ms-Flow will pass two parameter,This will start hybrid worker runbook(PowerShell).
Practical Example :
- User Name and Location are two parameters passed from Ms-Flow -> this will start hybrid worker runbook with PowerShell to Get-ADUser and enumurate DisplayName and Country
How can I pass these two parameters from Ms-flow(SharePoint) to Hybrid worker (Azure). ?
Hi,
I am using MS-Flow that trigger Azure Automation to invoke a powershell script on hybrid worker.
My Ms-Flow has two parameters passed as variable to run script on hybrid worker,then the rest of script stays on hybrid worker.
Eg:
When the item is added on SharePoint list -> Ms-Flow will pass two parameter,This will start hybrid worker runbook(PowerShell).
Practical Example :
- User Name and Location are two parameters passed from Ms-Flow -> this will start hybrid worker runbook with PowerShell to Get-ADUser and enumurate DisplayName and Country
How can I pass these two parameters from Ms-flow(SharePoint) to Hybrid worker (Azure). ?
推荐答案
如何将这两个参数从Ms-flow(SharePoint)传递给Hybrid Worker(Azure)?
How can I pass these two parameters from Ms-flow(SharePoint) to Hybrid worker (Azure) ?
这篇关于Ms-Flow混合运行手册的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!