Forum Discussion
Vinoth_MSConsultant
Dec 16, 2019Copper Contributor
How to connect to Exchange Online in Azure PowerShell Runbook using AppID & Secretkey
My goal is to update group properties in Azure - Runbook(PowerShell). Is there a way to Connect-EXOPSession using AppId and Secret key/thumbprint?
Script trying to use:
Set-UnifiedGroup $group.Identity -UnifiedGroupWelcomeMessageEnabled:$false
No RepliesBe the first to reply