mirror of
https://github.com/KelvinTegelaar/CIPP.git
synced 2026-04-25 08:16:01 +03:00
[GH-ISSUE #2941] [Feature Request]: #1458
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#1458
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 @telstrasupport on GitHub (Oct 14, 2024).
Original GitHub issue: https://github.com/KelvinTegelaar/CIPP/issues/2941
Description of the new feature - must be an in-depth explanation of the feature you want, reasoning why, and the added benefits for MSPs as a whole.
When using the offboarding wizard is it possible for the display name of the ex-employee to be updated.
With some tenant we do not delete the user however we do add a ZZ- to the front of the display / username.
This allows for all ex-employees to be moved to the bottom of the tenant for easy management when they are happy to delete the user.
PowerShell commands you would normally use to achieve above request
Set-MsolUser -UserPrincipalName "user@example.com" -DisplayName "New Display Name"
@mpersak commented on GitHub (Oct 15, 2024):
Hey, if you are doing this, I would also add ability to change primary email address to .onmicrosoft (without keeping any aliases) in case they don't want to receive emails to those accounts anymore
@KelvinTegelaar commented on GitHub (Oct 15, 2024):
Only sponsors can create feature requests