Skip to content

Tools4everBV/HelloID-Conn-SA-Full-Exchange-Online-UserPermissionsUpdate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This HelloID Service Automation Delegated Form provides Exchange Online (Office365) user functionality. The following steps will be performed:

  1. Search and select the target user
  2. Select a permission (Full Access, Send As or Send on Behalf)
  3. Modify mailboxes to which the user has permissions
  4. After confirmation the updates are processed (add or remove premissions)

Versioning

Version Description Date
1.0.1 Added version number and updated all-in-one script 2021/11/16
1.0.0 Initial release 2021/04/29

Table of Contents

All-in-one PowerShell setup script

The PowerShell script "createform.ps1" contains a complete PowerShell script using the HelloID API to create the complete Form including user defined variables, tasks and data sources.

Please note that this script asumes none of the required resources do exists within HelloID. The script does not contain versioning or source control

Getting started

Prerequisites

Post-setup configuration

Variable name Description Example value
ExchangeOnlineAdminUsername Exchange admin account user@domain.com
ExchangeOnlineAdminPassword Exchange admin password ********

Manual resources

This Delegated Form uses the following resources in order to run

Powershell data source 'exchange-online-user-manage-permissions-generate-table-user-wildcard'

This Static data source queries the Exchange Online users based on a wildcard.

Powershell data source 'exchange-online-user-manage-permissions-generate-table-mailbox'

This Static data source queries the Exchange Online mailboxes.

Powershell data source 'exchange-online-user-manage-permissions-generate-table-mailbox-permissions'

This Static data source queries the Exchange Online mailboxes the selected user has permissions to.

Delegated form task 'exchange-online-user-manage-permissions-set'

This delegated form task will update the permissions for the user to the mailboxes in Exchange.

Known limitations

  • Querying the mailboxes to which the user has 'Full Access' or 'Send As'permissions to can take extremely long, depending on the amount of mailboxes. Sadly, we cannot improve this since we have to check the permissions for each mailbox. To improve the performance we would advise to make use of permissions groups and assign these to the users. (Azure) AD groups can be queried much faster than Exchange permissions

Getting help

If you need help, feel free to ask questions on our forum

HelloID Docs

The official HelloID documentation can be found at: https://docs.helloid.com/

About

Exchange Online - User update permissions

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •