mirror of
https://github.com/KelvinTegelaar/CIPP.git
synced 2026-04-26 00:36:27 +03:00
[GH-ISSUE #72] Feature request: User templates #47
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#47
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 @TUCU-Adam on GitHub (Oct 18, 2021).
Original GitHub issue: https://github.com/KelvinTegelaar/CIPP/issues/72
One element of system administration that always made my life easier was AD user templates. Having pre-defined permissions, group memberships, ADSI customizations, profile settings all pre-populated was awesome.
M365 user templates suck and are all but pointless. They don't do anything except save a few clicks (they save no brainpower).
With CIPP I can foresee an alternative to AD user templates with something like 'copy user settings from other user' dropdown box.
Get-AzureADUserMembership -ObjectId {source user object id}|foreach { Add-AzureADGroupMember -ObjectId $_.ObjectId -RefObjectId {new user object id} }
@KelvinTegelaar commented on GitHub (Oct 26, 2021):
We've started work on this, at the start, this will just be a "Copy membership" button, but will evolve into full templating/creating specific user profiles.
@KelvinTegelaar commented on GitHub (Oct 26, 2021):
Group copy available in Dev build. Adding more encompassing issue for next project to keep goals clear.