I am trying to update automaticRepliesSetting via PowerShell for my Exchange Online users.
I know that I can do it with the Graph API (https://learn.microsoft.com/en-us/graph/api/resources/automaticrepliessetting?view=graph-rest-1.0) via HTTP.
Is it also possible to update these settings with the Microsoft Graph PowerShell SDK?
I have installed the Microsoft.Graph Module but do not find a cmdlet for it...
Using Set-MailboxAutoReplyConfiguration is not an option as I am connecting to Graph via an App Registration with certificate authentication and restrictive permissions...
Thanks for any help