From 8ef8b73e3579524a457dd354a98470e3d6483512 Mon Sep 17 00:00:00 2001 From: roflrolle <53179599+roflrolle@users.noreply.github.com> Date: Mon, 17 Nov 2025 13:02:43 +0100 Subject: [PATCH] add manager export Add Manager export --- src/Get-EEDefaultSchema.ps1 | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/Get-EEDefaultSchema.ps1 b/src/Get-EEDefaultSchema.ps1 index 3a9f6e7..d0f1266 100644 --- a/src/Get-EEDefaultSchema.ps1 +++ b/src/Get-EEDefaultSchema.ps1 @@ -836,7 +836,16 @@ function Get-EEDefaultSchema { Tag = @('All', 'Users') DelegatedPermission = 'Directory.Read.All' ApplicationPermission = 'Directory.Read.All' - }, + Children = @( + @{ + GraphUri = 'users//manager' + Path = 'Manager' + Select = 'id, userPrincipalName, displayName' + Tag = @('All', 'Users') + DelegatedPermission = 'User.Read.All' + ApplicationPermission = 'User.Read.All' + } + ) # Devices @{