How to connect to Exchange Online in Azure PowerShell Runbook using AppID & Secretkey

Copper Contributor

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

0 Replies