In this article ,Could not authenticate to SharePoint Online using OAuth 2.0
$username = "test@am.onmicrosoft.com"$password = "******"$cred = New-Object -TypeName System.Management.Automation.PSCredential -argumentlist $userName, $(convertto-securestring $Password -asplaintext -force)Connect-SPOService -Url https://finders-admin.sharepoint.com...
Showing posts with label PowerAutomate. Show all posts
Showing posts with label PowerAutomate. Show all posts
Wednesday, December 9, 2020
Saturday, December 5, 2020
05
Dec
WorkflowSP 2010 workflows executed runtimeSP 2013 workflows runs workflow manger independently It runs endlesslyRestAPI calls are supportHistory maintains in workflow history listimpersonation step to act as a different userWorkflow types: List workflow, site workflow and reusable workflowPower Automate:It runs for...