Pia: Bulk Update User Details
Overviewβ
This package allows the Chat User to bulk update user details across the environment.
Platformsβ
The package supports the following platforms
- Cloud Hybrid
- Cloud Only
Requirementsβ
The package has different requirements depending on which platforms are being supported.
Cloud Hybrid Orchestrator agents in a valid state on
- Primary Domain Controller
- Azure AD Connect Server
Cloud Only
- Microsoft Graph API Authorization and Delegation
Setup & Configurationβ
Global Config
- All Staff Group
- (Cloud Hybrid) Primary AD Server
Microsoft Graph API
- (Cloud Only) Authorization and Delegation configured
Processβ
The steps that the package takes during process execution are:
tabset {.tabset}
Cloud Onlyβ
- Pia sends a form prompting the engineer if they would like to update each user individually or set the values all the same.
- Pia will obtain a list of users and sends a form prompting the engineer to select a range of users to update details for.
- Pia sends a form prompting the engineer to select a range of fields to update details for.
- Pia then updates the user's details in Azure
Cloud Hybridβ
- Pia sends a form prompting the engineer if they would like to update each user individually or set the values all the same.
- Pia will obtain a list of users and sends a form prompting the engineer to select a range of users to update details for.
- Pia sends a form prompting the engineer to select a range of fields to update details for.
- Log in to the Primary Domain Controller and retrieve the user and their current properties.
- Pia then obtains all the user details and sends the user details in a form for the engineer to update.
- Update the user's details on the primary domain controller
- Pia will perform a dir sync via Azure AD Connect to make sure details are replicated.