mirror of
https://github.com/KelvinTegelaar/CIPP.git
synced 2026-04-25 08:16:01 +03:00
[GH-ISSUE #935] FEATURE REQUEST: Additional Convenience Standards - SendFromAliasEnabled (simple) #492
Labels
No labels
API
Feature
NotABug
NotABug
Planned
Sponsor Priority
Sponsor Priority
bug
documentation
duplicate
enhancement
needs more info
no-activity
no-priority
not-assigned
pull-request
react-conversion
react-conversion
roadmap
security
stale
unconfirmed-by-user
unconfirmed-by-user
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/CIPP#492
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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-ExchangeOnlineGet-OrganizationConfig | fl Name, SendFromAliasEnabledSet-OrganizationConfig -SendFromAliasEnabled $trueGet-OrganizationConfig | fl Name, SendFromAliasEnabledDisconnect-ExchangeOnlineA 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.
@KelvinTegelaar commented on GitHub (May 25, 2022):
added in dev