AzureAutomationから以下のようなPowerShellを実行することは可能でしょうか?
また、SampleScriptを提供いただくことは可能でしょうか?
1.SharePointListへアクセス(接続)
2.特定の条件でSharePointListを取得(例えばStatsu = 1)
3.LOOP処理にて、Statusを更新 (例えばStatsu = 2)
AzureAutomationから以下のようなPowerShellを実行することは可能でしょうか?
また、SampleScriptを提供いただくことは可能でしょうか?
1.SharePointListへアクセス(接続)
2.特定の条件でSharePointListを取得(例えばStatsu = 1)
3.LOOP処理にて、Statusを更新 (例えばStatsu = 2)
I want to operate SharePoint List with PowerShell from Azure Automation
Is it possible to run the following PowerShell from Azure Automation?
Is it possible to provide sample script?
Access (connect) to SharePoint List
Get SharePointList under certain conditions (eg Status = 1)
Update Status by LOOP processing (for example, Status = 2)
Hello @SyuheiMashino-1425 , thanks for your post.
Checkout Part 1 and Part 2 of this tutorial on running SharePoint's MSOnline cmdlets & CSOM DLLs inside Azure Automation.
Hope this helps.
11 people are following this question.