[GH-ISSUE #935] FEATURE REQUEST: Additional Convenience Standards - SendFromAliasEnabled (simple) #492

Closed
opened 2026-03-02 12:42:41 +03:00 by kerem · 1 comment
Owner

Originally created by @Parad0xMS on GitHub (May 21, 2022).
Original GitHub issue: https://github.com/KelvinTegelaar/CIPP/issues/935

It is an often requested tenant-option from our clients. It would be nice to set it together with the standards.

Snippet we are using now to check/set the option

Connect-ExchangeOnline
Get-OrganizationConfig | fl Name, SendFromAliasEnabled
Set-OrganizationConfig -SendFromAliasEnabled $true
Get-OrganizationConfig | fl Name, SendFromAliasEnabled
Disconnect-ExchangeOnline


A not-so-simple aproach to this (and other options) would be to implement a GUI-possibility to define powershell-commands. Some sort of custom setting. Maybe thought to big / too many possible new errors. ;)

Thank you for CIPP. It's great.

Originally created by @Parad0xMS on GitHub (May 21, 2022). Original GitHub issue: https://github.com/KelvinTegelaar/CIPP/issues/935 It is an often requested tenant-option from our clients. It would be nice to set it together with the standards. **Snippet we are using now to check/set the option** `Connect-ExchangeOnline` `Get-OrganizationConfig | fl Name, SendFromAliasEnabled` `Set-OrganizationConfig -SendFromAliasEnabled $true` `Get-OrganizationConfig | fl Name, SendFromAliasEnabled` `Disconnect-ExchangeOnline` ___ A not-so-simple aproach to this (and other options) would be to implement a GUI-possibility to define powershell-commands. Some sort of custom setting. Maybe thought to big / too many possible new errors. ;) Thank you for CIPP. It's great.
kerem 2026-03-02 12:42:41 +03:00
Author
Owner

@KelvinTegelaar commented on GitHub (May 25, 2022):

added in dev

<!-- gh-comment-id:1136913927 --> @KelvinTegelaar commented on GitHub (May 25, 2022): added in dev
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/CIPP#492
No description provided.