79555304

Date: 2025-04-04 12:31:54
Score: 3
Natty:
Report link

The powershell SDK these days does have this now:

https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.users/update-mgusermailboxsetting?view=graph-powershell-1.0#notes

Update-MgUserMailboxSetting -UserId "[email protected]" -AutomaticRepliesSetting @{ status = "scheduled"; ... }

Reasons:
  • Probably link only (1):
  • Low length (1):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Legolas