From 10205b7c9bbd941d7c206cf628505ad65c611191 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20MICHEL?= Date: Mon, 7 Oct 2024 10:14:01 +0200 Subject: [PATCH] V1.7.1 --- EasyPIM/EasyPIM.psd1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/EasyPIM/EasyPIM.psd1 b/EasyPIM/EasyPIM.psd1 index a630007..13af90d 100644 --- a/EasyPIM/EasyPIM.psd1 +++ b/EasyPIM/EasyPIM.psd1 @@ -101,9 +101,9 @@ FunctionsToExport = @( 'Get-PIMEntraRolePendingApproval', 'Approve-PIMEntraRolePendingApproval', 'Deny-PIMEntraRolePendingApproval', - 'Get-PIMEntraRolePendingApproval', - 'Approve-PIMEntraRolePendingApproval', - 'Deny-PIMEntraRolePendingApproval' + 'Get-PIMGroupPendingApproval', + 'Approve-PIMGroupPendingApproval', + 'Deny-PIMGroupPendingApproval' ) # Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.