Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request]: Option to Rename User as part of Offboarding #2992

Open
PurpleGriffin opened this issue Nov 21, 2024 · 1 comment
Open
Labels

Comments

@PurpleGriffin
Copy link

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.

We have a few clients that like to rename users when they leave the company, usually x-Staff Name, z-Staff Name or Staff Name (Archive). This currently isn't possible via the offboarding wizard so it requires an additional step. This would just need to be the display name.

PowerShell commands you would normally use to achieve above request

Get-MgUser -Filter "UserPrincipalName eq '$UserID'" | Update-MgUser -DisplayName $NewDisplayName

@PurpleGriffin PurpleGriffin added enhancement New feature or request no-priority labels Nov 21, 2024
Copy link

github-actions bot commented Dec 1, 2024

This issue is stale because it has been open 10 days with no activity. We will close this issue soon. If you want this feature implemented you can contribute it. See: https://docs.cipp.app/dev-documentation/contributing-to-the-code . Please notify the team if you are working on this yourself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant